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

Unified Diff: third_party/WebKit/LayoutTests/svg/css/svg-attribute-parser-mode-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/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)"

Powered by Google App Engine
This is Rietveld 408576698