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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/table-shrink-row-repaint-expected.html

Issue 1994373002: Convert some repaint tests into ref tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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.html b/third_party/WebKit/LayoutTests/fast/repaint/table-shrink-row-repaint-expected.html
similarity index 68%
copy from third_party/WebKit/LayoutTests/fast/repaint/table-shrink-row-repaint.html
copy to third_party/WebKit/LayoutTests/fast/repaint/table-shrink-row-repaint-expected.html
index 96cf7c1d523a1b2dcee7720ff4f5f26432785536..35e483b9a56e08732f3540f26c7b1cadf45c689b 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/table-shrink-row-repaint.html
+++ b/third_party/WebKit/LayoutTests/fast/repaint/table-shrink-row-repaint-expected.html
@@ -7,16 +7,6 @@ td {
border: 5px solid grey;
}
</style>
-<script src="resources/text-based-repaint.js" type="text/javascript"></script>
-<script>
-function repaintTest()
-{
- var td = document.getElementById("resizeMe");
- td.style.height = "0px";
-}
-
-window.addEventListener("load", runRepaintTest, false);
-</script>
</head>
<body>
<p>This test checks that changing the size of the middle row triggers an invalidation for the following rows.</p>
@@ -25,7 +15,7 @@ window.addEventListener("load", runRepaintTest, false);
<td>1</td>
</tr>
<tr>
- <td id="resizeMe" style="height: 200px"></td>
+ <td id="resizeMe" style="height: 200px; height: 0"></td>
</tr>
<tr>
<td>2</td>

Powered by Google App Engine
This is Rietveld 408576698