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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/scroll-fixed-layer-with-no-visible-content.html

Issue 1992303002: Test pixel results for repaint tests changing scroll (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/scroll-fixed-layer-with-no-visible-content.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/scroll-fixed-layer-with-no-visible-content.html b/third_party/WebKit/LayoutTests/fast/repaint/scroll-fixed-layer-with-no-visible-content.html
index 6d3b29f061b31bfeef0b5a0f5d836cc4a81aa9b5..d7ad31eb313342c7adc0c5bedaed2a54a761b307 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/scroll-fixed-layer-with-no-visible-content.html
+++ b/third_party/WebKit/LayoutTests/fast/repaint/scroll-fixed-layer-with-no-visible-content.html
@@ -9,7 +9,7 @@
window.onload = function() {
window.scrollTo(1000, 1000);
- runRepaintTest();
+ runRepaintAndPixelTest();
};
function repaintTest()

Powered by Google App Engine
This is Rietveld 408576698