| 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: The <keygen> element is deprecated and will be removed in M54,
around October 2016. See https://www.chromestatus.com/features/5716060992962560
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. | |
| 3 Tests to ensure that shadow element cannot be created in elements having dynamic
ally created shadow root. | 2 Tests to ensure that shadow element cannot be created in elements having dynamic
ally created shadow root. |
| 4 | 3 |
| 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 6 | 5 |
| 7 | 6 |
| 8 DIV | 7 DIV |
| 9 PASS element.createShadowRoot() is not null | 8 PASS element.createShadowRoot() is not null |
| 10 SPAN | 9 SPAN |
| 11 PASS element.createShadowRoot() is not null | 10 PASS element.createShadowRoot() is not null |
| 12 A | 11 A |
| 13 PASS element.createShadowRoot() is not null | 12 PASS element.createShadowRoot() is not null |
| 14 SECTION | 13 SECTION |
| 15 PASS element.createShadowRoot() is not null | 14 PASS element.createShadowRoot() is not null |
| 16 INPUT | |
| 17 PASS element.createShadowRoot() is not null | |
| 18 APPLET | |
| 19 PASS element.createShadowRoot() is not null | |
| 20 EMBED | |
| 21 PASS element.createShadowRoot() is not null | |
| 22 OBJECT | |
| 23 PASS element.createShadowRoot() is not null | |
| 24 g | 15 g |
| 25 PASS element.createShadowRoot() is not null | 16 PASS element.createShadowRoot() is not null |
| 26 rect | 17 rect |
| 27 PASS element.createShadowRoot() is not null | 18 PASS element.createShadowRoot() is not null |
| 28 svg | 19 svg |
| 29 PASS element.createShadowRoot() is not null | 20 PASS element.createShadowRoot() is not null |
| 21 INPUT |
| 22 PASS element.createShadowRoot() threw exception InvalidStateError: Failed to exe
cute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host wh
ich already hosts an user-agent shadow tree.. |
| 23 EMBED |
| 24 PASS element.createShadowRoot() threw exception InvalidStateError: Failed to exe
cute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host wh
ich already hosts an user-agent shadow tree.. |
| 25 OBJECT |
| 26 PASS element.createShadowRoot() threw exception InvalidStateError: Failed to exe
cute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host wh
ich already hosts an user-agent shadow tree.. |
| 30 AUDIO | 27 AUDIO |
| 31 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to
execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl
ed for this element.. | 28 PASS element.createShadowRoot() threw exception InvalidStateError: Failed to exe
cute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host wh
ich already hosts an user-agent shadow tree.. |
| 32 VIDEO | 29 VIDEO |
| 33 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to
execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl
ed for this element.. | 30 PASS element.createShadowRoot() threw exception InvalidStateError: Failed to exe
cute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host wh
ich already hosts an user-agent shadow tree.. |
| 34 SELECT | 31 SELECT |
| 35 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to
execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl
ed for this element.. | 32 PASS element.createShadowRoot() threw exception InvalidStateError: Failed to exe
cute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host wh
ich already hosts an user-agent shadow tree.. |
| 36 IMG | 33 IMG |
| 37 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to
execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl
ed for this element.. | 34 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to
execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl
ed for this element.. |
| 38 TEXTAREA | 35 TEXTAREA |
| 39 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to
execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl
ed for this element.. | 36 PASS element.createShadowRoot() threw exception InvalidStateError: Failed to exe
cute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host wh
ich already hosts an user-agent shadow tree.. |
| 40 IFRAME | 37 IFRAME |
| 41 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to
execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl
ed for this element.. | 38 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to
execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl
ed for this element.. |
| 42 CANVAS | 39 CANVAS |
| 43 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to
execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl
ed for this element.. | 40 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to
execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl
ed for this element.. |
| 44 METER | 41 METER |
| 45 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to
execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl
ed for this element.. | 42 PASS element.createShadowRoot() threw exception InvalidStateError: Failed to exe
cute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host wh
ich already hosts an user-agent shadow tree.. |
| 46 PROGRESS | 43 PROGRESS |
| 47 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to
execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl
ed for this element.. | 44 PASS element.createShadowRoot() threw exception InvalidStateError: Failed to exe
cute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host wh
ich already hosts an user-agent shadow tree.. |
| 48 KEYGEN | 45 KEYGEN |
| 49 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to
execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl
ed for this element.. | 46 PASS element.createShadowRoot() threw exception InvalidStateError: Failed to exe
cute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host wh
ich already hosts an user-agent shadow tree.. |
| 50 VIDEO | 47 VIDEO |
| 51 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to
execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl
ed for this element.. | 48 PASS element.createShadowRoot() threw exception InvalidStateError: Failed to exe
cute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host wh
ich already hosts an user-agent shadow tree.. |
| 52 AUDIO | 49 AUDIO |
| 53 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to
execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl
ed for this element.. | 50 PASS element.createShadowRoot() threw exception InvalidStateError: Failed to exe
cute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host wh
ich already hosts an user-agent shadow tree.. |
| 54 FIELDSET | 51 FIELDSET |
| 55 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to
execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl
ed for this element.. | 52 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to
execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl
ed for this element.. |
| 56 PASS successfullyParsed is true | 53 PASS successfullyParsed is true |
| 57 | 54 |
| 58 TEST COMPLETE | 55 TEST COMPLETE |
| 59 | 56 |
| OLD | NEW |