blob: f1dd6a6537bf8de69495a7551284f0cc79d2c222 [file] [log] [blame]
<body style="margin: 0;" onload="loaded()">
<script src="resources/text-based-repaint.js"></script>
<script src="resources/line-flow-with-floats.js"></script>
<script>
function test(doc)
{
doc.getElementById("greenFloat").style.width = "4em";
}
</script>
<iframe onload="loaded()" id="iframe" src="resources/line-flow-with-floats.html" style="border: none; width: 500px; height: 600px;"></iframe>
</body>