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

Unified Diff: LayoutTests/fast/css/getComputedStyle/getComputedStyle-list-style-shorthand-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/css/getComputedStyle/getComputedStyle-list-style-shorthand-expected.txt
diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-list-style-shorthand-expected.txt b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-list-style-shorthand-expected.txt
index fc9cc9f4e6ebb015fbcf543f581aa237e4749a50..11d6937c52e3617edea33f3abe061b48389d1941 100644
--- a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-list-style-shorthand-expected.txt
+++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-list-style-shorthand-expected.txt
@@ -3,11 +3,11 @@ Tests that the list-style shorthand is computed properly.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS computedStyle.getPropertyValue('list-style') is 'circle outside url(dummy://test.png)'
+PASS computedStyle.getPropertyValue('list-style') is 'circle outside url("dummy://test.png")'
PASS computedStyle.getPropertyValue('list-style') is 'disc outside none'
PASS computedStyle.getPropertyValue('list-style') is 'circle outside none'
PASS computedStyle.getPropertyValue('list-style') is 'none outside none'
-PASS computedStyle.getPropertyValue('list-style') is 'circle outside url(dummy://test.png)'
+PASS computedStyle.getPropertyValue('list-style') is 'circle outside url("dummy://test.png")'
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698