| 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 ad5488450cac9d42668c07eebe38484a00953e2a..9f97838ce0d88c8cdb455224b2be5775849e68c5 100644
|
| --- a/LayoutTests/fast/css/getComputedStyle/computed-style-properties-expected.txt
|
| +++ b/LayoutTests/fast/css/getComputedStyle/computed-style-properties-expected.txt
|
| @@ -1,3 +1,4 @@
|
| +CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected identifier
|
| outline
|
| content
|
| counter
|
| @@ -10,15 +11,8 @@ Subheading B
|
| Heading B
|
|
|
| PASS computedStyleFor('outline', null, 'outline-offset') is '5px'
|
| -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
|
| -PASS str.indexOf('anothercounter 5') != -1 is true
|
| -PASS computedStyleFor('counter1', 'before', 'counter-increment') is 'section 1'
|
| -PASS computedStyleFor('subcounter2', 'before', 'counter-increment') is 'subsection 1'
|
| -PASS computedStyleFor('subcounter2', 'before', 'content') is "counter(section) '.' counter(subsection) '. '"
|
| -PASS successfullyParsed is true
|
| +FAIL computedStyleFor('content', 'before', 'content') should be text. Was "text".
|
| +FAIL successfullyParsed should be true. Was false.
|
|
|
| TEST COMPLETE
|
|
|
|
|