summaryrefslogtreecommitdiffstats
path: root/layout/reftests/reftest-sanity/test-pos-fixed-ref.html
blob: 864e6418cdba3c5cf2ec1a74a63c57c2b15965d6 (plain)
1
2
3
4
5
6
7
<!DOCTYPE HTML>
<html reftest-displayport-w="200" reftest-displayport-h="100"
<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;"></div>
</body>
</html>