test-pos-fixed-transform.html (310B)
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>