Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / text-iterator / findString-selection-disabled-expected.txt
blob6bde415f55b0f1b0a6545ba55c379c0a4e98861e
1 Searching for 'e' in 'Some sample text that can be searched' with selection enabled:
2 PASS testRunner.findString('e', []) is true
4 Searching for 'o' in 'Some sample text that can be searched' with selection enabled:
5 PASS testRunner.findString('o', []) is true
7 Searching for 'y' in 'Some sample text that can be searched' with selection enabled:
8 PASS testRunner.findString('y', []) is false
10 Searching for 't t' in 'Some sample text that can be searched' with selection enabled:
11 PASS testRunner.findString('t t', []) is true
13 Searching for 'mount' in 'insurmountable mountain' with selection enabled:
14 PASS testRunner.findString('mount', []) is true
16 Searching for 'Wally' in 'insurmountable mountain' with selection enabled:
17 PASS testRunner.findString('Wally', []) is false
19 Searching for 'e' in 'Some sample text that can be searched' with selection disabled:
20 PASS testRunner.findString('e', []) is true
22 Searching for 'o' in 'Some sample text that can be searched' with selection disabled:
23 PASS testRunner.findString('o', []) is true
25 Searching for 'y' in 'Some sample text that can be searched' with selection disabled:
26 PASS testRunner.findString('y', []) is false
28 Searching for 't t' in 'Some sample text that can be searched' with selection disabled:
29 PASS testRunner.findString('t t', []) is true
31 Searching for 'mount' in 'insurmountable mountain' with selection disabled:
32 PASS testRunner.findString('mount', []) is true
34 Searching for 'Wally' in 'insurmountable mountain' with selection disabled:
35 PASS testRunner.findString('Wally', []) is false
37 PASS successfullyParsed is true
39 TEST COMPLETE