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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/repaint/table-shrink-row-repaint-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/table-shrink-row-repaint-expected.html b/third_party/WebKit/LayoutTests/fast/repaint/table-shrink-row-repaint-expected.html
deleted file mode 100644
index 35e483b9a56e08732f3540f26c7b1cadf45c689b..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/repaint/table-shrink-row-repaint-expected.html
+++ /dev/null
@@ -1,59 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-td {
- height: 50px;
- border: 5px solid grey;
-}
-</style>
-</head>
-<body>
-<p>This test checks that changing the size of the middle row triggers an invalidation for the following rows.</p>
-<table border="0" cellpadding="0" cellspacing="0" width="100%">
-<tr>
- <td>1</td>
-</tr>
-<tr>
- <td id="resizeMe" style="height: 200px; height: 0"></td>
-</tr>
-<tr>
- <td>2</td>
-</tr>
-<tr>
- <td>3</td>
-</tr>
-<tr>
- <td>4</td>
-</tr>
-<tr>
- <td>5</td>
-</tr>
-<tr>
- <td>6</td>
-</tr>
-<tr>
- <td>7</td>
-</tr>
-<tr>
- <td>8</td>
-</tr>
-<tr>
- <td>9</td>
-</tr>
-<tr>
- <td>10</td>
-</tr>
-<tr>
- <td>11</td>
-</tr>
-<tr>
- <td>12</td>
-</tr>
-<tr>
- <td>13</td>
-</tr>
-</table>
-
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698