trisquel-icecat/icecat/dom/media/webaudio/test/file_nodeCreationDocumentGone.html

4 lines
127 B
HTML

<!DOCTYPE html>
<html><script>
var context = new AudioContext();
setTimeout(function(){window.close();},1000);</script></html>