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

Side by Side Diff: LayoutTests/platform/chromium-mac/fast/dom/Range/getClientRects-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 Test 1 1 Test 1
2 PASS rects.length is 5 2 PASS rects.length is 5
3 PASS rects[0].left is 8 3 PASS rects[0].left is 8
4 PASS rects[0].top is 8 4 PASS rects[0].top is 8
5 PASS rects[0].width is 400 5 PASS rects[0].width is 400
6 PASS rects[0].height is 160 6 PASS rects[0].height is 160
7 PASS rects[1].left is 8 7 PASS rects[1].left is 8
8 PASS rects[1].top is 19 8 PASS rects[1].top is 19
9 PASS rects[1].width is 396 9 PASS rects[1].width is 396
10 PASS rects[1].height is 18 10 PASS rects[1].height is 18
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 PASS rects[2].left is 107 181 PASS rects[2].left is 107
182 PASS rects[2].top is 1729 182 PASS rects[2].top is 1729
183 PASS rects[2].width is 246 183 PASS rects[2].width is 246
184 PASS rects[2].height is 289 184 PASS rects[2].height is 289
185 PASS rects[3].left is 76 185 PASS rects[3].left is 76
186 PASS rects[3].top is 1755 186 PASS rects[3].top is 1755
187 PASS rects[3].width is 212 187 PASS rects[3].width is 212
188 PASS rects[3].height is 247 188 PASS rects[3].height is 247
189 Test 9 189 Test 9
190 FAIL rects.length should be 1. Was 0. 190 FAIL rects.length should be 1. Was 0.
191 FAIL rects[0].left should be 8. Threw exception TypeError: 'undefined' is not an object (evaluating 'rects[0].left') 191 FAIL rects[0].left should be 8. Threw exception TypeError: Cannot read property 'left' of undefined
192 FAIL rects[0].top should be 1903. Threw exception TypeError: 'undefined' is not an object (evaluating 'rects[0].top') 192 FAIL rects[0].top should be 1903. Threw exception TypeError: Cannot read propert y 'top' of undefined
193 FAIL rects[0].width should be 0. Threw exception TypeError: 'undefined' is not a n object (evaluating 'rects[0].width') 193 FAIL rects[0].width should be 0. Threw exception TypeError: Cannot read property 'width' of undefined
194 FAIL rects[0].height should be 18. Threw exception TypeError: 'undefined' is not an object (evaluating 'rects[0].height') 194 FAIL rects[0].height should be 18. Threw exception TypeError: Cannot read proper ty 'height' of undefined
195 Test 9b 195 Test 9b
196 PASS rects.length is 1 196 PASS rects.length is 1
197 PASS rects[0].left is 8 197 PASS rects[0].left is 8
198 PASS rects[0].top is 1903 198 PASS rects[0].top is 1903
199 PASS rects[0].width is 0 199 PASS rects[0].width is 0
200 PASS rects[0].height is 18 200 PASS rects[0].height is 18
201 Test 10 201 Test 10
202 PASS rects.length is 4 202 PASS rects.length is 4
203 PASS rects[0].left is 19 203 PASS rects[0].left is 19
204 PASS rects[0].top is 2088 204 PASS rects[0].top is 2088
(...skipping 10 matching lines...) Expand all
215 PASS rects[3].left is 139 215 PASS rects[3].left is 139
216 PASS rects[3].top is 2088 216 PASS rects[3].top is 2088
217 PASS rects[3].width is 18 217 PASS rects[3].width is 18
218 PASS rects[3].height is 360 218 PASS rects[3].height is 360
219 Test 11 219 Test 11
220 PASS rects.length is 0 220 PASS rects.length is 0
221 PASS successfullyParsed is true 221 PASS successfullyParsed is true
222 222
223 TEST COMPLETE 223 TEST COMPLETE
224 224
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698