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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/resize-table-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 <style> 2 <style>
3 body { 3 body {
4 margin: 0; 4 margin: 0;
5 } 5 }
6 tr { 6 tr {
7 height: 200px; 7 height: 200px;
8 } 8 }
9 td { 9 td {
10 width: 100px; 10 width: 100px;
11 } 11 }
12 </style> 12 </style>
13 <div style="height: 100px"> 13 <div style="height: 100px">
14 Tests repaint of table cells when the row changes size. 14 Tests repaint of table cells when the row changes size.
15 The result repaint rects should cover the changed table cells. 15 The result repaint rects should cover the changed table cells.
16 </div> 16 </div>
17 <table> 17 <table>
18 <tr id="row"> 18 <tr id="row">
19 <td>MIDDLE</td> 19 <td>MIDDLE</td>
20 </tr> 20 </tr>
21 </table> 21 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698