summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/repaint/line-flow-with-floats-6.html
blob: fc3a6dec4b9c151259c9dbd536005e8de22753a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
<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").innerHTML = "foo";
        }
    </script>
    <iframe onload="loaded()" id="iframe" src="resources/line-flow-with-floats.html" style="border: none; width: 500px; height: 600px;"></iframe>
</body>