diff options
Diffstat (limited to 'ManualTests/editing-disabled-node-replace-crash.html')
-rw-r--r-- | ManualTests/editing-disabled-node-replace-crash.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ManualTests/editing-disabled-node-replace-crash.html b/ManualTests/editing-disabled-node-replace-crash.html new file mode 100644 index 000000000..970ccb679 --- /dev/null +++ b/ManualTests/editing-disabled-node-replace-crash.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> + +<html> +<head> + <title>Replacing text should not crash.</title> +</head> +<body> + <p>Manual test for fix <a href="https://bugs.webkit.org/show_bug.cgi?id=75941">Bug 75941</a></p> + <p>Right click the following input text, and replace the misspelled text [zz] to something.</p> + <p>Renderer should not crash in that operation.</p> + <input id="input" disabled value="zz"> +</body> +</html> |