| Index: LayoutTests/fast/css/invalidation/valid-invalid-pseudo-expected.txt
|
| diff --git a/LayoutTests/fast/css/invalidation/valid-invalid-pseudo-expected.txt b/LayoutTests/fast/css/invalidation/valid-invalid-pseudo-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..61289543b582d40e5d8a7323ba7a4931fae89959
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/css/invalidation/valid-invalid-pseudo-expected.txt
|
| @@ -0,0 +1,25 @@
|
| +Use descendant invalidation sets for :valid and :invalid pseudo classes.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS getComputedStyle(inputValid, '').backgroundColor is transparent
|
| +PASS internals.updateStyleAndReturnAffectedElementCount() is 1
|
| +PASS getComputedStyle(inputValid, '').backgroundColor is green
|
| +PASS getComputedStyle(inputInvalid, '').backgroundColor is transparent
|
| +PASS internals.updateStyleAndReturnAffectedElementCount() is 1
|
| +PASS getComputedStyle(inputInvalid, '').backgroundColor is green
|
| +PASS getComputedStyle(formInvalid, '').backgroundColor is transparent
|
| +PASS internals.updateStyleAndReturnAffectedElementCount() is 2
|
| +PASS getComputedStyle(formValid, '').backgroundColor is green
|
| +PASS getComputedStyle(formInvalid, '').backgroundColor is transparent
|
| +PASS internals.updateStyleAndReturnAffectedElementCount() is 2
|
| +PASS getComputedStyle(formInvalid, '').backgroundColor is green
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
| +
|
| +
|
| +
|
| +
|
|
|