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

Unified Diff: LayoutTests/fast/shapes/parsing/parsing-shape-outside.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/shapes/parsing/parsing-shape-outside.html
diff --git a/LayoutTests/fast/shapes/parsing/parsing-shape-outside.html b/LayoutTests/fast/shapes/parsing/parsing-shape-outside.html
index 23ececa816aaaeacc3fadca39927498259251f0b..2112f970abbe0ef8d49e48bc9316cd85bc3609d1 100644
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-outside.html
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-outside.html
@@ -18,7 +18,7 @@ validShapeValues.forEach(function(elt, i, a) {
testShapeComputedProperty("shape-outside", value, computedValue);
});
-testLocalURLShapeProperty("shape-outside", "url(\'image\')", "url(image)");
+testLocalURLShapeProperty("shape-outside", "url(\'image\')", "url(\"image\")");
invalidShapeValues.forEach(function(value, i, a) {
testShapePropertyParsingFailure("shape-outside", value, "none")
« no previous file with comments | « LayoutTests/fast/masking/parsing-mask-expected.txt ('k') | LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698