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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/marker-getPropertyValue.svg

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/svg/custom/marker-getPropertyValue.svg
diff --git a/third_party/WebKit/LayoutTests/svg/custom/marker-getPropertyValue.svg b/third_party/WebKit/LayoutTests/svg/custom/marker-getPropertyValue.svg
index 96dbe1c0365a08fc18106d4aceaedcd676c5338b..f20a7c5dab56c466d82f49271fe7bdc00fd8c23c 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/marker-getPropertyValue.svg
+++ b/third_party/WebKit/LayoutTests/svg/custom/marker-getPropertyValue.svg
@@ -16,8 +16,8 @@
testRunner.dumpAsText();
var e = document.getElementById("rect");
- expect(e.style.getPropertyValue("marker"), "url(#test)");
+ expect(e.style.getPropertyValue("marker"), 'url("#test")');
}
]]></script>
- <rect visibility="hidden" width="100" height="100" id="rect" style="marker: url(#test)"/>
+ <rect visibility="hidden" width="100" height="100" id="rect" style='marker: url("#test")'/>
</svg>

Powered by Google App Engine
This is Rietveld 408576698