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

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

Issue 14891003: The first in a series of mass rebaselines. I tried to avoid (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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 | Annotate | Revision Log
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 FAIL: Expected a match at 1,2 but got a match at 0,0 instead.
3 PASS: Got a match at 13,14 as expected. 3 FAIL: Expected a match at 13,14 but got a match at 0,0 instead.
4 PASS: Got a match at 15,16 as expected. 4 FAIL: Expected a match at 15,16 but got a match at 0,0 instead.
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 FAIL: Expected a match at 1,2 but got a match at 0,0 instead.
9 PASS: Got a match at 13,14 as expected. 9 FAIL: Expected a match at 13,14 but got a match at 0,0 instead.
10 PASS: Got a match at 15,16 as expected. 10 FAIL: Expected a match at 15,16 but got a match at 0,0 instead.
11 PASS: Got a match at 1,2 as expected. 11 FAIL: Expected a match at 1,2 but got a match at 0,0 instead.
12 12
13 Searching for ‘o’ in ‘Lorem ipsum dolor sit amet’ with options [Backwards]: 13 Searching for ‘o’ in ‘Lorem ipsum dolor sit amet’ with options [Backwards]:
14 PASS: Got a match at 15,16 as expected. 14 FAIL: Expected 15,16 but got no match.
15 PASS: Got a match at 13,14 as expected. 15 FAIL: Expected a match at 13,14 but got a match at 0,0 instead.
16 PASS: Got a match at 1,2 as expected. 16 FAIL: Expected a match at 1,2 but got a match at 0,0 instead.
17 PASS: Got no match as expected. 17 FAIL: Expected a match at but got a match at 0,0 instead.
18 18
19 Searching for ‘o’ in ‘Lorem ipsum dolor sit amet’ with options [Backwards, WrapA round]: 19 Searching for ‘o’ in ‘Lorem ipsum dolor sit amet’ with options [Backwards, WrapA round]:
20 PASS: Got a match at 15,16 as expected. 20 FAIL: Expected a match at 15,16 but got a match at 0,0 instead.
21 PASS: Got a match at 13,14 as expected. 21 FAIL: Expected a match at 13,14 but got a match at 0,0 instead.
22 PASS: Got a match at 1,2 as expected. 22 FAIL: Expected a match at 1,2 but got a match at 0,0 instead.
23 PASS: Got a match at 15,16 as expected. 23 FAIL: Expected a match at 15,16 but got a match at 0,0 instead.
24 24
25 Searching for ‘O’ in ‘Lorem ipsum dolor sit amet’ with options []: 25 Searching for ‘O’ in ‘Lorem ipsum dolor sit amet’ with options []:
26 PASS: Got no match as expected. 26 PASS: Got no match as expected.
27 27
28 Searching for ‘O’ in ‘Lorem ipsum dolor sit amet’ with options [CaseInsensitive] : 28 Searching for ‘O’ in ‘Lorem ipsum dolor sit amet’ with options [CaseInsensitive] :
29 PASS: Got a match at 1,2 as expected. 29 FAIL: Expected a match at 1,2 but got a match at 0,0 instead.
30 PASS: Got a match at 13,14 as expected. 30 FAIL: Expected a match at 13,14 but got a match at 0,0 instead.
31 PASS: Got a match at 15,16 as expected. 31 FAIL: Expected a match at 15,16 but got a match at 0,0 instead.
32 32
33 Searching for ‘mount’ in ‘insurmountable mountain’ with options []: 33 Searching for ‘mount’ in ‘insurmountable mountain’ with options []:
34 PASS: Got a match at 5,10 as expected. 34 FAIL: Expected a match at 5,10 but got a match at 0,0 instead.
35 PASS: Got a match at 15,20 as expected. 35 FAIL: Expected a match at 15,20 but got a match at 0,0 instead.
36 PASS: Got no match as expected. 36 PASS: Got no match as expected.
37 37
38 Searching for ‘mount’ in ‘insurmountable mountain’ with options [AtWordStarts]: 38 Searching for ‘mount’ in ‘insurmountable mountain’ with options [AtWordStarts]:
39 PASS: Got a match at 15,20 as expected. 39 FAIL: Expected a match at 15,20 but got a match at 0,0 instead.
40 PASS: Got no match as expected. 40 FAIL: Expected a match at but got a match at 0,0 instead.
41 41
42 Searching for ‘co’ in ‘cocoa’ with options []: 42 Searching for ‘co’ in ‘cocoa’ with options []:
43 PASS: Got a match at 0,2 as expected. 43 FAIL: Expected a match at 0,2 but got a match at 0,0 instead.
44 PASS: Got a match at 2,4 as expected. 44 FAIL: Expected a match at 2,4 but got a match at 0,0 instead.
45 PASS: Got no match as expected. 45 PASS: Got no match as expected.
46 46
47 Searching for ‘co’ in ‘cocoa’ with options [AtWordStarts]: 47 Searching for ‘co’ in ‘cocoa’ with options [AtWordStarts]:
48 PASS: Got a match at 0,2 as expected. 48 FAIL: Expected a match at 0,2 but got a match at 0,0 instead.
49 PASS: Got no match as expected. 49 FAIL: Expected a match at but got a match at 0,0 instead.
50 50
51 Searching for ‘org’ in ‘webkit.org’ with options [AtWordStarts]: 51 Searching for ‘org’ in ‘webkit.org’ with options [AtWordStarts]:
52 PASS: Got no match as expected. 52 FAIL: Expected a match at but got a match at 0,0 instead.
53 53
54 Searching for ‘.org’ in ‘webkit.org’ with options [AtWordStarts]: 54 Searching for ‘.org’ in ‘webkit.org’ with options [AtWordStarts]:
55 PASS: Got a match at 6,10 as expected. 55 FAIL: Expected a match at 6,10 but got a match at 0,0 instead.
56 PASS: Got no match as expected. 56 PASS: Got no match as expected.
57 57
58 Searching for ‘rg’ in ‘webkit.org’ with options [AtWordStarts, TreatMedialCapita lAsWordStart]: 58 Searching for ‘rg’ in ‘webkit.org’ with options [AtWordStarts, TreatMedialCapita lAsWordStart]:
59 PASS: Got no match as expected. 59 FAIL: Expected a match at but got a match at 0,0 instead.
60 60
61 Searching for ‘org’ in ‘webkit.org’ with options [AtWordStarts, TreatMedialCapit alAsWordStart]: 61 Searching for ‘org’ in ‘webkit.org’ with options [AtWordStarts, TreatMedialCapit alAsWordStart]:
62 PASS: Got a match at 7,10 as expected. 62 FAIL: Expected a match at 7,10 but got a match at 0,0 instead.
63 PASS: Got no match as expected. 63 PASS: Got no match as expected.
64 64
65 Searching for ‘.org’ in ‘webkit.org’ with options [AtWordStarts, TreatMedialCapi talAsWordStart]: 65 Searching for ‘.org’ in ‘webkit.org’ with options [AtWordStarts, TreatMedialCapi talAsWordStart]:
66 PASS: Got a match at 6,10 as expected. 66 FAIL: Expected a match at 6,10 but got a match at 0,0 instead.
67 PASS: Got no match as expected. 67 PASS: Got no match as expected.
68 68
69 Searching for ‘t.org’ in ‘webkit.org’ with options [AtWordStarts, TreatMedialCap italAsWordStart]: 69 Searching for ‘t.org’ in ‘webkit.org’ with options [AtWordStarts, TreatMedialCap italAsWordStart]:
70 PASS: Got no match as expected. 70 FAIL: Expected a match at but got a match at 0,0 instead.
71 71
72 Searching for ‘it’ in ‘WebKit’ with options [AtWordStarts, TreatMedialCapitalAsW ordStart]: 72 Searching for ‘it’ in ‘WebKit’ with options [AtWordStarts, TreatMedialCapitalAsW ordStart]:
73 PASS: Got no match as expected. 73 FAIL: Expected a match at but got a match at 0,0 instead.
74 74
75 Searching for ‘Kit’ in ‘WebKit’ with options [AtWordStarts, TreatMedialCapitalAs WordStart]: 75 Searching for ‘Kit’ in ‘WebKit’ with options [AtWordStarts, TreatMedialCapitalAs WordStart]:
76 PASS: Got a match at 3,6 as expected. 76 FAIL: Expected a match at 3,6 but got a match at 0,0 instead.
77 PASS: Got no match as expected. 77 PASS: Got no match as expected.
78 78
79 Searching for ‘bKit’ in ‘WebKit’ with options [AtWordStarts, TreatMedialCapitalA sWordStart]: 79 Searching for ‘bKit’ in ‘WebKit’ with options [AtWordStarts, TreatMedialCapitalA sWordStart]:
80 PASS: Got no match as expected. 80 FAIL: Expected a match at but got a match at 0,0 instead.
81 81
82 Searching for ‘equest’ in ‘XMLHTTPRequest’ with options [AtWordStarts, TreatMedi alCapitalAsWordStart]: 82 Searching for ‘equest’ in ‘XMLHTTPRequest’ with options [AtWordStarts, TreatMedi alCapitalAsWordStart]:
83 PASS: Got no match as expected. 83 FAIL: Expected a match at but got a match at 0,0 instead.
84 84
85 Searching for ‘Request’ in ‘XMLHTTPRequest’ with options [AtWordStarts, TreatMed ialCapitalAsWordStart]: 85 Searching for ‘Request’ in ‘XMLHTTPRequest’ with options [AtWordStarts, TreatMed ialCapitalAsWordStart]:
86 PASS: Got a match at 7,14 as expected. 86 FAIL: Expected a match at 7,14 but got a match at 0,0 instead.
87 PASS: Got no match as expected. 87 PASS: Got no match as expected.
88 88
89 Searching for ‘PRequest’ in ‘XMLHTTPRequest’ with options [AtWordStarts, TreatMe dialCapitalAsWordStart]: 89 Searching for ‘PRequest’ in ‘XMLHTTPRequest’ with options [AtWordStarts, TreatMe dialCapitalAsWordStart]:
90 PASS: Got no match as expected. 90 FAIL: Expected a match at but got a match at 0,0 instead.
91 91
92 Searching for ‘64’ in ‘LP64’ with options [AtWordStarts]: 92 Searching for ‘64’ in ‘LP64’ with options [AtWordStarts]:
93 PASS: Got no match as expected. 93 FAIL: Expected a match at but got a match at 0,0 instead.
94 94
95 Searching for ‘4’ in ‘LP64’ with options [AtWordStarts, TreatMedialCapitalAsWord Start]: 95 Searching for ‘4’ in ‘LP64’ with options [AtWordStarts, TreatMedialCapitalAsWord Start]:
96 PASS: Got no match as expected. 96 FAIL: Expected a match at but got a match at 0,0 instead.
97 97
98 Searching for ‘64’ in ‘LP64’ with options [AtWordStarts, TreatMedialCapitalAsWor dStart]: 98 Searching for ‘64’ in ‘LP64’ with options [AtWordStarts, TreatMedialCapitalAsWor dStart]:
99 PASS: Got a match at 2,4 as expected. 99 FAIL: Expected a match at 2,4 but got a match at 0,0 instead.
100 PASS: Got no match as expected. 100 PASS: Got no match as expected.
101 101
102 Searching for ‘P64’ in ‘LP64’ with options [AtWordStarts, TreatMedialCapitalAsWo rdStart]: 102 Searching for ‘P64’ in ‘LP64’ with options [AtWordStarts, TreatMedialCapitalAsWo rdStart]:
103 PASS: Got no match as expected. 103 FAIL: Expected a match at but got a match at 0,0 instead.
104 104
105 Searching for ‘動戦士’ in ‘起動戦士’ with options [AtWordStarts]: 105 Searching for ‘動戦士’ in ‘起動戦士’ with options [AtWordStarts]:
106 PASS: Got a match at 1,4 as expected. 106 FAIL: Expected a match at 1,4 but got a match at 0,0 instead.
107 PASS: Got no match as expected. 107 PASS: Got no match as expected.
108 108
109 Searching for ‘戦士’ in ‘起動戦士’ with options [AtWordStarts]: 109 Searching for ‘戦士’ in ‘起動戦士’ with options [AtWordStarts]:
110 PASS: Got a match at 2,4 as expected. 110 FAIL: Expected a match at 2,4 but got a match at 0,0 instead.
111 PASS: Got no match as expected. 111 PASS: Got no match as expected.
112 112
113 Searching for ‘士’ in ‘起動戦士’ with options [AtWordStarts]: 113 Searching for ‘士’ in ‘起動戦士’ with options [AtWordStarts]:
114 PASS: Got a match at 3,4 as expected. 114 FAIL: Expected a match at 3,4 but got a match at 0,0 instead.
115 PASS: Got no match as expected. 115 PASS: Got no match as expected.
116 116
117 Searching for ‘a’ in long string with options [AtWordStarts]: 117 Searching for ‘a’ in long string with options [AtWordStarts]:
118 PASS: Got a match at 6146,6147 as expected. 118 FAIL: Expected a match at 6146,6147 but got a match at 0,0 instead.
119 PASS: Got no match as expected. 119 FAIL: Expected a match at but got a match at 0,0 instead.
120 120
121 Searching for ‘กร’ in ‘กรปูเลกชกชกรกรกชบงกช’ with options []: 121 Searching for ‘กร’ in ‘กรปูเลกชกชกรกรกชบงกช’ with options []:
122 PASS: Got a match at 0,2 as expected. 122 FAIL: Expected a match at 0,2 but got a match at 0,0 instead.
123 PASS: Got a match at 10,12 as expected. 123 FAIL: Expected a match at 10,12 but got a match at 0,0 instead.
124 PASS: Got a match at 12,14 as expected. 124 FAIL: Expected a match at 12,14 but got a match at 0,0 instead.
125 PASS: Got no match as expected. 125 PASS: Got no match as expected.
126 126
127 Searching for ‘กร’ in ‘กรปูเลกชกชกรกรกชบงกช’ with options [AtWordStarts]: 127 Searching for ‘กร’ in ‘กรปูเลกชกชกรกรกชบงกช’ with options [AtWordStarts]:
128 PASS: Got a match at 0,2 as expected. 128 FAIL: Expected a match at 0,2 but got a match at 0,0 instead.
129 PASS: Got a match at 12,14 as expected. 129 FAIL: Expected a match at 12,14 but got a match at 0,0 instead.
130 PASS: Got no match as expected. 130 FAIL: Expected a match at but got a match at 0,0 instead.
131 131
132 Searching for ‘กช’ in ‘กรปูเลกชกชกรกรกชบงกช’ with options []: 132 Searching for ‘กช’ in ‘กรปูเลกชกชกรกรกชบงกช’ with options []:
133 PASS: Got a match at 6,8 as expected. 133 FAIL: Expected a match at 6,8 but got a match at 0,0 instead.
134 PASS: Got a match at 8,10 as expected. 134 FAIL: Expected a match at 8,10 but got a match at 0,0 instead.
135 PASS: Got a match at 14,16 as expected. 135 FAIL: Expected a match at 14,16 but got a match at 0,0 instead.
136 PASS: Got a match at 18,20 as expected. 136 FAIL: Expected a match at 18,20 but got a match at 0,0 instead.
137 PASS: Got no match as expected. 137 PASS: Got no match as expected.
138 138
139 Searching for ‘กช’ in ‘กรปูเลกชกชกรกรกชบงกช’ with options [AtWordStarts]: 139 Searching for ‘กช’ in ‘กรปูเลกชกชกรกรกชบงกช’ with options [AtWordStarts]:
140 PASS: Got a match at 6,8 as expected. 140 FAIL: Expected a match at 6,8 but got a match at 0,0 instead.
141 PASS: Got a match at 8,10 as expected. 141 FAIL: Expected a match at 8,10 but got a match at 0,0 instead.
142 PASS: Got no match as expected. 142 FAIL: Expected a match at but got a match at 0,0 instead.
143 143
144 Searching for ‘กร’ in long string with options []: 144 Searching for ‘กร’ in long string with options []:
145 PASS: Got a match at 6144,6146 as expected. 145 FAIL: Expected a match at 6144,6146 but got a match at 0,0 instead.
146 PASS: Got a match at 6154,6156 as expected. 146 FAIL: Expected a match at 6154,6156 but got a match at 0,0 instead.
147 PASS: Got a match at 6156,6158 as expected. 147 FAIL: Expected a match at 6156,6158 but got a match at 0,0 instead.
148 PASS: Got no match as expected. 148 PASS: Got no match as expected.
149 149
150 Searching for ‘กร’ in long string with options [AtWordStarts]: 150 Searching for ‘กร’ in long string with options [AtWordStarts]:
151 PASS: Got a match at 6156,6158 as expected. 151 FAIL: Expected a match at 6156,6158 but got a match at 0,0 instead.
152 PASS: Got no match as expected. 152 FAIL: Expected a match at but got a match at 0,0 instead.
153 153
154 Searching for ‘กร’ in long string with options [AtWordStarts]: 154 Searching for ‘กร’ in long string with options [AtWordStarts]:
155 PASS: Got a match at 6144,6146 as expected. 155 FAIL: Expected a match at 6144,6146 but got a match at 0,0 instead.
156 PASS: Got a match at 6156,6158 as expected. 156 FAIL: Expected a match at 6156,6158 but got a match at 0,0 instead.
157 PASS: Got no match as expected. 157 FAIL: Expected a match at but got a match at 0,0 instead.
158 158
159 Searching for ‘กช’ in long string with options [AtWordStarts]: 159 Searching for ‘กช’ in long string with options [AtWordStarts]:
160 PASS: Got no match as expected. 160 FAIL: Expected a match at but got a match at 0,0 instead.
161 161
162 Searching for ‘ ’ in ‘Spaces, the final frontier’ with options [AtWordStarts]: 162 Searching for ‘ ’ in ‘Spaces, the final frontier’ with options [AtWordStarts]:
163 PASS: Got a match at 7,8 as expected. 163 FAIL: Expected a match at 7,8 but got a match at 0,0 instead.
164 PASS: Got a match at 11,12 as expected. 164 FAIL: Expected a match at 11,12 but got a match at 0,0 instead.
165 PASS: Got a match at 17,18 as expected. 165 FAIL: Expected a match at 17,18 but got a match at 0,0 instead.
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 FAIL: Expected a match at 7,8 but got a match at 0,0 instead.
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 FAIL: Expected a match at 4,6 but got a match at 0,0 instead.
174 PASS: Got no match as expected. 174 PASS: Got no match as expected.
175 175
176 176
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698