mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
8 lines
265 B
HTML
8 lines
265 B
HTML
<!DOCTYPE HTML>
|
|
<html reftest-viewport-w="100" reftest-viewport-h="100"
|
|
reftest-displayport-w="800" reftest-displayport-h="1000">
|
|
<body>
|
|
<div style="position: absolute; left:0px; top:0px;width:800px; height:1000px; background:green;"></div>
|
|
</body>
|
|
</html>
|