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

Unified Diff: third_party/WebKit/LayoutTests/fast/masking/parsing-mask-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/masking/parsing-mask-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/masking/parsing-mask-expected.txt b/third_party/WebKit/LayoutTests/fast/masking/parsing-mask-expected.txt
index 6e570f1539230a44796d21944deb62179b333367..ce405a525ae9763d1ebf24f2ea4e2b05f0415af0 100644
--- a/third_party/WebKit/LayoutTests/fast/masking/parsing-mask-expected.txt
+++ b/third_party/WebKit/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%"

Powered by Google App Engine
This is Rietveld 408576698