layout/reftests/pagination/resize-reflow-001.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     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