| Index: LayoutTests/fast/css/invalidation/invalidation-set-with-adjacent-combinators-expected.txt
|
| diff --git a/LayoutTests/fast/css/invalidation/invalidation-set-with-adjacent-combinators-expected.txt b/LayoutTests/fast/css/invalidation/invalidation-set-with-adjacent-combinators-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b694c4d892c9b53d2346a8ee0702089167b95d55
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/css/invalidation/invalidation-set-with-adjacent-combinators-expected.txt
|
| @@ -0,0 +1,18 @@
|
| +Check that targeted class invalidation works with when adjacent combinators are present.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS getComputedStyle(i1, null).backgroundColor is transparent
|
| +PASS internals.updateStyleAndReturnAffectedElementCount() is 1
|
| +PASS internals.updateStyleAndReturnAffectedElementCount() is 1
|
| +PASS internals.updateStyleAndReturnAffectedElementCount() is 2
|
| +PASS internals.updateStyleAndReturnAffectedElementCount() is 1
|
| +PASS getComputedStyle(i1, null).backgroundColor is transparent
|
| +PASS internals.updateStyleAndReturnAffectedElementCount() is 2
|
| +PASS getComputedStyle(i1, null).backgroundColor is green
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +This text should have a green background.
|
| +
|
|
|