layout/reftests/pagination/resize-reflow-001.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 class="reftest-wait">
     3 <title>Resize Reflow Harness</title>
     4   <style>
     5     html,body { height: 100%; overflow:hidden; }
     6   </style>
     7 <body onload="
     8 var iframe = document.getElementById('outer')
     9 iframe.style.width = '50em';
    10 iframe.contentDocument.body.offsetWidth;
    11 iframe.style.width = '28em';
    12 document.documentElement.className = '';
    13 ">
    15 <iframe id="outer" src="resize-reflow-001.inner.html" height="90%" frameborder=0></iframe>
    17 <script>
    19 </script>

mercurial