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

9 строки
313 B
HTML

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