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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/caret-with-composited-scroll.html

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 years, 3 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/caret-with-composited-scroll.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/caret-with-composited-scroll.html b/third_party/WebKit/LayoutTests/paint/invalidation/caret-with-composited-scroll.html
index 28e2353ec01525e64c603255c378436db17b6557..37d66d9d100b0890cb28cc5353b1b7a40675722a 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/caret-with-composited-scroll.html
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/caret-with-composited-scroll.html
@@ -2,7 +2,7 @@
<style>
::-webkit-scrollbar { width: 0; height: 0; }
</style>
-<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
+<script src="resources/text-based-repaint.js"></script>
This tests if the caret position is aligned correctly w.r.t. composited scrolling.
The important bit is that the "invalidate paint rectangle" invalidation has a position of about 1000px in the
y direction.

Powered by Google App Engine
This is Rietveld 408576698