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

Unified Diff: LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt

Issue 1355263002: Make sure <url>s are being serialized according to spec (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@urlThing161644
Patch Set: 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: LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
diff --git a/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt b/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
index 584ef40d4720d33410e7321e48160e237c0dc96a..380e2287a8af184e26ff740d5a444ec6ae670a71 100644
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt
+++ b/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 ""
« no previous file with comments | « LayoutTests/fast/shapes/parsing/parsing-shape-outside.html ('k') | LayoutTests/fast/shapes/parsing/parsing-test-utils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698