WebCore/manual-tests/right-click-crash.html
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 04 Oct 2010 01:32:07 +0300
changeset 2 303757a437d3
parent 0 4f2f89ce4247
permissions -rw-r--r--
Revision: 201037 Kit: 201039

<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>