OLD | NEW |
1 Test whether :ancestor matches a shadow host correctly. | 1 Test whether :ancestor matches a shadow host correctly. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 :ancestor out of shadow tree should not match any shadow hosts. | 6 :ancestor out of shadow tree should not match any shadow hosts. |
7 PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)" | 7 PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)" |
8 :ancestor with * should not match any shadow hosts. | 8 :ancestor with * should not match any shadow hosts. |
9 PASS backgroundColorOf('host') is "rgb(0, 128, 0)" | 9 PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)" |
10 :ancestor with tag selector should not match any shadow hosts. | 10 :ancestor with tag selector should not match any shadow hosts. |
11 PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)" | 11 PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)" |
12 :ancestor with class selector should not match any shadow hosts. | 12 :ancestor with class selector should not match any shadow hosts. |
13 PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)" | 13 PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)" |
14 :ancestor with id selector should not match any shadow hosts. | 14 :ancestor with id selector should not match any shadow hosts. |
15 PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)" | 15 PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)" |
16 :ancestor with attribute selector should not match any shadow hosts. | 16 :ancestor with attribute selector should not match any shadow hosts. |
17 PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)" | 17 PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)" |
18 :ancestor in a shadow tree should match its shadow host. | 18 :ancestor in a shadow tree should match its shadow host. |
19 PASS backgroundColorOf('host') is "rgb(0, 128, 0)" | 19 PASS backgroundColorOf('host') is "rgb(0, 128, 0)" |
(...skipping 18 matching lines...) Expand all Loading... |
38 Compare :ancestor with :ancestor. | 38 Compare :ancestor with :ancestor. |
39 PASS backgroundColorOf('host') is "rgb(0, 128, 0)" | 39 PASS backgroundColorOf('host') is "rgb(0, 128, 0)" |
40 PASS backgroundColorOf('host') is "rgb(255, 0, 0)" | 40 PASS backgroundColorOf('host') is "rgb(255, 0, 0)" |
41 PASS backgroundColorOf('host/target') is "rgb(0, 128, 0)" | 41 PASS backgroundColorOf('host/target') is "rgb(0, 128, 0)" |
42 PASS backgroundColorOf('host/target') is "rgb(0, 128, 0)" | 42 PASS backgroundColorOf('host/target') is "rgb(0, 128, 0)" |
43 PASS backgroundColorOf('host/target') is "rgb(0, 128, 0)" | 43 PASS backgroundColorOf('host/target') is "rgb(0, 128, 0)" |
44 PASS successfullyParsed is true | 44 PASS successfullyParsed is true |
45 | 45 |
46 TEST COMPLETE | 46 TEST COMPLETE |
47 | 47 |
OLD | NEW |