| OLD | NEW |
| (Empty) | |
| 1 CONSOLE WARNING: Calling Element.createShadowRoot() for an element which already
hosts a shadow root is deprecated. See https://www.chromestatus.com/features/46
68884095336448 for more details. |
| 2 Testing shadow host :focus and distributed nodes |
| 3 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" |
| 4 (1/3) shadow host without tabindex |
| 5 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" |
| 6 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" |
| 7 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)" |
| 8 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)" |
| 9 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)" |
| 10 (2/3) shadow host with tabindex=-1 |
| 11 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" |
| 12 PASS backgroundColorOf('shadow-host') is "rgb(255, 255, 255)" |
| 13 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)" |
| 14 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)" |
| 15 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)" |
| 16 (3/3) shadow host with tabindex=0 |
| 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 PASS backgroundColorOf('shadow-host') is "rgb(0, 128, 0)" |
| 22 PASS successfullyParsed is true |
| 23 |
| 24 TEST COMPLETE |
| 25 |
| 26 |
| OLD | NEW |