blob: cdded8f1e495f7b98517a4ed5fa1447c75f407f9 [file] [log] [blame]
<html>
<head>
<script type="text/javascript">
function test()
{
if (window.testRunner && window.internals) {
testRunner.dumpAsText();
internals.settings.setFrameFlattening("FullyEnabled")
}
}
</script>
</head>
<body onload="test()">
<div>
<p>This test verifies that nested iframes do not cause assertion failure, when javascript is forcing layout. PASS if no assert in debug.</p>
</div>
<iframe src="data:text/html,
<style>body { background-color: green; }</style>
<body>
<iframe src='data:text/html,
<style>body { background-color: yellow; }</style>
<body></body>' scrolling='no' height='50px' width='50px'></iframe>
<script>document.body.offsetHeight</script>
</body>" scrolling="no" height="100px" width="100px"></iframe>
<script>document.body.offsetHeight</script>
</body>
</html>