blob: b180a8f06ea24f27c3369e3001b9f0b9a1e22d28 [file] [log] [blame]
<html>
<head>
<style type="text/css" media="screen">
iframe {
border: 1px solid black;
background-color: white;
}
</style>
<script type="text/javascript">
function test()
{
if (window.internals)
internals.settings.setFrameFlattening("FullyEnabled")
// Force synchronous layout.
document.body.offsetHeight;
}
</script>
</head>
<body onload="test()">
<style>body { background-color: green; }</style>
<p><iframe width="500px" height="400px" src="resources/intermediate-frame.html">
</body>
</html>