Sign in
ara-mdk
/
platform
/
external
/
webkit
/
d6f13da9ac4acbf243824fb65b2f08ae422298b0
/
.
/
Source
/
WebCore
/
manual-tests
/
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>