| OLD | NEW |
| 1 CONSOLE MESSAGE: <shadow> doesn't work for DETAILS element host. | 1 CONSOLE WARNING: <shadow> doesn't work for DETAILS element host. |
| 2 CONSOLE MESSAGE: <shadow> doesn't work for INPUT element host. | 2 CONSOLE WARNING: <shadow> doesn't work for INPUT element host. |
| 3 CONSOLE MESSAGE: <shadow> doesn't work for SUMMARY element host. | 3 CONSOLE WARNING: <shadow> doesn't work for SUMMARY element host. |
| 4 We should not expose UA shadow nodes. | 4 We should not expose UA shadow nodes. |
| 5 | 5 |
| 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 7 | 7 |
| 8 | 8 |
| 9 details | 9 details |
| 10 PASS root2.firstChild.getDistributedNodes().length is 0 | 10 PASS root2.firstChild.getDistributedNodes().length is 0 |
| 11 input | 11 input |
| 12 PASS root2.firstChild.getDistributedNodes().length is 0 | 12 PASS root2.firstChild.getDistributedNodes().length is 0 |
| 13 summary | 13 summary |
| 14 PASS root2.firstChild.getDistributedNodes().length is 0 | 14 PASS root2.firstChild.getDistributedNodes().length is 0 |
| 15 PASS successfullyParsed is true | 15 PASS successfullyParsed is true |
| 16 | 16 |
| 17 TEST COMPLETE | 17 TEST COMPLETE |
| 18 | 18 |
| OLD | NEW |