| OLD | NEW |
| 1 CONSOLE WARNING: Calling Element.createShadowRoot() for an element which already
hosts an user-agent shadow root is deprecated. See https://www.chromestatus.com
/features/4668884095336448 for more details. |
| 1 CONSOLE WARNING: <shadow> doesn't work for KEYGEN element host. | 2 CONSOLE WARNING: <shadow> doesn't work for KEYGEN element host. |
| 2 CONSOLE WARNING: <shadow> doesn't work for FIELDSET element host. | 3 CONSOLE WARNING: <shadow> doesn't work for FIELDSET element host. |
| 3 When a OpenShadowRoot is added, UserAgentShadowRoot should exists as the oldest
Shadow Root. | 4 When a OpenShadowRoot is added, UserAgentShadowRoot should exists as the oldest
Shadow Root. |
| 4 | 5 |
| 5 PASS oldestShadowRoot is not shadowRoot | 6 PASS oldestShadowRoot is not shadowRoot |
| 6 PASS youngerShadowRoot is shadowRoot | 7 PASS youngerShadowRoot is shadowRoot |
| 7 PASS oldestShadowRoot is not shadowRoot | 8 PASS oldestShadowRoot is not shadowRoot |
| 8 PASS youngerShadowRoot is shadowRoot | 9 PASS youngerShadowRoot is shadowRoot |
| 9 PASS oldestShadowRoot is not shadowRoot | 10 PASS oldestShadowRoot is not shadowRoot |
| 10 PASS youngerShadowRoot is shadowRoot | 11 PASS youngerShadowRoot is shadowRoot |
| 11 PASS successfullyParsed is true | 12 PASS successfullyParsed is true |
| 12 | 13 |
| 13 TEST COMPLETE | 14 TEST COMPLETE |
| 14 | 15 |
| OLD | NEW |