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

11 lines
152 B
HTML
Raw Normal View History

2018-02-12 17:26:06 +00:00
<!DOCTYPE html>
<html>
<body></body>
<script>
//we's bad! no WinChan here!
setTimeout(function() {
window.close();
}, 100);
</script>
</html>