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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table-shrink-row-repaint.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 <script src="resources/text-based-repaint.js" type="text/javascript"></script> 10 <script src="resources/text-based-repaint.js" type="text/javascript"></script>
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 <tr> 60 <tr>
61 <td>12</td> 61 <td>12</td>
62 </tr> 62 </tr>
63 <tr> 63 <tr>
64 <td>13</td> 64 <td>13</td>
65 </tr> 65 </tr>
66 </table> 66 </table>
67 67
68 </body> 68 </body>
69 </html> 69 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698