| OLD | NEW |
| 1 CONSOLE MESSAGE: <shadow> doesn't work for DETAILS element host. | 1 CONSOLE MESSAGE: <shadow> doesn't work for DETAILS element host. |
| 2 CONSOLE MESSAGE: <shadow> doesn't work for INPUT element host. |
| 2 CONSOLE MESSAGE: <shadow> doesn't work for SUMMARY element host. | 3 CONSOLE MESSAGE: <shadow> doesn't work for SUMMARY element host. |
| 3 We should not expose UA shadow nodes. | 4 We should not expose UA shadow nodes. |
| 4 | 5 |
| 5 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
". |
| 6 | 7 |
| 7 | 8 |
| 8 details | 9 details |
| 9 PASS root2.firstChild.getDistributedNodes().length is 0 | 10 PASS root2.firstChild.getDistributedNodes().length is 0 |
| 11 input |
| 12 PASS root2.firstChild.getDistributedNodes().length is 0 |
| 10 summary | 13 summary |
| 11 PASS root2.firstChild.getDistributedNodes().length is 0 | 14 PASS root2.firstChild.getDistributedNodes().length is 0 |
| 12 PASS successfullyParsed is true | 15 PASS successfullyParsed is true |
| 13 | 16 |
| 14 TEST COMPLETE | 17 TEST COMPLETE |
| 15 | 18 |
| OLD | NEW |