Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Element / getBoundingClientRect-expected.txt
blob12b9f0b5298a48027d557863f1e6c2b5e7d82f97
1 Test 1
2 PASS rect.left.toFixed(3) is "8.000"
3 PASS rect.top.toFixed(3) is "40.000"
4 PASS rect.width.toFixed(3) is "300.000"
5 PASS rect.height.toFixed(3) is "100.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 "188.000"
12 PASS rect.width.toFixed(3) is "320.000"
13 PASS rect.height.toFixed(3) is "120.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 "18.000"
19 PASS rect.top.toFixed(3) is "356.000"
20 PASS rect.width.toFixed(3) is "300.000"
21 PASS rect.height.toFixed(3) is "100.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 "37.289"
27 PASS rect.top.toFixed(3) is "483.289"
28 PASS rect.width.toFixed(3) is "141.421"
29 PASS rect.height.toFixed(3) is "141.421"
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 "8.000"
35 PASS rect.top.toFixed(3) is "652.000"
36 PASS rect.width.toFixed(3) is "300.000"
37 PASS rect.height.toFixed(3) is "368.000"
38 PASS rect.right is rect.left + rect.width
39 PASS rect.bottom is rect.top + rect.height
41 Test 6
42 Known failure. Skipping.
44 Test 7
45 PASS rect.left.toFixed(3) is "8.000"
46 PASS rect.top.toFixed(3) is "1484.000"
47 PASS rect.width.toFixed(3) is "288.000"
48 PASS rect.height.toFixed(3) is "464.000"
49 PASS rect.right is rect.left + rect.width
50 PASS rect.bottom is rect.top + rect.height
52 Test 8
53 PASS rect.left.toFixed(3) is "8.000"
54 PASS rect.top.toFixed(3) is "1996.000"
55 PASS rect.width.toFixed(3) is "300.000"
56 PASS rect.height.toFixed(3) is "74.000"
57 PASS rect.right is rect.left + rect.width
58 PASS rect.bottom is rect.top + rect.height
60 Test 9
61 PASS rect.left.toFixed(3) is "8.000"
62 PASS rect.top.toFixed(3) is "2134.000"
63 PASS rect.width.toFixed(3) is "300.000"
64 PASS rect.height.toFixed(3) is "90.000"
65 PASS rect.right is rect.left + rect.width
66 PASS rect.bottom is rect.top + rect.height
68 Test 10
69 PASS rect.left.toFixed(3) is "8.000"
70 PASS rect.top.toFixed(3) is "2274.000"
71 PASS rect.width.toFixed(3) is "300.000"
72 PASS rect.height.toFixed(3) is "34.000"
73 PASS rect.right is rect.left + rect.width
74 PASS rect.bottom is rect.top + rect.height
76 Test 11
77 PASS rect.left.toFixed(3) is "10.000"
78 PASS rect.top.toFixed(3) is "2396.000"
79 PASS rect.width.toFixed(3) is "147.000"
80 PASS rect.height.toFixed(3) is "34.000"
81 PASS rect.right is rect.left + rect.width
82 PASS rect.bottom is rect.top + rect.height
84 Test 12
85 PASS rect.left.toFixed(3) is "8.000"
86 PASS rect.top.toFixed(3) is "2532.000"
87 PASS rect.width.toFixed(3) is "100.000"
88 PASS rect.height.toFixed(3) is "100.000"
89 PASS rect.right is rect.left + rect.width
90 PASS rect.bottom is rect.top + rect.height
92 Test 13
93 PASS rect.left.toFixed(3) is "8.000"
94 PASS rect.top.toFixed(3) is "2783.000"
95 PASS rect.width.toFixed(3) is "260.000"
96 PASS rect.height.toFixed(3) is "16.000"
97 PASS rect.right is rect.left + rect.width
98 PASS rect.bottom is rect.top + rect.height
100 Test 14
101 PASS rect.left.toFixed(3) is "8.000"
102 PASS rect.top.toFixed(3) is "2863.000"
103 PASS rect.width.toFixed(3) is "300.000"
104 PASS rect.height.toFixed(3) is "232.000"
105 PASS rect.right is rect.left + rect.width
106 PASS rect.bottom is rect.top + rect.height
108 Test 15
109 PASS rect.left.toFixed(3) is "8.000"
110 PASS rect.top.toFixed(3) is "3159.000"
111 PASS rect.width.toFixed(3) is "0.000"
112 PASS rect.height.toFixed(3) is "0.000"
113 PASS rect.right is rect.left + rect.width
114 PASS rect.bottom is rect.top + rect.height
116 PASS successfullyParsed is true
118 TEST COMPLETE