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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-list-style-shorthand-expected.txt

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/css/getComputedStyle/getComputedStyle-list-style-shorthand-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-list-style-shorthand-expected.txt b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-list-style-shorthand-expected.txt
index fc9cc9f4e6ebb015fbcf543f581aa237e4749a50..36e025beb504b72a732c1496928e2ad2ec4b7547 100644
--- a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-list-style-shorthand-expected.txt
+++ b/third_party/WebKit/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 '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 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 successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698