chromium/third_party/blink/web_tests/http/tests/devtools/resources/inspect-element-iframe.html

<html>

<body>
<div id="div">Element to inspect</div>
</body>

<script>
top.iframeDivElement = document.getElementById("div");
</script>

</html>