summaryrefslogtreecommitdiffstats
path: root/dom/media/webaudio/test/file_nodeCreationDocumentGone.html
blob: aedf16702f16c80d064b57085e2ae7ebff2e51e6 (plain)
1
2
3
4
<!DOCTYPE html>
<html><script>
var context = new AudioContext();
setTimeout(function(){window.close();},1000);</script></html>