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

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

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: CSSPrimitiveValue and CSSSVGDocumentValue customCSSText changes 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/css3/filters/filter-property-expected.txt
diff --git a/third_party/WebKit/LayoutTests/css3/filters/filter-property-expected.txt b/third_party/WebKit/LayoutTests/css3/filters/filter-property-expected.txt
index 027dd3ad6f1629bc24a6d5e0eb5ef571900467ff..37e0f3ad94d23d1c72e347d64be7302da5af9e39 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/filter-property-expected.txt
+++ b/third_party/WebKit/LayoutTests/css3/filters/filter-property-expected.txt
@@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS cssRule.type is 1
PASS declaration.length is 1
-PASS declaration.getPropertyValue('-webkit-filter') is 'url(\'#a\') url(\'#b\')'
+FAIL declaration.getPropertyValue('-webkit-filter') should be url('#a') url('#b'). Was url("#a") url("#b").
Timothy Loh 2015/09/24 07:53:21 These tests should be updated so this we pass...
nainar 2015/09/25 04:10:18 Done.
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698