gecko/layout/reftests/reftest-sanity/test-pos-fixed-ref.html

8 lines
247 B
HTML
Raw Normal View History

<!DOCTYPE HTML>
<html reftest-viewport-w="200" reftest-viewport-h="100"
reftest-displayport-w="200" reftest-displayport-h="100"
<body>
<div style="position:fixed;top:0px;width:100%;height:10px;background-color:green;"></div>
</body>
</html>