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