summaryrefslogtreecommitdiffstats
path: root/layout/reftests/reftest-sanity/test-pos-fixed-transform-ref.html
blob: 0b2870ff558f0b89e98365f717893b5cd12047ee (plain)
1
2
3
4
5
6
7
<!DOCTYPE HTML>
<html>
<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; -moz-transform: translate(360px,0px);"/>
</body>
</html>