no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / pagination / resize-reflow-001.html
blob3a9acdcae095c4834cfcad8e87c1d24da21efe72
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 = '';
15 <iframe id="outer" src="resize-reflow-001.inner.html" height="90%" frameborder=0></iframe>
17 <script>
19 </script>