1<!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>
14