mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
10 lines
239 B
HTML
10 lines
239 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-print">
|
|
<body>
|
|
<div style="height:800px;"></div>
|
|
<div style="opacity:0.5;">
|
|
<div style="position:absolute; top:0; left:0; width:100px; height:100px; background:black;">Hi</div>
|
|
</div>
|
|
</body>
|
|
</html>
|