GT2/GT2-Android/node_modules/winchan/test/cases/close-without-message/child.html

11 lines
152 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<body></body>
<script>
//we's bad! no WinChan here!
setTimeout(function() {
window.close();
}, 100);
</script>
</html>