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

Unified Diff: LayoutTests/fast/masking/parsing-mask-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/masking/parsing-mask-expected.txt
diff --git a/LayoutTests/fast/masking/parsing-mask-expected.txt b/LayoutTests/fast/masking/parsing-mask-expected.txt
index 6e570f1539230a44796d21944deb62179b333367..ce405a525ae9763d1ebf24f2ea4e2b05f0415af0 100644
--- a/LayoutTests/fast/masking/parsing-mask-expected.txt
+++ b/LayoutTests/fast/masking/parsing-mask-expected.txt
@@ -6,8 +6,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS innerStyle("-webkit-mask", "none") is "none"
PASS innerStyle("-webkit-mask", "none, none") is "none, none"
PASS innerStyle("-webkit-mask", "none, none, none") is "none, none, none"
-PASS innerStyle("-webkit-mask", "url(file:///image.png), none") is "url(file:///image.png), none"
-PASS innerStyle("-webkit-mask", "none, url(file:///image.png)") is "none, url(file:///image.png)"
+PASS innerStyle("-webkit-mask", "url(file:///image.png), none") is "url(\"file:///image.png\"), none"
+PASS innerStyle("-webkit-mask", "none, url(file:///image.png)") is "none, url(\"file:///image.png\")"
PASS innerStyle("-webkit-mask", "top left") is "0% 0%"
PASS innerStyle("-webkit-mask", "bottom right") is "100% 100%"
PASS innerStyle("-webkit-mask", "left bottom") is "0% 100%"
« no previous file with comments | « LayoutTests/fast/masking/parsing-mask.html ('k') | LayoutTests/fast/shapes/parsing/parsing-shape-outside.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698