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. |