| Index: LayoutTests/fast/css/invalidation/targeted-class-style-invalidation-expected.txt
|
| diff --git a/LayoutTests/fast/css/invalidation/targeted-class-style-invalidation-expected.txt b/LayoutTests/fast/css/invalidation/targeted-class-style-invalidation-expected.txt
|
| index 7abc436bc5009b3325d710b85ca3b98ab3c63de0..f8bd4834d0ce156548f17b492c0c3d7c092718df 100644
|
| --- a/LayoutTests/fast/css/invalidation/targeted-class-style-invalidation-expected.txt
|
| +++ b/LayoutTests/fast/css/invalidation/targeted-class-style-invalidation-expected.txt
|
| @@ -3,7 +3,10 @@ Test that adding and removing class names only updates the elements that are aff
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS internals.updateStyleAndReturnAffectedElementCount() is 3
|
| +PASS internals.updateStyleAndReturnAffectedElementCount() is 4
|
| +PASS getComputedStyle(inner).width is "200px"
|
| +PASS internals.updateStyleAndReturnAffectedElementCount() is 2
|
| +PASS getComputedStyle(inner).width is "100px"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|