Bug 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git] / layout / reftests / reftest-sanity / test-pos-fixed-transform.html
blob1d7ed56c64e561785faac252c1d980b4deb6ebde
1 <!DOCTYPE HTML>
2 <html reftest-displayport-w="800" reftest-displayport-h="1000">
3 <meta name="viewport" content="width=800; height=1000; initial-scale=1.0">
4 <body>
5 <div style="position: fixed; background: lightblue; top: 0; left: 0; width:100px; height:100px; transform: translate(360px,0px);"/>
6 </body>
7 </html>