blob: c84eb915f3886c580816c7ea070214b95fc0289d [file] [log] [blame]
Verifies that find and replace can be used to replace adjacent words in an editable area. This test requires WebKitTestRunner.
After replacing 'apple' with an empty string:
| <#selection-caret>
| <br>
After replacing 'apple' with 'appleapple':
| "<#selection-anchor>appleapple<#selection-focus>appleappleappleapple"
After replacing 'apple' with 'APPLE':
| "<#selection-anchor>APPLE<#selection-focus>APPLEAPPLE"