blob: d108cf86e74e86809db554a4075cc4e7bada1fc3 (
plain)
1
2
3
4
5
6
|
<html>
<body>
<input type="button" value="Click Here" onclick="window.open('resources/open-close-tokenizer-crash.html', 'foo');">
Click the button above. Another browser window should open and then immediately close without crashing.
</body>
</html>
|