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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/text-selection-rect-in-overflow.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/text-selection-rect-in-overflow.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/text-selection-rect-in-overflow.html b/third_party/WebKit/LayoutTests/fast/repaint/text-selection-rect-in-overflow.html
index 9e6e02b1739b074c60c15353a22b16a6d6321248..7b3d5cc47c11df5b0d9f5b165ce90453ed0619f2 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/text-selection-rect-in-overflow.html
+++ b/third_party/WebKit/LayoutTests/fast/repaint/text-selection-rect-in-overflow.html
@@ -14,7 +14,7 @@
}
</script>
</head>
-<body onload="runRepaintTest();">
+<body onload="runRepaintAndPixelTest();">
<div id="t" style="height: 100px; overflow: hidden;">
<br><br><br><br>
<span id="q">Should have green background</span><br>

Powered by Google App Engine
This is Rietveld 408576698