editing-disabled-node-replace-crash.html 414 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Replacing text should not crash.</title>
  5. </head>
  6. <body>
  7. <p>Manual test for fix <a href="https://bugs.webkit.org/show_bug.cgi?id=75941">Bug 75941</a></p>
  8. <p>Right click the following input text, and replace the misspelled text [zz] to something.</p>
  9. <p>Renderer should not crash in that operation.</p>
  10. <input id="input" disabled value="zz">
  11. </body>
  12. </html>