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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/overflow-hidden-yet-scrolled.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/overflow-hidden-yet-scrolled.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/overflow-hidden-yet-scrolled.html b/third_party/WebKit/LayoutTests/paint/invalidation/overflow-hidden-yet-scrolled.html
index 3872bdb84f7d9a15429ba96948e5bc03bcf0943b..595aac0688a064283078f3426bbb8b48b5834c5c 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/overflow-hidden-yet-scrolled.html
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/overflow-hidden-yet-scrolled.html
@@ -1,5 +1,5 @@
<!doctype html>
-<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
+<script src="resources/text-based-repaint.js"></script>
<div id="scroller" style="overflow: hidden; width: 300px; height: 300px; backface-visibility: hidden; border: 1px solid black">
<div style="width: 300px; height: 600px"></div>
<div style="width: 100px; height: 100px; background: lightgray"></div>

Powered by Google App Engine
This is Rietveld 408576698