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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/fixed-scroll-simple.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/fixed-scroll-simple.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-scroll-simple.html b/third_party/WebKit/LayoutTests/fast/repaint/fixed-scroll-simple.html
index 87b04cdf2412df86241a5c95ca3596c15862a57d..942d2b97ed8c2cdbd6769fed2629281aa9e4b6c0 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-scroll-simple.html
+++ b/third_party/WebKit/LayoutTests/fast/repaint/fixed-scroll-simple.html
@@ -12,7 +12,7 @@
}
</script>
</head>
-<body style="height:2000px;" onload="runRepaintTest()">
+<body style="height:2000px;" onload="runRepaintAndPixelTest()">
<!-- Repaint test for https://bugs.webkit.org/show_bug.cgi?id=64650: Layer fixed position logic needs more basic testing -->
<!-- You should see no red on this page. -->
<div style="position: absolute; top: 200px;" class="red"></div>

Powered by Google App Engine
This is Rietveld 408576698