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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/multiple-backgrounds-style-change.html

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 years, 1 month 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/multiple-backgrounds-style-change.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/multiple-backgrounds-style-change.html b/third_party/WebKit/LayoutTests/paint/invalidation/multiple-backgrounds-style-change.html
index 1b237c73174496fbf83c87abff5afbab1e3ba797..57357f5613d501b1f9ffbe0d06f7806af4dbafc0 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/multiple-backgrounds-style-change.html
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/multiple-backgrounds-style-change.html
@@ -7,7 +7,7 @@
background-repeat: no-repeat;
background-size: 100px 100px;
background-position: 0 0, 100px 100px;
- background-image: url('../../images/resources/green-256x256.jpg'), url('../images/resources/dice.png');
+ background-image: url('../../images/resources/green-256x256.jpg'), url('../../images/resources/dice.png');
}
.composited {

Powered by Google App Engine
This is Rietveld 408576698