WebCore/manual-tests/textarea-iframe-navigation.html
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 <html>
       
     2 <head>
       
     3 </head>
       
     4 <body>
       
     5 <p>Textarea inside iframe -- Navigation</p>
       
     6     <ol>
       
     7         <li>In the Debug menu, click "Go to about:blank soon"</li>
       
     8         <li>Select a few lines in the textarea, keeping the mouse cursor down inside the area</li>
       
     9         <li>Wait for the navigation to happen</li>
       
    10         <li>Release the mouse</li>
       
    11     </ol>
       
    12 <p>You should not crash.</p>
       
    13 <hr>
       
    14 <iframe style="border: 2px solid black" width="100%" src="textarea-iframe-navigation2.html">
       
    15 </iframe>
       
    16 </body>
       
    17 </html>