OLD | NEW |
1 <head> | 1 <head> |
2 <title></title> | 2 <title></title> |
3 <script> | 3 <script> |
4 if (window.testRunner) | 4 if (window.internals) |
5 testRunner.testRepaint(); | 5 window.internals.settings.setForceCompositingMode(true); |
6 </script> | 6 </script> |
7 <style> | 7 <style> |
8 td { border: 4px dotted black; } | 8 td { border: 4px dotted black; } |
9 </style> | 9 </style> |
10 </head> | 10 </head> |
11 <body> | 11 <body> |
12 <table style="margin-top: 50px;"> | 12 <table style="margin-top: 50px;"> |
13 <tr> | 13 <tr> |
14 <td> | 14 <td> |
15 <div style="height: 50px; width: 100px; background: lightgreen;"
> | 15 <div style="height: 50px; width: 100px; background: lightgreen;"
> |
(...skipping 27 matching lines...) Expand all Loading... |
43 </td> | 43 </td> |
44 <td> | 44 <td> |
45 <div style="height: 10px; width: 100px; background: lightgreen;"
> | 45 <div style="height: 10px; width: 100px; background: lightgreen;"
> |
46 <div style="margin-top: -75px; height: 100px; width: 50px; b
ackground: skyblue;"> | 46 <div style="margin-top: -75px; height: 100px; width: 50px; b
ackground: skyblue;"> |
47 </div> | 47 </div> |
48 </div> | 48 </div> |
49 </td> | 49 </td> |
50 </tr> | 50 </tr> |
51 </table> | 51 </table> |
52 </body> | 52 </body> |
OLD | NEW |