| OLD | NEW |
| 1 Tests to ensure that shadow element cannot be created in elements having dynamic
ally created shadow root. | 1 Tests to ensure that shadow element cannot be created in elements having dynamic
ally created shadow root. |
| 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 DIV | 6 DIV |
| 7 PASS element.createShadowRoot() is not null | 7 PASS element.createShadowRoot() is not null |
| 8 SPAN | 8 SPAN |
| 9 PASS element.createShadowRoot() is not null | 9 PASS element.createShadowRoot() is not null |
| 10 A | 10 A |
| 11 PASS element.createShadowRoot() is not null | 11 PASS element.createShadowRoot() is not null |
| 12 SECTION | 12 SECTION |
| 13 PASS element.createShadowRoot() is not null | 13 PASS element.createShadowRoot() is not null |
| 14 INPUT | 14 INPUT |
| 15 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa
s inserted somewhere it doesn't belong.. | 15 PASS element.createShadowRoot() is not null |
| 16 tref | 16 tref |
| 17 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa
s inserted somewhere it doesn't belong.. | 17 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa
s inserted somewhere it doesn't belong.. |
| 18 AUDIO | 18 AUDIO |
| 19 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa
s inserted somewhere it doesn't belong.. | 19 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa
s inserted somewhere it doesn't belong.. |
| 20 VIDEO | 20 VIDEO |
| 21 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa
s inserted somewhere it doesn't belong.. | 21 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa
s inserted somewhere it doesn't belong.. |
| 22 SELECT | 22 SELECT |
| 23 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa
s inserted somewhere it doesn't belong.. | 23 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa
s inserted somewhere it doesn't belong.. |
| 24 IMG | 24 IMG |
| 25 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa
s inserted somewhere it doesn't belong.. | 25 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa
s inserted somewhere it doesn't belong.. |
| (...skipping 16 matching lines...) Expand all Loading... |
| 42 VIDEO | 42 VIDEO |
| 43 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa
s inserted somewhere it doesn't belong.. | 43 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa
s inserted somewhere it doesn't belong.. |
| 44 AUDIO | 44 AUDIO |
| 45 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa
s inserted somewhere it doesn't belong.. | 45 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa
s inserted somewhere it doesn't belong.. |
| 46 FIELDSET | 46 FIELDSET |
| 47 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa
s inserted somewhere it doesn't belong.. | 47 PASS element.createShadowRoot() threw exception HierarchyRequestError: A Node wa
s inserted somewhere it doesn't belong.. |
| 48 PASS successfullyParsed is true | 48 PASS successfullyParsed is true |
| 49 | 49 |
| 50 TEST COMPLETE | 50 TEST COMPLETE |
| 51 | 51 |
| OLD | NEW |