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

Unified Diff: third_party/WebKit/LayoutTests/animations/interpolation/filter-interpolation.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/interpolation/filter-interpolation.html
diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/filter-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/filter-interpolation.html
index ee2885901d7b729f1ffe3036d915ef95b04732a1..31ea5f4b4d3cc64311099d2b07c34c5e83fe83f7 100644
--- a/third_party/WebKit/LayoutTests/animations/interpolation/filter-interpolation.html
+++ b/third_party/WebKit/LayoutTests/animations/interpolation/filter-interpolation.html
@@ -290,13 +290,13 @@ assertInterpolation({
assertNoInterpolation({
property: '-webkit-filter',
- from: 'url(#svgfilter)',
+ from: 'url("#svgfilter")',
to: 'none', // lacuna is not defined
});
assertNoInterpolation({
property: '-webkit-filter',
- from: 'url(#svgfilter)',
+ from: 'url("#svgfilter")',
to: 'blur(5px)',
});

Powered by Google App Engine
This is Rietveld 408576698