Index: LayoutTests/fast/css/getComputedStyle/computed-style-properties-expected.txt |
diff --git a/LayoutTests/fast/css/getComputedStyle/computed-style-properties-expected.txt b/LayoutTests/fast/css/getComputedStyle/computed-style-properties-expected.txt |
index 1dc1ff70eb7f3616b5b434a355d7555537b27f57..ad5488450cac9d42668c07eebe38484a00953e2a 100644 |
--- a/LayoutTests/fast/css/getComputedStyle/computed-style-properties-expected.txt |
+++ b/LayoutTests/fast/css/getComputedStyle/computed-style-properties-expected.txt |
@@ -10,7 +10,7 @@ Subheading B |
Heading B |
PASS computedStyleFor('outline', null, 'outline-offset') is '5px' |
-PASS computedStyleFor('content', 'before', 'content') is 'text' |
+PASS computedStyleFor('content', 'before', 'content') is "'text'" |
PASS computedStyleFor('content', 'after', 'content') is "'test ' url(data:image/gif;base64,R0lGODlhAQABAJAAAP8AAAAAACwAAAAAAQABAAACAgQBADs=)" |
PASS computedStyleFor('counter', null, 'counter-reset') is 'section 0' |
PASS str.indexOf('subsection 0') != -1 is true |