Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / editing-disabled-node-replace-crash.html
blob970ccb6795a7315aec2c4f535849426dcb7c2feb
1 <!DOCTYPE html>
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>