Sign in
webkit
/
WebKit
/
1e0780ad9f2be7f928011e2877f842746cb25b2d
/
.
/
ManualTests
/
open-close-tokenizer-crash.html
blob: d108cf86e74e86809db554a4075cc4e7bada1fc3 [
file
] [
log
] [
blame
]
<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>