summaryrefslogtreecommitdiffstats
path: root/layout/reftests/reftest-sanity/test-pos-fixed-transform.html
blob: 1d7ed56c64e561785faac252c1d980b4deb6ebde (plain)
1
2
3
4
5
6
7
<!DOCTYPE HTML>
<html reftest-displayport-w="800" reftest-displayport-h="1000">
<meta name="viewport" content="width=800; height=1000; initial-scale=1.0">
<body>
<div style="position: fixed; background: lightblue; top: 0; left: 0; width:100px; height:100px; transform: translate(360px,0px);"/>
</body>
</html>