| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <title>Table Repaint Test</title> | 3 <title>Table Repaint Test</title> |
| 4 | 4 |
| 5 </head> | 5 </head> |
| 6 <script type="text/javascript"> | 6 <script type="text/javascript"> |
| 7 <!-- | 7 <!-- |
| 8 function Setup() { | 8 function Setup() { |
| 9 setTimeout('RepaintBug()', 10); | 9 setTimeout('RepaintBug()', 10); |
| 10 if (window.testRunner) | 10 if (window.testRunner) |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 <td> </td> | 36 <td> </td> |
| 37 <td rowspan="2" colspan="2" align="right" valign="bottom" style="backgroun
d-color:blue;"><div id="bug2"> FAIL </div></td> | 37 <td rowspan="2" colspan="2" align="right" valign="bottom" style="backgroun
d-color:blue;"><div id="bug2"> FAIL </div></td> |
| 38 </tr> | 38 </tr> |
| 39 <tr> | 39 <tr> |
| 40 <td colspan="3" align="right" style="background-color:green;"><div id="bug
3"> </div></td> | 40 <td colspan="3" align="right" style="background-color:green;"><div id="bug
3"> </div></td> |
| 41 </tr> | 41 </tr> |
| 42 </tbody> | 42 </tbody> |
| 43 </table> | 43 </table> |
| 44 </body> | 44 </body> |
| 45 </html> | 45 </html> |
| OLD | NEW |