2 PASS shadowRoot.elementsFromPoint() threw exception TypeError: Failed to execute 'elementsFromPoint' on 'ShadowRoot': 2 arguments required, but only 0 present..
3 PASS shadowRoot.elementsFromPoint(0) threw exception TypeError: Failed to execute 'elementsFromPoint' on 'ShadowRoot': 2 arguments required, but only 1 present..
4 PASS nodeListToString(shadowRoot.elementsFromPoint(x12, y12)) is "DIV"
5 PASS nodeListToString(nestedShadowRoot.elementsFromPoint(x22, y22)) is "DIV"
6 PASS nodeListToString(shadowRoot.elementsFromPoint(x22, y22)) is "DIV"
7 PASS nodeListToString(document.elementsFromPoint(x22, y22)) is "DIV#host, BODY, HTML"
8 PASS nodeListToString(root3.elementsFromPoint(centerX(blockHost), centerY(blockHost))) is ""
9 PASS nodeListToString(document.elementsFromPoint(centerX(blockHost), centerY(blockHost))) is "DIV#blockHost, BODY, HTML"
10 PASS nodeListToString(root4.elementsFromPoint(centerX(inlineBlockHost), centerY(inlineBlockHost))) is ""
11 PASS nodeListToString(document.elementsFromPoint(centerX(inlineBlockHost), centerY(inlineBlockHost))) is "SPAN#inlineBlockHost, BODY, HTML"
12 PASS nodeListToString(document.elementsFromPoint(centerX(submit), centerY(submit))) is "INPUT#submit, BODY, HTML"
13 PASS successfullyParsed is true