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..b6cf9fc8952651610b75b246ea94779f8bde2214 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)" |
+FAIL document.defaultView.getComputedStyle(rect, null).fill should be url(#reference). Was url("#reference"). |
Timothy Loh
2015/09/25 05:25:23
fail?
nainar
2015/09/25 09:29:02
Done.
|
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)" |
+FAIL document.defaultView.getComputedStyle(rect, null).fill should be url(#reference) rgb(0, 128, 0). Was 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)" |
+FAIL document.defaultView.getComputedStyle(rect, null).stroke should be url(#reference). Was 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)" |
+FAIL document.defaultView.getComputedStyle(rect, null).stroke should be url(#reference) rgb(0, 128, 0). Was 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)" |