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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/background-attachment-local-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/background-attachment-local-repaint.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/background-attachment-local-repaint.html b/third_party/WebKit/LayoutTests/paint/invalidation/background-attachment-local-repaint.html
similarity index 88%
rename from third_party/WebKit/LayoutTests/fast/repaint/background-attachment-local-repaint.html
rename to third_party/WebKit/LayoutTests/paint/invalidation/background-attachment-local-repaint.html
index 2e72c22ecbfaf26d9d8282116ab8d6b06d470c25..d8ffcfa31b79990898785365e890e3a3dd779673 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/background-attachment-local-repaint.html
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/background-attachment-local-repaint.html
@@ -21,7 +21,7 @@
<div id="bloat"></div>
</div>
This test verifies a overflow clip container with background-attachment:local correctly repaints when its overflow changes size without scrolling.
-<script src="../../resources/run-after-layout-and-paint.js"></script>
+<script src="../../fast/../resources/run-after-layout-and-paint.js"></script>
<script>
runAfterLayoutAndPaint(function() {
document.getElementById("bloat").style.top = "10000px";

Powered by Google App Engine
This is Rietveld 408576698