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

Unified Diff: third_party/WebKit/LayoutTests/fast/backgrounds/background-shorthand-multiple-layers.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: CSSPrimitiveValue and CSSSVGDocumentValue customCSSText changes 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/backgrounds/background-shorthand-multiple-layers.html
diff --git a/third_party/WebKit/LayoutTests/fast/backgrounds/background-shorthand-multiple-layers.html b/third_party/WebKit/LayoutTests/fast/backgrounds/background-shorthand-multiple-layers.html
index 4a48f0a961f989d055ec75d90b1fe2d37569889c..62cfcba5e046517b4c6409015b21d64ef15974e5 100644
--- a/third_party/WebKit/LayoutTests/fast/backgrounds/background-shorthand-multiple-layers.html
+++ b/third_party/WebKit/LayoutTests/fast/backgrounds/background-shorthand-multiple-layers.html
@@ -7,7 +7,7 @@
description("Tests that serialization of background shorthand property with multiple layers is correct.");
var e = document.getElementById('test');
-shouldBe("getComputedStyle(e).background", "'url(dummy://foo) repeat scroll 0% 0% / auto padding-box border-box, rgb(255, 0, 0) url(dummy://bar) repeat scroll 0% 0% / auto padding-box border-box'")
+shouldBe("getComputedStyle(e).background", "\'url(\"dummy://foo\") repeat scroll 0% 0% / auto padding-box border-box, rgb(255, 0, 0) url(\"dummy://bar\") repeat scroll 0% 0% / auto padding-box border-box\'")
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698