summaryrefslogtreecommitdiffstats
path: root/layout/reftests/reftest-sanity/test-pos-fixed.html
blob: 7c792cf2246863e3d526284a26a6f21f5a33ac67 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE HTML>
<html reftest-displayport-w="200" reftest-displayport-h="100"
      reftest-displayport-x="0" reftest-displayport-y="10">
<meta name="viewport" content="width=200; height=100; initial-scale=1.0">
<body>
<div style="position:fixed;top:0px;width:100%;height:10px;background-color:green;">&nbsp;</div>
</body>
</html>