Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

  • This WPT test may be referenced by the following Test IDs:
<!DOCTYPE html>
<div style="visibility: hidden;">
<iframe id="iframe"></iframe>
</div>
<script>
window.addEventListener("load", _ =>
iframe.contentDocument.elementFromPoint(0, 0)
);
</script>