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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html

Issue 1972273002: Let repaint tests test pixels by default (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/resources/iframe-scroll-repaint-iframe.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html b/third_party/WebKit/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html
index affb63f6f5e63a92bad2bb365447fa0c2f056e0f..4f944d2a3633c15df0b72411d70935bc0516108e 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html
+++ b/third_party/WebKit/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html style="background-color:#eeeeee; overflow:hidden">
-<script src="text-based-repaint.js"></script>
+<script src="repaint.js"></script>
<script>
function repaintTest() {
document.scrollingElement.scrollTop = 20;

Powered by Google App Engine
This is Rietveld 408576698