OLD | NEW |
(Empty) | |
| 1 Use descendant invalidation set in the presence of an :-internal-spatial-navigat
ion-focus pseudo class. |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 This test relies on the bug (crbug.com/432436) that internal pseudo classes are
being |
| 7 exposed to the extent that they are not dropped, but in the case of :-internal-s
patial-navigation-focus, |
| 8 never matched. If the mentioned bug is fixed this test will start failing. When
that happens, |
| 9 we need to either add the possibility to use internal css features in author sty
le for tests, |
| 10 support injecting UA style for tests, or drop this test. |
| 11 |
| 12 PASS getComputedStyle(b).backgroundColor is transparent |
| 13 PASS internals.updateStyleAndReturnAffectedElementCount() is 2 |
| 14 PASS getComputedStyle(b).backgroundColor is green |
| 15 PASS successfullyParsed is true |
| 16 |
| 17 TEST COMPLETE |
| 18 |
| 19 |
OLD | NEW |