| Index: LayoutTests/fast/css/invalidation/no-invalidation-set-local-style-expected.txt
|
| diff --git a/LayoutTests/fast/css/invalidation/no-invalidation-set-local-style-expected.txt b/LayoutTests/fast/css/invalidation/no-invalidation-set-local-style-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..585eb3b34730341c41e21e4b237ba96e94047731
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/css/invalidation/no-invalidation-set-local-style-expected.txt
|
| @@ -0,0 +1,15 @@
|
| +Class selectors in rightmost compound selector should cause LocalStyleChange even if we cannot use invalidation sets.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS internals.updateStyleAndReturnAffectedElementCount() is 1
|
| +PASS getComputedStyle(elm, null).backgroundColor is green
|
| +PASS internals.updateStyleAndReturnAffectedElementCount() is 1
|
| +PASS getComputedStyle(elm, null).backgroundColor is green
|
| +PASS internals.updateStyleAndReturnAffectedElementCount() is 1
|
| +PASS getComputedStyle(elm, null).backgroundColor is green
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|