Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Range / getBoundingClientRect-expected.txt
blobdf54d6d669567063780d7785c6071935779a6acd
1 Test 1
2 PASS rect.left.toFixed(3) is "8.000"
3 PASS rect.top.toFixed(3) is "8.000"
4 PASS rect.width.toFixed(3) is "400.000"
5 PASS rect.height.toFixed(3) is "400.000"
6 PASS rect.right is rect.left + rect.width
7 PASS rect.bottom is rect.top + rect.height
9 Test 2
10 PASS rect.left.toFixed(3) is "8.000"
11 PASS rect.top.toFixed(3) is "452.000"
12 PASS rect.width.toFixed(3) is "400.000"
13 PASS rect.height.toFixed(3) is "376.000"
14 PASS rect.right is rect.left + rect.width
15 PASS rect.bottom is rect.top + rect.height
17 Test 3
18 PASS rect.left.toFixed(3) is "8.000"
19 PASS rect.top.toFixed(3) is "1044.000"
20 PASS rect.width.toFixed(3) is "400.000"
21 PASS rect.height.toFixed(3) is "96.000"
22 PASS rect.right is rect.left + rect.width
23 PASS rect.bottom is rect.top + rect.height
25 Test 4
26 PASS rect.left.toFixed(3) is "0.000"
27 PASS rect.top.toFixed(3) is "0.000"
28 PASS rect.width.toFixed(3) is "0.000"
29 PASS rect.height.toFixed(3) is "0.000"
30 PASS rect.right is rect.left + rect.width
31 PASS rect.bottom is rect.top + rect.height
33 Test 5
34 PASS rect.left.toFixed(3) is "-14.574"
35 PASS rect.top.toFixed(3) is "1761.947"
36 PASS rect.width.toFixed(3) is "504.009"
37 PASS rect.height.toFixed(3) is "535.849"
38 PASS Math.abs(rect.left + rect.width - rect.right) < 0.001 is true
39 PASS Math.abs(rect.top + rect.height - rect.bottom) < 0.001 is true
41 Test 6
42 PASS rect.left.toFixed(3) is "0.000"
43 PASS rect.top.toFixed(3) is "0.000"
44 PASS rect.width.toFixed(3) is "0.000"
45 PASS rect.height.toFixed(3) is "0.000"
46 PASS rect.right is rect.left + rect.width
47 PASS rect.bottom is rect.top + rect.height
49 PASS successfullyParsed is true
51 TEST COMPLETE