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

Unified Diff: LayoutTests/editing/text-iterator/findString-expected.txt

Issue 624483002: Make TextIterator not stop at IMG element for finding text separating inline image (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
« no previous file with comments | « LayoutTests/editing/text-iterator/findString.html ('k') | Source/core/editing/TextIterator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/text-iterator/findString-expected.txt
diff --git a/LayoutTests/editing/text-iterator/findString-expected.txt b/LayoutTests/editing/text-iterator/findString-expected.txt
index 3fe258eb1051227340d725ac2d4cf5d7b1f5897d..a0a9bc1ad53456b7b47b6b560df9f28a322768b9 100644
--- a/LayoutTests/editing/text-iterator/findString-expected.txt
+++ b/LayoutTests/editing/text-iterator/findString-expected.txt
@@ -173,4 +173,8 @@ Searching for ‘(x’ in ‘If ((x + 5) * 2) = 14, then x = 2’ with options [
PASS: Got a match at 4,6 as expected.
PASS: Got no match as expected.
+Searching for ‘lowo’ in ‘hello<img src='../resources/abe.png'>world’ with options []:
+PASS: Got a match at 3,2 as expected.
+PASS: Got no match as expected.
+
« no previous file with comments | « LayoutTests/editing/text-iterator/findString.html ('k') | Source/core/editing/TextIterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698