OLD | NEW |
| (Empty) |
1 (1/6) Testing how :focus matches on shadow host with delegatesFocus=false. | |
2 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" | |
3 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" | |
4 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" | |
5 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" | |
6 (2/6) Testing how :focus matches on shadow host with tabindex=-1, delegatesFocus
=false. | |
7 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" | |
8 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" | |
9 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" | |
10 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)" | |
11 (3/6) Testing how :focus matches on shadow host with tabindex=0, delegatesFocus=
false. | |
12 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" | |
13 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" | |
14 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" | |
15 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)" | |
16 (4/6) Testing how :focus matches on shadow host with delegatesFocus=true. | |
17 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" | |
18 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" | |
19 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)" | |
20 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)" | |
21 (5/6) Testing how :focus matches on shadow host with tabindex=-1, delegatesFocus
=true. | |
22 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" | |
23 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" | |
24 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)" | |
25 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)" | |
26 (6/6) Testing how :focus matches on shadow host with tabindex=0, delegatesFocus=
true. | |
27 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" | |
28 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" | |
29 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)" | |
30 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)" | |
31 PASS successfullyParsed is true | |
32 | |
33 TEST COMPLETE | |
34 | |
35 | |
OLD | NEW |