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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/iframe-rounding.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/paint/invalidation/iframe-rounding.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/iframe-rounding.html b/third_party/WebKit/LayoutTests/paint/invalidation/iframe-rounding.html
index 5337f402b42d52438cd3b9038f26904ffe909d7e..188174956cc89e6f9e02f1368b6004f6a239e151 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/iframe-rounding.html
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/iframe-rounding.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
+<script src="../../fast/repaint/resources/repaint.js"></script>
<!-- The div within the iframe is at 0.5px from the iframe bounds, and the div containing the iframe is at 0.5px from the top-left of the screen.
This test checks that the latter 0.5px is rounded to 1 before being added to the 0.5px and then rounded up again to an invalidation rect. This is
because iframes are painted in rounded-int coordinates.

Powered by Google App Engine
This is Rietveld 408576698