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

Unified Diff: LayoutTests/platform/chromium/editing/text-iterator/findString-start-search-after-selection-expected.txt

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/platform/chromium/editing/text-iterator/findString-start-search-after-selection-expected.txt
diff --git a/LayoutTests/platform/chromium/editing/text-iterator/findString-start-search-after-selection-expected.txt b/LayoutTests/platform/chromium/editing/text-iterator/findString-start-search-after-selection-expected.txt
deleted file mode 100644
index 21973824c6f2c259b1ef4d562711c1b51e565f4c..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/chromium/editing/text-iterator/findString-start-search-after-selection-expected.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-The _before_selection_ word is before the selection, so we shouldn't be able to find it if span_to_select is selected.
-The _in_selection_ word is in the selection and we should always be able to find it.
-The _after_selection_ word is after the selection and we should always be able to find that too.
-PASS testRunner.findString("_before_selection_", []) is true
-PASS testRunner.findString("_in_selection_", []) is true
-PASS testRunner.findString("_after_selection_", []) is true
-Selecting some text. This should make it not possible to find the _before_selection_ word without enabling wrap-around.
-PASS testRunner.findString("_before_selection_", []) is false
-PASS testRunner.findString("_in_selection_", []) is true
-PASS testRunner.findString("_after_selection_", []) is true
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698