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