summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/forms/the-input-element/resources/loadresolver.html
blob: 14379dd922a8f9f10f02f5c5224308c5a6e247f7 (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<script>
  window.onload = () => {
    window.opener.loadResolver();
  };
</script>