diff options
Diffstat (limited to 'WebCore/manual-tests/open-close-tokenizer-crash.html')
-rw-r--r-- | WebCore/manual-tests/open-close-tokenizer-crash.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/WebCore/manual-tests/open-close-tokenizer-crash.html b/WebCore/manual-tests/open-close-tokenizer-crash.html new file mode 100644 index 0000000..d108cf8 --- /dev/null +++ b/WebCore/manual-tests/open-close-tokenizer-crash.html @@ -0,0 +1,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> |