Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / textarea-iframe-navigation.html
blob98d0748de90e0f7eed589ac99ce338ecf24a5313
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>