| Index: LayoutTests/platform/chromium/editing/text-iterator/findString-restarts-at-last-position-expected.txt
|
| diff --git a/LayoutTests/platform/chromium/editing/text-iterator/findString-restarts-at-last-position-expected.txt b/LayoutTests/platform/chromium/editing/text-iterator/findString-restarts-at-last-position-expected.txt
|
| deleted file mode 100644
|
| index 6653f36516802d0af7bf0ca165b848b7fbbcad55..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/platform/chromium/editing/text-iterator/findString-restarts-at-last-position-expected.txt
|
| +++ /dev/null
|
| @@ -1,11 +0,0 @@
|
| -Failure: If the second search ends up finding the text in this line we didn't restart the search from the last active match: last_step.
|
| -Start: The first search should match this word: first_step.
|
| -Success: The second search should match this word: last_step. Subsequent searches should fail.
|
| -PASS testRunner.findString("first_", []) is true
|
| -PASS testRunner.findString("first_step", []) is true
|
| -PASS testRunner.findString("last_step", []) is true
|
| -PASS testRunner.findString("last_step", []) is false
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -
|
|
|