blob: fb165a19ce5ac1b558a3d3a2b57fca9161e354e0 [file] [log] [blame]
<body style="margin: 0;" onload="loaded()">
<script>
if (window.testRunner)
window.testRunner.overridePreference("WebKitCSSRegionsEnabled", "1");
</script>
<script src="resources/line-flow-with-floats.js"></script>
<script>
function test(doc)
{
doc.getElementById("pinkFloat").style.height = "120px";
}
</script>
<iframe onload="loaded()" id="iframe" src="resources/line-flow-with-floats.html" style="border: none; width: 500px; height: 600px; -webkit-flow-into:thread"></iframe>
<div style="position:absolute;left:100px;top:0;width:500px;height:600px;-webkit-flow-from: thread"></div>
</body>