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

Side by Side Diff: LayoutTests/platform/win-xp/fast/dom/Range/getClientRects-expected.txt

Issue 313903002: Unreviewed win7 DirectWrite rebaselines (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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
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 FAIL rects[1].top should be 19. Was 18. 8 FAIL rects[1].top should be 19. Was 18.
9 FAIL rects[1].width should be 396. Was 378. 9 FAIL rects[1].width should be 396. Was 378.
10 FAIL rects[1].height should be 18. Was 19. 10 FAIL rects[1].height should be 18. Was 19.
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 FAIL rects[3].left should be 139. Was 138. 215 FAIL rects[3].left should be 139. Was 138.
216 FAIL rects[3].top should be 2088. Was 2044. 216 FAIL rects[3].top should be 2088. Was 2044.
217 FAIL rects[3].width should be 18. Was 19. 217 FAIL rects[3].width should be 18. Was 19.
218 FAIL rects[3].height should be 360. Was 247. 218 FAIL rects[3].height should be 360. Was 247.
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