WebCore/manual-tests/right-click-crash.html
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 <html><head><script>
       
     2 document.onmousedown = function () { alert("Dismiss this and quickly right click again."); };
       
     3 </script></head><body>This page is intended to test crashes caused by repeated right clicks.
       
     4 To try to reproduce the bug, right click and then dismiss the dialog by hitting Return.
       
     5 Do it over and over again in quick succession. The test passes if you don't see a crash.
       
     6 See <a href="https://bugs.webkit.org/show_bug.cgi?id=24049">WebKit bug 24049</a> for details.</body></html>