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

Unified Diff: LayoutTests/fast/masking/parsing-mask.html

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.html
diff --git a/LayoutTests/fast/masking/parsing-mask.html b/LayoutTests/fast/masking/parsing-mask.html
index d458da519f18d70f71e56e7272c594d5aaee2d2e..8e3baf6372b3f989a40399fd041b44b395bad64e 100644
--- a/LayoutTests/fast/masking/parsing-mask.html
+++ b/LayoutTests/fast/masking/parsing-mask.html
@@ -45,8 +45,8 @@ function negativeTest(property, value) {
testInner("-webkit-mask", "none", "none");
testInner("-webkit-mask", "none, none", "none, none");
testInner("-webkit-mask", "none, none, none", "none, none, none");
-testInner("-webkit-mask", "url(file:///image.png), none", "url(file:///image.png), none");
-testInner("-webkit-mask", "none, url(file:///image.png)", "none, url(file:///image.png)");
+testInner("-webkit-mask", "url(file:///image.png), none", "url(\"file:///image.png\"), none");
+testInner("-webkit-mask", "none, url(file:///image.png)", "none, url(\"file:///image.png\")");
// test mask-position
« no previous file with comments | « LayoutTests/fast/js/resources/image-preload-helper.js ('k') | LayoutTests/fast/masking/parsing-mask-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698