| OLD | NEW |
| 1 | 1 |
| 2 PASS shadowRoot.elementFromPoint() threw exception TypeError: Failed to execute
'elementFromPoint' on 'ShadowRoot': 2 arguments required, but only 0 present.. |
| 3 PASS shadowRoot.elementFromPoint(0) threw exception TypeError: Failed to execute
'elementFromPoint' on 'ShadowRoot': 2 arguments required, but only 1 present.. |
| 2 PASS shadowRoot.elementFromPoint(x12, y12) is box12 | 4 PASS shadowRoot.elementFromPoint(x12, y12) is box12 |
| 3 PASS nestedShadowRoot.elementFromPoint(x22, y22) is box22 | 5 PASS nestedShadowRoot.elementFromPoint(x22, y22) is box22 |
| 4 PASS shadowRoot.elementFromPoint(x22, y22) is nestedHost | 6 PASS shadowRoot.elementFromPoint(x22, y22) is nestedHost |
| 5 PASS document.elementFromPoint(x22, y22) is host | 7 PASS document.elementFromPoint(x22, y22) is host |
| 6 PASS root3.elementFromPoint(centerX(blockHost), centerY(blockHost)) is null | 8 PASS root3.elementFromPoint(centerX(blockHost), centerY(blockHost)) is null |
| 7 PASS document.elementFromPoint(centerX(blockHost), centerY(blockHost)) is blockH
ost | 9 PASS document.elementFromPoint(centerX(blockHost), centerY(blockHost)) is blockH
ost |
| 8 PASS root4.elementFromPoint(centerX(inlineBlockHost), centerY(inlineBlockHost))
is null | 10 PASS root4.elementFromPoint(centerX(inlineBlockHost), centerY(inlineBlockHost))
is null |
| 9 PASS document.elementFromPoint(centerX(inlineBlockHost), centerY(inlineBlockHost
)) is inlineBlockHost | 11 PASS document.elementFromPoint(centerX(inlineBlockHost), centerY(inlineBlockHost
)) is inlineBlockHost |
| 10 PASS document.elementFromPoint(centerX(submit), centerY(submit)) is submit | 12 PASS document.elementFromPoint(centerX(submit), centerY(submit)) is submit |
| 11 PASS successfullyParsed is true | 13 PASS successfullyParsed is true |
| 12 | 14 |
| 13 TEST COMPLETE | 15 TEST COMPLETE |
| 14 | 16 |
| OLD | NEW |