test-pos-fixed-transform-ref.html (253B)
1 <!DOCTYPE HTML> 2 <html> 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>