summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/focus/support/cross-origin-ancestor-activeelement-after-child-lose-focus-helper.html
blob: 83d39d5c70d2ec2cf63773e834597d67f00f2aa4 (plain)
1
2
3
4
5
6
7
8
9
<html>
<body>
  <input />
  <script>
    document.querySelector("input").focus();
    window.parent.parent.postMessage("ready", '*');
  </script>
</body>
</html>