| OLD | NEW |
| 1 CONSOLE WARNING: The <keygen> element is deprecated and will be removed in M54,
around October 2016. See https://www.chromestatus.com/features/5716060992962560
for more details. |
| 1 CONSOLE WARNING: Calling Element.createShadowRoot() for an element which already
hosts a user-agent shadow root is deprecated. See https://www.chromestatus.com/
features/4668884095336448 for more details. | 2 CONSOLE WARNING: Calling Element.createShadowRoot() for an element which already
hosts a user-agent shadow root is deprecated. See https://www.chromestatus.com/
features/4668884095336448 for more details. |
| 2 Tests to ensure that shadow element cannot be created in elements having dynamic
ally created shadow root. | 3 Tests to ensure that shadow element cannot be created in elements having dynamic
ally created shadow root. |
| 3 | 4 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 | 6 |
| 6 | 7 |
| 7 DIV | 8 DIV |
| 8 PASS element.createShadowRoot() is not null | 9 PASS element.createShadowRoot() is not null |
| 9 SPAN | 10 SPAN |
| 10 PASS element.createShadowRoot() is not null | 11 PASS element.createShadowRoot() is not null |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 VIDEO | 50 VIDEO |
| 50 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to
execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl
ed for this element.. | 51 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to
execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl
ed for this element.. |
| 51 AUDIO | 52 AUDIO |
| 52 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to
execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl
ed for this element.. | 53 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to
execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl
ed for this element.. |
| 53 FIELDSET | 54 FIELDSET |
| 54 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to
execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl
ed for this element.. | 55 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to
execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl
ed for this element.. |
| 55 PASS successfullyParsed is true | 56 PASS successfullyParsed is true |
| 56 | 57 |
| 57 TEST COMPLETE | 58 TEST COMPLETE |
| 58 | 59 |
| OLD | NEW |