no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 467460-1.html
blobcbef8e92da94c43d212df6862e6b36a1c0f081c9
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script type="text/javascript">
6 function m()
8 document.getElementById("f").style.position = "fixed";
11 </script>
12 </head>
13 <body onload="m();">
14 <div style="transform: translate(50px, 50px); border: 1px solid red; width: 7ch;">
16 <div id="f" style="left: 50px; top: 100px; border: 1px solid blue; width: 7ch;">
18 </div>
19 </div>
20 </body>
21 </html>