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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/pagination/resize-reflow-001.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html class="reftest-wait">
     1.6 +<title>Resize Reflow Harness</title>
     1.7 +  <style>
     1.8 +    html,body { height: 100%; overflow:hidden; }
     1.9 +  </style>
    1.10 +<body onload="
    1.11 +var iframe = document.getElementById('outer')
    1.12 +iframe.style.width = '50em';
    1.13 +iframe.contentDocument.body.offsetWidth;
    1.14 +iframe.style.width = '28em';
    1.15 +document.documentElement.className = '';
    1.16 +">
    1.17 +
    1.18 +<iframe id="outer" src="resize-reflow-001.inner.html" height="90%" frameborder=0></iframe>
    1.19 +
    1.20 +<script>
    1.21 +
    1.22 +</script>

mercurial