summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fenced-frame/resources/close.html
blob: 7fd946d6ff9c23dbb0243b60ef59cd0d6df78467 (plain)
1
2
3
4
5
<!DOCTYPE html>
<title>This window will close when it loads</title>
<script>
  window.close();
</script>