blob: 0cf0d9a0ed50d3ad1810ef63773f2001fe015a14 [file] [log] [blame]
CONSOLE WARNING: line 31: Element.createShadowRoot is deprecated and will be removed in M73, around March 2019. Please use Element.attachShadow instead. See https://www.chromestatus.com/features/4507242028072960 for more details.
PASS shadowRoot.elementFromPoint() threw exception TypeError: Failed to execute 'elementFromPoint' on 'ShadowRoot': 2 arguments required, but only 0 present..
PASS shadowRoot.elementFromPoint(0) threw exception TypeError: Failed to execute 'elementFromPoint' on 'ShadowRoot': 2 arguments required, but only 1 present..
PASS shadowRoot.elementFromPoint(x12, y12) is box12
PASS nestedShadowRoot.elementFromPoint(x22, y22) is box22
PASS shadowRoot.elementFromPoint(x22, y22) is nestedHost
PASS document.elementFromPoint(x22, y22) is host
PASS root3.elementFromPoint(centerX(blockHost), centerY(blockHost)) is blockHost
PASS document.elementFromPoint(centerX(blockHost), centerY(blockHost)) is blockHost
PASS root4.elementFromPoint(centerX(inlineBlockHost), centerY(inlineBlockHost)) is inlineBlockHost
PASS document.elementFromPoint(centerX(inlineBlockHost), centerY(inlineBlockHost)) is inlineBlockHost
PASS document.elementFromPoint(centerX(submit), centerY(submit)) is submit
PASS successfullyParsed is true
TEST COMPLETE