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

Unified Diff: third_party/WebKit/LayoutTests/animations/interpolation/backdrop-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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/interpolation/backdrop-filter-interpolation-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/animations/interpolation/backdrop-filter-interpolation.html
diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/backdrop-filter-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/backdrop-filter-interpolation.html
index b9502d3833f4777e4ced2d82c5c51fbe15ad1b49..a54b3f6289c4f7b1498c58c6616872b036aeefc2 100644
--- a/third_party/WebKit/LayoutTests/animations/interpolation/backdrop-filter-interpolation.html
+++ b/third_party/WebKit/LayoutTests/animations/interpolation/backdrop-filter-interpolation.html
@@ -290,13 +290,13 @@ assertInterpolation({
assertNoInterpolation({
property: 'backdrop-filter',
- from: 'url(#svgfilter)',
+ from: 'url("#svgfilter")',
to: 'none', // lacuna is not defined
});
assertNoInterpolation({
property: 'backdrop-filter',
- from: 'url(#svgfilter)',
+ from: 'url("#svgfilter")',
to: 'blur(5px)',
});
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/interpolation/backdrop-filter-interpolation-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698