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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/filter-property-computed-style-expected.txt

Issue 1783693006: Use <string> serialization rules for computed value of reference filter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests Created 4 years, 9 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/css3/filters/filter-property-computed-style-expected.txt
diff --git a/third_party/WebKit/LayoutTests/css3/filters/filter-property-computed-style-expected.txt b/third_party/WebKit/LayoutTests/css3/filters/filter-property-computed-style-expected.txt
index b596638d0b27ff97f0210ff8e1e8bff0aa7ea09b..24298f355999e81d237622551d544d76fef90064 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/filter-property-computed-style-expected.txt
+++ b/third_party/WebKit/LayoutTests/css3/filters/filter-property-computed-style-expected.txt
@@ -5,16 +5,16 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Basic reference : url('#a')
-PASS filterStyle is "url('#a')"
+PASS filterStyle is "url(\"#a\")"
Bare unquoted reference converting to quoted form : url(#a)
-PASS filterStyle is "url('#a')"
+PASS filterStyle is "url(\"#a\")"
Multiple references : url('#a') url('#b')
-PASS filterStyle is "url('#a') url('#b')"
+PASS filterStyle is "url(\"#a\") url(\"#b\")"
Reference as 2nd value : grayscale(1) url('#a')
-PASS filterStyle is "grayscale(1) url('#a')"
+PASS filterStyle is "grayscale(1) url(\"#a\")"
Integer value : grayscale(1)
PASS filterStyle is "grayscale(1)"

Powered by Google App Engine
This is Rietveld 408576698