summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/right-click-crash.html
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/manual-tests/right-click-crash.html')
-rw-r--r--Source/WebCore/manual-tests/right-click-crash.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/WebCore/manual-tests/right-click-crash.html b/Source/WebCore/manual-tests/right-click-crash.html
new file mode 100644
index 0000000..75e2ac2
--- /dev/null
+++ b/Source/WebCore/manual-tests/right-click-crash.html
@@ -0,0 +1,6 @@
+<html><head><script>
+document.onmousedown = function () { alert("Dismiss this and quickly right click again."); };
+</script></head><body>This page is intended to test crashes caused by repeated right clicks.
+To try to reproduce the bug, right click and then dismiss the dialog by hitting Return.
+Do it over and over again in quick succession. The test passes if you don't see a crash.
+See <a href="https://bugs.webkit.org/show_bug.cgi?id=24049">WebKit bug 24049</a> for details.</body></html>