| OLD | NEW |
| 1 getDistributedNodes() should work out of Document | 1 getDistributedNodes() shouldn't work unless it is inDocument |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 getDistributedNodes() should work out of Document | |
| 7 PASS nodeList.length is expectedNodes.length | 6 PASS nodeList.length is expectedNodes.length |
| 8 PASS nodeList.item(0) is expectedNodes[0] | |
| 9 | |
| 10 When a content element is disconnected from ShadowRoot, it should not work. | |
| 11 PASS nodeList.length is expectedNodes.length | |
| 12 | |
| 13 Reprojection case | |
| 14 PASS nodeList.length is expectedNodes.length | |
| 15 PASS nodeList.item(0) is expectedNodes[0] | |
| 16 PASS nodeList.length is expectedNodes.length | |
| 17 PASS nodeList.item(0) is expectedNodes[0] | |
| 18 PASS nodeList.item(1) is expectedNodes[1] | |
| 19 | |
| 20 rootChild is disconnected. Now content became inactive, so content element itsel
f should be distributed. | |
| 21 PASS nodeList.length is expectedNodes.length | |
| 22 PASS nodeList.length is expectedNodes.length | |
| 23 PASS nodeList.item(0) is expectedNodes[0] | |
| 24 PASS nodeList.item(1) is expectedNodes[1] | |
| 25 | 7 |
| 26 PASS successfullyParsed is true | 8 PASS successfullyParsed is true |
| 27 | 9 |
| 28 TEST COMPLETE | 10 TEST COMPLETE |
| 29 | 11 |
| OLD | NEW |