blob: 2e9b93b2472de4f638168e9044d33e9b60c3d395 [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("blueFloat").style.width = "2em";
}
</script>
<iframe onload="loaded()" id="iframe" src="resources/line-flow-with-floats.html" style="border: none; width: 500px; height: 600px;"></iframe>
</body>