| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <title>Table Repaint Test</title> | 3 <title>Table Repaint Test</title> |
| 4 </head> | 4 </head> |
| 5 <script type="text/javascript"> | 5 <script type="text/javascript"> |
| 6 <!-- | 6 <!-- |
| 7 function Setup() { | 7 function Setup() { |
| 8 setTimeout('RepaintBug()', 10); | 8 setTimeout('RepaintBug()', 10); |
| 9 if (window.testRunner) | 9 if (window.testRunner) |
| 10 testRunner.waitUntilDone(); | 10 testRunner.waitUntilDone(); |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 <tr> | 58 <tr> |
| 59 <td colspan="4" align="right" style="background-color: green;"> | 59 <td colspan="4" align="right" style="background-color: green;"> |
| 60 <div id="bug2"> | 60 <div id="bug2"> |
| 61 FAIL | 61 FAIL |
| 62 </div> | 62 </div> |
| 63 </td> | 63 </td> |
| 64 </tr> | 64 </tr> |
| 65 </table> | 65 </table> |
| 66 </body> | 66 </body> |
| 67 </html> | 67 </html> |
| OLD | NEW |