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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/editing/text-iterator/findString-restarts-at-last-position-expected.txt
diff --git a/LayoutTests/editing/text-iterator/findString-restarts-at-last-position-expected.txt b/LayoutTests/editing/text-iterator/findString-restarts-at-last-position-expected.txt
index 6653f36516802d0af7bf0ca165b848b7fbbcad55..3d6d1443cbea9050ba47101a84dbafd19ef6e425 100644
--- a/LayoutTests/editing/text-iterator/findString-restarts-at-last-position-expected.txt
+++ b/LayoutTests/editing/text-iterator/findString-restarts-at-last-position-expected.txt
@@ -2,9 +2,10 @@ Failure: If the second search ends up finding the text in this line we didn't re
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("first_step", ["StartInSelection"]) is true
PASS testRunner.findString("last_step", []) is true
PASS testRunner.findString("last_step", []) is false
+PASS testRunner.findString("last_step", ["WrapAround"]) is true
PASS successfullyParsed is true
TEST COMPLETE
« 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