Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(866)

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table-shrink-row-repaint-expected.html

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 td { 5 td {
6 height: 50px; 6 height: 50px;
7 border: 5px solid grey; 7 border: 5px solid grey;
8 } 8 }
9 </style> 9 </style>
10 </head> 10 </head>
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 <tr> 50 <tr>
51 <td>12</td> 51 <td>12</td>
52 </tr> 52 </tr>
53 <tr> 53 <tr>
54 <td>13</td> 54 <td>13</td>
55 </tr> 55 </tr>
56 </table> 56 </table>
57 57
58 </body> 58 </body>
59 </html> 59 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698