blob: 5c9792f3836787deb5a8b48102664aa10a83b5ad [file] [log] [blame]
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.
This tests that layout tests can access shadow DOM.
PASS shadow.nodeName is "#document-fragment"
PASS internals.shadowRoot(shadow) threw exception TypeError: Failed to execute 'shadowRoot' on 'Internals': parameter 1 is not of type 'Element'..
PASS internals.shadowRoot(p) is null
PASS shadow.nodeName is "#document-fragment"
PASS shadow === internals.shadowRoot(p) is true
PASS successfullyParsed is true
TEST COMPLETE