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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/background-attachment-fixed-scrolled-expected.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/background-attachment-fixed-scrolled-expected.html
diff --git a/third_party/WebKit/LayoutTests/compositing/repaint/background-attachment-fixed-scrolled-expected.html b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/background-attachment-fixed-scrolled-expected.html
similarity index 88%
rename from third_party/WebKit/LayoutTests/compositing/repaint/background-attachment-fixed-scrolled-expected.html
rename to third_party/WebKit/LayoutTests/paint/invalidation/compositing/background-attachment-fixed-scrolled-expected.html
index 7ac305c13ed56bc6432d6b5212ba0cc272e7fa97..6b48b0c80d56a1a69f313880d12c88778a107a22 100644
--- a/third_party/WebKit/LayoutTests/compositing/repaint/background-attachment-fixed-scrolled-expected.html
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/background-attachment-fixed-scrolled-expected.html
@@ -10,7 +10,7 @@
top: 200px;
width: 500px;
height: 1000px;
- background: url('resources/grid.png') -50px -77px;
+ background: url('../resources/grid.png') -50px -77px;
will-change: opacity;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698