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

Unified Diff: third_party/WebKit/LayoutTests/animations/responsive/fill-responsive.html

Issue 1363233003: Make sure <url>s are being serialized according to spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix interpolation tests Created 5 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/animations/responsive/fill-responsive.html
diff --git a/third_party/WebKit/LayoutTests/animations/responsive/fill-responsive.html b/third_party/WebKit/LayoutTests/animations/responsive/fill-responsive.html
index 8fe01ba4784ec24468f26abd7a4390dab90e8f39..59791242637e304effc37313bf1ced194c085a16 100644
--- a/third_party/WebKit/LayoutTests/animations/responsive/fill-responsive.html
+++ b/third_party/WebKit/LayoutTests/animations/responsive/fill-responsive.html
@@ -20,7 +20,7 @@ assertResponsive({
}, {
state: {inherited: 'url(a)'},
expect: [
- {at: 0.25, is: 'url(a)'},
+ {at: 0.25, is: 'url("a")'},
{at: 0.75, is: 'rgb(0, 128, 0)'},
],
}],

Powered by Google App Engine
This is Rietveld 408576698