| OLD | NEW |
| (Empty) |
| 1 CONSOLE WARNING: Calling Element.createShadowRoot() for an element which already
hosts a user-agent shadow root is deprecated. See https://www.chromestatus.com/
features/4668884095336448 for more details. | |
| 2 CONSOLE WARNING: <shadow> doesn't work for DETAILS element host. | |
| 3 CONSOLE WARNING: <shadow> doesn't work for EMBED element host. | |
| 4 CONSOLE WARNING: <shadow> doesn't work for INPUT element host. | |
| 5 CONSOLE WARNING: <shadow> doesn't work for OBJECT element host. | |
| 6 CONSOLE WARNING: <shadow> doesn't work for SUMMARY element host. | |
| 7 We should not expose UA shadow nodes. | |
| 8 | |
| 9 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 10 | |
| 11 | |
| 12 details | |
| 13 PASS root2.firstChild.getDistributedNodes().length is 0 | |
| 14 embed | |
| 15 PASS root2.firstChild.getDistributedNodes().length is 0 | |
| 16 input | |
| 17 PASS root2.firstChild.getDistributedNodes().length is 0 | |
| 18 object | |
| 19 PASS root2.firstChild.getDistributedNodes().length is 0 | |
| 20 summary | |
| 21 PASS root2.firstChild.getDistributedNodes().length is 0 | |
| 22 PASS successfullyParsed is true | |
| 23 | |
| 24 TEST COMPLETE | |
| 25 | |
| OLD | NEW |