Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / text-iterator / findString-restarts-at-last-position-expected.txt
blob3d6d1443cbea9050ba47101a84dbafd19ef6e425
1 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.
2 Start: The first search should match this word: first_step.
3 Success: The second search should match this word: last_step. Subsequent searches should fail.
4 PASS testRunner.findString("first_", []) is true
5 PASS testRunner.findString("first_step", ["StartInSelection"]) is true
6 PASS testRunner.findString("last_step", []) is true
7 PASS testRunner.findString("last_step", []) is false
8 PASS testRunner.findString("last_step", ["WrapAround"]) is true
9 PASS successfullyParsed is true
11 TEST COMPLETE