diff options
Diffstat (limited to 'WebCore/manual-tests/go-back-after-alert.html')
-rw-r--r-- | WebCore/manual-tests/go-back-after-alert.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/WebCore/manual-tests/go-back-after-alert.html b/WebCore/manual-tests/go-back-after-alert.html new file mode 100644 index 0000000..b3a1e1a --- /dev/null +++ b/WebCore/manual-tests/go-back-after-alert.html @@ -0,0 +1,7 @@ +<html> +<body> +This tests a bug where going back just before putting up an alert can lead to a crash. +<hr> +<a href="resources/alert-and-go-back.html">Click this link to run the test.</a> +</body> +</html> |