| Index: LayoutTests/fast/css/dynamic-class-pseudo-elements-expected.txt
|
| diff --git a/LayoutTests/fast/css/dynamic-class-pseudo-elements-expected.txt b/LayoutTests/fast/css/dynamic-class-pseudo-elements-expected.txt
|
| index a11972869fe9f2049c33526cf8a9be130e5e2ef6..4a4ba3c940859a6b54212b779eb0ad7f094af5c2 100644
|
| --- a/LayoutTests/fast/css/dynamic-class-pseudo-elements-expected.txt
|
| +++ b/LayoutTests/fast/css/dynamic-class-pseudo-elements-expected.txt
|
| @@ -4,10 +4,10 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
|
|
| PASS getComputedStyle(r1, '::before').backgroundColor is transparent
|
| -PASS internals.updateStyleAndReturnAffectedElementCount() is 3
|
| +PASS internals.updateStyleAndReturnAffectedElementCount() is 2
|
| PASS getComputedStyle(r1, '::before').backgroundColor is green
|
| PASS getComputedStyle(r2, '::after').backgroundColor is transparent
|
| -PASS internals.updateStyleAndReturnAffectedElementCount() is 3
|
| +PASS internals.updateStyleAndReturnAffectedElementCount() is 2
|
| PASS getComputedStyle(r2, '::after').backgroundColor is green
|
| PASS getComputedStyle(r3, '::first-line').backgroundColor is transparent
|
| PASS internals.updateStyleAndReturnAffectedElementCount() is 9
|
|
|