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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Searching for ‘o’ in ‘Lorem ipsum dolor sit amet’ with options []: 1 Searching for ‘o’ in ‘Lorem ipsum dolor sit amet’ with options []:
2 PASS: Got a match at 1,2 as expected. 2 PASS: Got a match at 1,2 as expected.
3 PASS: Got a match at 13,14 as expected. 3 PASS: Got a match at 13,14 as expected.
4 PASS: Got a match at 15,16 as expected. 4 PASS: Got a match at 15,16 as expected.
5 PASS: Got no match as expected. 5 PASS: Got no match as expected.
6 6
7 Searching for ‘o’ in ‘Lorem ipsum dolor sit amet’ with options [WrapAround]: 7 Searching for ‘o’ in ‘Lorem ipsum dolor sit amet’ with options [WrapAround]:
8 PASS: Got a match at 1,2 as expected. 8 PASS: Got a match at 1,2 as expected.
9 PASS: Got a match at 13,14 as expected. 9 PASS: Got a match at 13,14 as expected.
10 PASS: Got a match at 15,16 as expected. 10 PASS: Got a match at 15,16 as expected.
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 PASS: Got no match as expected. 166 PASS: Got no match as expected.
167 167
168 Searching for ‘@’ in ‘Use an @import rule’ with options [AtWordStarts]: 168 Searching for ‘@’ in ‘Use an @import rule’ with options [AtWordStarts]:
169 PASS: Got a match at 7,8 as expected. 169 PASS: Got a match at 7,8 as expected.
170 PASS: Got no match as expected. 170 PASS: Got no match as expected.
171 171
172 Searching for ‘(x’ in ‘If ((x + 5) * 2) = 14, then x = 2’ with options [AtWordSt arts]: 172 Searching for ‘(x’ in ‘If ((x + 5) * 2) = 14, then x = 2’ with options [AtWordSt arts]:
173 PASS: Got a match at 4,6 as expected. 173 PASS: Got a match at 4,6 as expected.
174 PASS: Got no match as expected. 174 PASS: Got no match as expected.
175 175
176 Searching for ‘lowo’ in ‘hello<img src='../resources/abe.png'>world’ with option s []:
177 PASS: Got a match at 3,2 as expected.
178 PASS: Got no match as expected.
176 179
180
OLDNEW
« 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