blob: 970ccb6795a7315aec2c4f535849426dcb7c2feb [file] [log] [blame]
Torne (Richard Coles)5c87bf82012-11-14 11:46:17 +00001<!DOCTYPE html>
2
3<html>
4<head>
5 <title>Replacing text should not crash.</title>
6</head>
7<body>
8 <p>Manual test for fix <a href="https://bugs.webkit.org/show_bug.cgi?id=75941">Bug 75941</a></p>
9 <p>Right click the following input text, and replace the misspelled text [zz] to something.</p>
10 <p>Renderer should not crash in that operation.</p>
11 <input id="input" disabled value="zz">
12</body>
13</html>