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

Side by Side Diff: LayoutTests/platform/linux/fast/dom/Element/getBoundingClientRect-expected.txt

Issue 1175433002: Auto-rebaseline for r196730 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Annotate | Revision Log
OLDNEW
1 Test 1 1 Test 1
2 PASS rect.left.toFixed(3) is "8.000" 2 PASS rect.left.toFixed(3) is "8.000"
3 PASS rect.top.toFixed(3) is "40.000" 3 PASS rect.top.toFixed(3) is "40.000"
4 PASS rect.width.toFixed(3) is "300.000" 4 PASS rect.width.toFixed(3) is "300.000"
5 PASS rect.height.toFixed(3) is "100.000" 5 PASS rect.height.toFixed(3) is "100.000"
6 PASS rect.right is rect.left + rect.width 6 PASS rect.right is rect.left + rect.width
7 PASS rect.bottom is rect.top + rect.height 7 PASS rect.bottom is rect.top + rect.height
8 8
9 Test 2 9 Test 2
10 PASS rect.left.toFixed(3) is "8.000" 10 PASS rect.left.toFixed(3) is "8.000"
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 PASS rect.top.toFixed(3) is "3159.000" 110 PASS rect.top.toFixed(3) is "3159.000"
111 PASS rect.width.toFixed(3) is "0.000" 111 PASS rect.width.toFixed(3) is "0.000"
112 PASS rect.height.toFixed(3) is "0.000" 112 PASS rect.height.toFixed(3) is "0.000"
113 PASS rect.right is rect.left + rect.width 113 PASS rect.right is rect.left + rect.width
114 PASS rect.bottom is rect.top + rect.height 114 PASS rect.bottom is rect.top + rect.height
115 115
116 PASS successfullyParsed is true 116 PASS successfullyParsed is true
117 117
118 TEST COMPLETE 118 TEST COMPLETE
119 119
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698