| Index: LayoutTests/fast/css/invalidation/empty-pseudo-expected.txt
|
| diff --git a/LayoutTests/fast/css/invalidation/empty-pseudo-expected.txt b/LayoutTests/fast/css/invalidation/empty-pseudo-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a462d49205d1ed92357b3b9d9de49943ea816abd
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/css/invalidation/empty-pseudo-expected.txt
|
| @@ -0,0 +1,15 @@
|
| +Use descendant invalidation set for :empty pseudo class.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS getComputedStyle(empty, '').backgroundColor is green
|
| +PASS internals.updateStyleAndReturnAffectedElementCount() is 2
|
| +PASS getComputedStyle(empty, '').backgroundColor is transparent
|
| +PASS getComputedStyle(notEmpty, '').backgroundColor is transparent
|
| +PASS internals.updateStyleAndReturnAffectedElementCount() is 1
|
| +PASS getComputedStyle(notEmpty, '').backgroundColor is green
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|