layout/reftests/bugs/467460-1.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 <!DOCTYPE html>
     2 <html>
     3 <head>
     4 <script type="text/javascript">
     6 function m()
     7 {
     8   document.getElementById("f").style.position = "fixed";
     9 }
    11 </script>
    12 </head>
    13 <body onload="m();">
    14   <div style="-moz-transform: translate(50px, 50px); border: 1px solid red; width: 7ch;">
    15     A
    16     <div id="f" style="left: 50px; top: 100px; border: 1px solid blue; width: 7ch;">
    17       0
    18     </div>
    19   </div>
    20 </body>
    21 </html>

mercurial