OLD | NEW |
1 (1/6) Testing how :focus matches on shadow host with delegatesFocus=false. | 1 (1/6) Testing how :focus matches on shadow host with delegatesFocus=false. |
2 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" | 2 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" |
3 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)" | 4 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" |
5 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. | 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)" | 7 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" |
8 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)" | 9 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" |
10 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)" | 10 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)" |
(...skipping 15 matching lines...) Expand all Loading... |
26 (6/6) Testing how :focus matches on shadow host with tabindex=0, delegatesFocus=
true. | 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)" | 27 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" |
28 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)" | 29 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)" |
30 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)" | 30 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)" |
31 PASS successfullyParsed is true | 31 PASS successfullyParsed is true |
32 | 32 |
33 TEST COMPLETE | 33 TEST COMPLETE |
34 | 34 |
35 | 35 |
OLD | NEW |