Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(306)

Side by Side Diff: LayoutTests/editing/text-iterator/findString-restarts-at-last-position-expected.txt

Issue 26654011: Fixing TestRunner::findString() so as to fix findString.html editing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixing default initializations Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Failure: If the second search ends up finding the text in this line we didn't re start the search from the last active match: last_step. 1 Failure: If the second search ends up finding the text in this line we didn't re start the search from the last active match: last_step.
2 Start: The first search should match this word: first_step. 2 Start: The first search should match this word: first_step.
3 Success: The second search should match this word: last_step. Subsequent searche s should fail. 3 Success: The second search should match this word: last_step. Subsequent searche s should fail.
4 PASS testRunner.findString("first_", []) is true 4 PASS testRunner.findString("first_", []) is true
5 PASS testRunner.findString("first_step", []) is true 5 PASS testRunner.findString("first_step", ["StartInSelection"]) is true
6 PASS testRunner.findString("last_step", []) is true 6 PASS testRunner.findString("last_step", []) is true
7 PASS testRunner.findString("last_step", []) is false 7 PASS testRunner.findString("last_step", []) is false
8 PASS testRunner.findString("last_step", ["WrapAround"]) is true
8 PASS successfullyParsed is true 9 PASS successfullyParsed is true
9 10
10 TEST COMPLETE 11 TEST COMPLETE
11 12
OLDNEW
« no previous file with comments | « LayoutTests/editing/text-iterator/findString-restarts-at-last-position.html ('k') | Source/testing/runner/TestRunner.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698