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. |
+ |