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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/table-cell-vertical-overflow.html

Issue 2327223002: Move all remaining fast/repaint tests 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/repaint/table-cell-vertical-overflow.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/table-cell-vertical-overflow.html b/third_party/WebKit/LayoutTests/fast/repaint/table-cell-vertical-overflow.html
deleted file mode 100644
index 913902418e789e348f2aa1278531062a6ac1e38e..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/repaint/table-cell-vertical-overflow.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<head>
- <title></title>
- <style>
- td { border: 4px dotted black; }
- </style>
-</head>
-<body>
- <table style="margin-top: 50px;">
- <tr>
- <td>
- <div style="height: 50px; width: 100px; background: lightgreen;">
- </div>
- </td>
- <td>
- <div style="height: 10px; width: 100px; background: lightgreen;">
- <div style="height: 100px; width: 50px; background: skyblue;">
- </div>
- </div>
- </td>
- <td>
- <div style="height: 10px; width: 100px; background: lightgreen;">
- <div style="margin-top: -75px; height: 100px; width: 50px; background: skyblue;">
- </div>
- </div>
- </td>
- </tr>
- </table>
- <table style="margin-top: 150px; border-collapse: collapse;">
- <tr>
- <td>
- <div style="height: 50px; width: 100px; background: lightgreen;">
- </div>
- </td>
- <td>
- <div style="height: 10px; width: 100px; background: lightgreen;">
- <div style="height: 100px; width: 50px; background: skyblue;">
- </div>
- </div>
- </td>
- <td>
- <div style="height: 10px; width: 100px; background: lightgreen;">
- <div style="margin-top: -75px; height: 100px; width: 50px; background: skyblue;">
- </div>
- </div>
- </td>
- </tr>
- </table>
-</body>

Powered by Google App Engine
This is Rietveld 408576698