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 |