Sign in
webkit
/
WebKit
/
e6bcead3b2e11a841d6dff18fb0cd638685a6f96
/
.
/
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>