| Index: LayoutTests/fast/css/invalidation/targeted-class-custom-pseudo-expected.txt
|
| diff --git a/LayoutTests/fast/css/invalidation/targeted-class-custom-pseudo-expected.txt b/LayoutTests/fast/css/invalidation/targeted-class-custom-pseudo-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d5fe133f56a4efd24b3fb31663671074ca9bb116
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/css/invalidation/targeted-class-custom-pseudo-expected.txt
|
| @@ -0,0 +1,13 @@
|
| +Check that targeted class invalidation works for custom pseudo elements.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS !!window.internals is true
|
| +PASS getComputedStyle(fileUploadButton, null).backgroundColor is gray
|
| +PASS internals.updateStyleAndReturnAffectedElementCount() is 2
|
| +PASS getComputedStyle(fileUploadButton, null).backgroundColor is green
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|