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