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 |