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

Unified Diff: LayoutTests/fast/backgrounds/background-shorthand-multiple-layers-expected.txt

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/backgrounds/background-shorthand-multiple-layers-expected.txt
diff --git a/LayoutTests/fast/backgrounds/background-shorthand-multiple-layers-expected.txt b/LayoutTests/fast/backgrounds/background-shorthand-multiple-layers-expected.txt
index 066b1d7227785c7fbe9bc8e470b9aa3b0f2d3a78..c8f83d655db1a7d760c1e53c25037c14686aa9f2 100644
--- a/LayoutTests/fast/backgrounds/background-shorthand-multiple-layers-expected.txt
+++ b/LayoutTests/fast/backgrounds/background-shorthand-multiple-layers-expected.txt
@@ -3,7 +3,7 @@ Tests that serialization of background shorthand property with multiple layers i
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS getComputedStyle(e).background is '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'
+PASS getComputedStyle(e).background is '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'
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698