OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <script src="resources/text-based-repaint.js"></script> | 4 <script src="resources/text-based-repaint.js"></script> |
5 <script> | 5 <script> |
6 if (window.testRunner) | 6 if (window.testRunner) |
7 testRunner.dumpAsTextWithPixelResults(); | 7 testRunner.dumpAsTextWithPixelResults(); |
8 | 8 |
9 function repaintTest() { | 9 function repaintTest() { |
10 var floatContainer = document.getElementById("floatContainer"); | 10 var floatContainer = document.getElementById("floatContainer"); |
(...skipping 23 matching lines...) Expand all Loading... |
34 This test checks that overhanging floats are properly repainted when a r
enderer is detached.<br> | 34 This test checks that overhanging floats are properly repainted when a r
enderer is detached.<br> |
35 This test has PASSED if there is no RED below. | 35 This test has PASSED if there is no RED below. |
36 </div> | 36 </div> |
37 <div class="floatWithHeight"></div> | 37 <div class="floatWithHeight"></div> |
38 <div id="floatContainer"> | 38 <div id="floatContainer"> |
39 <div class="float"></div> | 39 <div class="float"></div> |
40 </div> | 40 </div> |
41 </div> | 41 </div> |
42 </body> | 42 </body> |
43 </html> | 43 </html> |
OLD | NEW |