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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/page-scale-repaint.html

Issue 2327223002: Move all remaining fast/repaint tests 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/compositing/page-scale-repaint.html
diff --git a/third_party/WebKit/LayoutTests/compositing/repaint/page-scale-repaint.html b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/page-scale-repaint.html
similarity index 86%
rename from third_party/WebKit/LayoutTests/compositing/repaint/page-scale-repaint.html
rename to third_party/WebKit/LayoutTests/paint/invalidation/compositing/page-scale-repaint.html
index 6c187be37fade69c3b8e7f2b55c19212e59de006..9b71df5a7a2fa3eb120ee4cbce04ad66e1a75721 100644
--- a/third_party/WebKit/LayoutTests/compositing/repaint/page-scale-repaint.html
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/page-scale-repaint.html
@@ -8,8 +8,8 @@
}
</style>
</head>
-<body style="width: 4000px; height:10000px;background-image:url('resources/grid.png')" onload="runTest();">
-<script src="../../resources/run-after-layout-and-paint.js"></script>
+<body style="width: 4000px; height:10000px;background-image:url('../resources/grid.png')" onload="runTest();">
+<script src="../../../resources/run-after-layout-and-paint.js"></script>
<script>
// Under-invalidation checking is too slow for this test.
if (window.internals)

Powered by Google App Engine
This is Rietveld 408576698