2009-07-07 05:23:24 +04:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html class="reftest-wait">
|
|
|
|
<title>Resize Reflow Harness</title>
|
|
|
|
<style>
|
2010-06-18 13:17:35 +04:00
|
|
|
html,body { height: 100%; overflow:hidden; }
|
2009-07-07 05:23:24 +04:00
|
|
|
</style>
|
|
|
|
<body onload="
|
|
|
|
var iframe = document.getElementById('outer')
|
|
|
|
iframe.style.width = '50em';
|
|
|
|
iframe.contentDocument.body.offsetWidth;
|
|
|
|
iframe.style.width = '28em';
|
|
|
|
document.documentElement.className = '';
|
|
|
|
">
|
|
|
|
|
|
|
|
<iframe id="outer" src="resize-reflow-001.inner.html" height="90%" frameborder=0></iframe>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
</script>
|