OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <title>Test for http://bugs.webkit.org/show_bug.cgi?id=10522</title> | 3 <title>Test for http://bugs.webkit.org/show_bug.cgi?id=10522</title> |
4 <style type="text/css"> | 4 <style type="text/css"> |
5 .float { float: right; height: 40px; width: 40px; } | 5 .float { float: right; height: 40px; width: 40px; } |
6 .test { height: 100px; background-color: aliceblue } | 6 .test { height: 100px; background-color: aliceblue } |
7 </style> | 7 </style> |
8 <script src="resources/text-based-repaint.js" type="text/javascript"></scrip
t> | 8 <script src="resources/text-based-repaint.js" type="text/javascript"></scrip
t> |
9 <script type="text/javascript"> | 9 <script type="text/javascript"> |
10 function repaintTest() | 10 function repaintTest() |
(...skipping 16 matching lines...) Expand all Loading... |
27 <div class="float"></div> | 27 <div class="float"></div> |
28 <table style="clear: both; background-color: purple;"> | 28 <table style="clear: both; background-color: purple;"> |
29 <tr> | 29 <tr> |
30 <td id="cell" style="height: 40px; width: 40px;"> | 30 <td id="cell" style="height: 40px; width: 40px;"> |
31 </td> | 31 </td> |
32 </tr> | 32 </tr> |
33 </table> | 33 </table> |
34 </div> | 34 </div> |
35 </body> | 35 </body> |
36 </html> | 36 </html> |
OLD | NEW |