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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/table-shrink-row-repaint.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.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.html
index 96cf7c1d523a1b2dcee7720ff4f5f26432785536..d7c702ea60415c67a4452e380c046f9c5fcda4e7 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/table-shrink-row-repaint.html
+++ b/third_party/WebKit/LayoutTests/fast/repaint/table-shrink-row-repaint.html
@@ -15,7 +15,7 @@ function repaintTest()
td.style.height = "0px";
}
-window.addEventListener("load", runRepaintTest, false);
+window.addEventListener("load", runRepaintAndPixelTest, false);
</script>
</head>
<body>

Powered by Google App Engine
This is Rietveld 408576698