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