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

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

Powered by Google App Engine
This is Rietveld 408576698