WebCore/manual-tests/mouseevent-on-closeddoc.html
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
       
     2         "http://www.w3.org/TR/html4/strict.dtd">
       
     3 <html lang="en">
       
     4 <head>
       
     5 </head>
       
     6 <body>
       
     7 <p><b>BUG ID:</b> <a href="rdar://problem/4229177"> 4229177</a> REGRESSION (Denver): crash dispatching mouse events (4608)</p>
       
     8 
       
     9 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b> 
       
    10 Click on the link below, and move your mouse cursor over the blank page that is loaded.</p>
       
    11 
       
    12 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b> 
       
    13 No crash after moving the mouse over the blank page that is loaded. Nothing happens.
       
    14 </p>
       
    15 
       
    16 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>  
       
    17 Crash after moving the mouse over the blank page that opens.
       
    18 </p>
       
    19 
       
    20 <a href="resources/mouseevent-on-closeddoc.html">Click this link</a>
       
    21 </body>
       
    22 </html>