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

Unified Diff: third_party/WebKit/LayoutTests/fast/shapes/parsing/parsing-shape-outside.html

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/shapes/parsing/parsing-shape-outside.html
diff --git a/third_party/WebKit/LayoutTests/fast/shapes/parsing/parsing-shape-outside.html b/third_party/WebKit/LayoutTests/fast/shapes/parsing/parsing-shape-outside.html
index 23ececa816aaaeacc3fadca39927498259251f0b..4b238c051bbd498010559bf0841ce868f9fbe0e3 100644
--- a/third_party/WebKit/LayoutTests/fast/shapes/parsing/parsing-shape-outside.html
+++ b/third_party/WebKit/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")

Powered by Google App Engine
This is Rietveld 408576698