line-flow-with-floats-10.html 465 B

1234567891011
  1. <body style="margin: 0;" onload="loaded()">
  2. <script src="resources/text-based-repaint.js"></script>
  3. <script src="resources/line-flow-with-floats.js"></script>
  4. <script>
  5. function test(doc)
  6. {
  7. doc.getElementById("blueFloat").style.marginTop = "14px";
  8. }
  9. </script>
  10. <iframe onload="loaded()" id="iframe" src="resources/line-flow-with-floats.html" style="border: none; width: 500px; height: 600px;"></iframe>
  11. </body>