layout/reftests/bugs/428278.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><head>
     3 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
     6 </head><body onload="foo()">
     8 <iframe id="x" src="428278-iframe.html"></iframe>
     9 <script>
    10 var w = 400;
    11 function foo() {
    12   var div = document.getElementById('x');
    13   div.style.width=w+"px";
    14   ++w;
    15   var v = document.offsetHeight;
    16 }
    17 </script>
    18 </body></html>

mercurial