summaryrefslogtreecommitdiffstats
path: root/dom/base/test/file_bug1703472.html
blob: 9607663bc3596421910308a1e8f56949cb85e9ba (plain)
1
2
3
4
5
6
<!doctype html>
<script>
  let w = null;
</script>
<button id="openWindow" onclick="w = window.open('about:blank', '', 'width=10,height=10')">Open</button>
<button id="focusWindow" onclick="w.focus()">Focus</button>