Index: third_party/WebKit/LayoutTests/svg/css/svg-attribute-parser-mode-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/css/svg-attribute-parser-mode-expected.txt b/third_party/WebKit/LayoutTests/svg/css/svg-attribute-parser-mode-expected.txt |
index 219fadcfcecd7f1d2fd646db6ff85a0af3e3a286..363b8114f7d0704830754fb22e1cff7e237cbebf 100644 |
--- a/third_party/WebKit/LayoutTests/svg/css/svg-attribute-parser-mode-expected.txt |
+++ b/third_party/WebKit/LayoutTests/svg/css/svg-attribute-parser-mode-expected.txt |
@@ -15,9 +15,9 @@ PASS document.defaultView.getComputedStyle(rect, null).fill is "rgb(0, 0, 0)" |
PASS document.defaultView.getComputedStyle(rect, null).fill is "rgb(0, 128, 0)" |
PASS document.defaultView.getComputedStyle(rect, null).fill is "rgb(0, 0, 0)" |
PASS document.defaultView.getComputedStyle(rect, null).fill is "rgb(0, 128, 0)" |
-PASS document.defaultView.getComputedStyle(rect, null).fill is "url(#reference)" |
+PASS document.defaultView.getComputedStyle(rect, null).fill is "url(\"#reference\")" |
PASS document.defaultView.getComputedStyle(rect, null).fill is "rgb(0, 128, 0)" |
-PASS document.defaultView.getComputedStyle(rect, null).fill is "url(#reference) rgb(0, 128, 0)" |
+PASS document.defaultView.getComputedStyle(rect, null).fill is "url(\"#reference\") rgb(0, 128, 0)" |
PASS document.defaultView.getComputedStyle(rect, null).fill is "rgb(0, 128, 0)" |
PASS document.defaultView.getComputedStyle(rect, null).stroke is "none" |
PASS document.defaultView.getComputedStyle(rect, null).stroke is "rgb(0, 128, 0)" |
@@ -31,9 +31,9 @@ PASS document.defaultView.getComputedStyle(rect, null).stroke is "none" |
PASS document.defaultView.getComputedStyle(rect, null).stroke is "rgb(0, 128, 0)" |
PASS document.defaultView.getComputedStyle(rect, null).stroke is "none" |
PASS document.defaultView.getComputedStyle(rect, null).stroke is "rgb(0, 128, 0)" |
-PASS document.defaultView.getComputedStyle(rect, null).stroke is "url(#reference)" |
+PASS document.defaultView.getComputedStyle(rect, null).stroke is "url(\"#reference\")" |
PASS document.defaultView.getComputedStyle(rect, null).stroke is "rgb(0, 128, 0)" |
-PASS document.defaultView.getComputedStyle(rect, null).stroke is "url(#reference) rgb(0, 128, 0)" |
+PASS document.defaultView.getComputedStyle(rect, null).stroke is "url(\"#reference\") rgb(0, 128, 0)" |
PASS document.defaultView.getComputedStyle(rect, null).stroke is "rgb(0, 128, 0)" |
PASS document.defaultView.getComputedStyle(rect, null).color is "rgb(0, 0, 0)" |
PASS document.defaultView.getComputedStyle(rect, null).color is "rgb(0, 128, 0)" |