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

Unified Diff: third_party/WebKit/LayoutTests/fast/shapes/parsing/parsing-shape-outside-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 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/fast/shapes/parsing/parsing-shape-outside-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt b/third_party/WebKit/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
index 584ef40d4720d33410e7321e48160e237c0dc96a..380e2287a8af184e26ff740d5a444ec6ae670a71 100644
--- a/third_party/WebKit/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
@@ -181,8 +181,8 @@ PASS getCSSText("shape-outside", "linear-gradient(to right, red, blue)") is "lin
PASS getComputedStyleValue("shape-outside", "linear-gradient(to right, red, blue)") is "linear-gradient(to right, red, blue)"
PASS getCSSText("shape-outside", "radial-gradient(at 10px 20px, red 0%, blue 50%, green 95%)") is "radial-gradient(at 10px 20px, red 0%, blue 50%, green 95%)"
PASS getComputedStyleValue("shape-outside", "radial-gradient(at 10px 20px, red 0%, blue 50%, green 95%)") is "radial-gradient(at 10px 20px, red 0%, blue 50%, green 95%)"
-PASS removeBaseURL(getCSSText("shape-outside", "url('image')")) is "url(image)"
-PASS removeBaseURL(getComputedStyleValue("shape-outside", "url('image')")) is "url(image)"
+PASS removeBaseURL(getCSSText("shape-outside", "url('image')")) is "url(\"image\")"
+PASS removeBaseURL(getComputedStyleValue("shape-outside", "url('image')")) is "url(\"image\")"
PASS getCSSText("shape-outside", "calc()") is ""
PASS getComputedStyleValue("shape-outside", "calc()") is "none"
PASS getCSSText("shape-outside", "auto") is ""

Powered by Google App Engine
This is Rietveld 408576698