| OLD | NEW |
| 1 CONSOLE WARNING: line 50: The <keygen> element is deprecated and will be removed
in M57, around March 2017. See https://www.chromestatus.com/features/5716060992
962560 for more details. | |
| 2 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. |
| 3 | 2 |
| 4 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
". |
| 5 | 4 |
| 6 | 5 |
| 7 DIV | 6 DIV |
| 8 PASS element.createShadowRoot() is not null | 7 PASS element.createShadowRoot() is not null |
| 9 SPAN | 8 SPAN |
| 10 PASS element.createShadowRoot() is not null | 9 PASS element.createShadowRoot() is not null |
| 11 A | 10 A |
| (...skipping 23 matching lines...) Expand all Loading... |
| 35 TEXTAREA | 34 TEXTAREA |
| 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.. | 35 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.. |
| 37 IFRAME | 36 IFRAME |
| 38 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to
execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl
ed for this element.. | 37 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to
execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl
ed for this element.. |
| 39 CANVAS | 38 CANVAS |
| 40 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to
execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl
ed for this element.. | 39 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to
execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl
ed for this element.. |
| 41 METER | 40 METER |
| 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.. | 41 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.. |
| 43 PROGRESS | 42 PROGRESS |
| 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.. | 43 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.. |
| 45 KEYGEN | |
| 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.. | |
| 47 VIDEO | 44 VIDEO |
| 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.. | 45 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.. |
| 49 AUDIO | 46 AUDIO |
| 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.. | 47 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.. |
| 51 FIELDSET | 48 FIELDSET |
| 52 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to
execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl
ed for this element.. | 49 PASS element.createShadowRoot() threw exception HierarchyRequestError: Failed to
execute 'createShadowRoot' on 'Element': Author-created shadow roots are disabl
ed for this element.. |
| 53 PASS successfullyParsed is true | 50 PASS successfullyParsed is true |
| 54 | 51 |
| 55 TEST COMPLETE | 52 TEST COMPLETE |
| 56 | 53 |
| OLD | NEW |