Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/invalidate-cell-in-row-with-offset.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.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/LayoutTests/paint/invalidation/invalidate-cell-in-row-with-offset.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-cell-in-row-with-offset.html b/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-cell-in-row-with-offset.html
index 1a0248c479936d30454502bc0622abcd6fa78afc..2294274c150f2292cf1c207e9392368f5d3e4192 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-cell-in-row-with-offset.html
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-cell-in-row-with-offset.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>
<style>
.shadow-normal { box-shadow: black 5px -5px 0; }
.shadow-inset { box-shadow: black 5px 5px 0 inset; }

Powered by Google App Engine