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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/marker-getPropertyValue-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: Fix Mac and Windows 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/svg/custom/marker-getPropertyValue-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/custom/marker-getPropertyValue-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/marker-getPropertyValue-expected.txt
index d202e6b455ef5c560ceb836b6d70aad68a9b406c..2ba4ad669a5092b3f5c572a25e1acfb77bd7fa4f 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/marker-getPropertyValue-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/custom/marker-getPropertyValue-expected.txt
@@ -1 +1 @@
-url(#test) PASSED
+url("#test") FAILED (actual: 'url("#test")' expected: 'url(#test)')
Timothy Loh 2015/09/25 05:25:23 fail?

Powered by Google App Engine
This is Rietveld 408576698