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

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

Issue 1224973002: Prevent overflowing content from affecting multicol layout. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase master Created 5 years, 5 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
(Empty)
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
8
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
16
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
24
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
32
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
40
41 Test 6
42 Known failure. Skipping.
43
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
51
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
59
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
67
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
75
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
83
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
91
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
99
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
107
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
115
116 PASS successfullyParsed is true
117
118 TEST COMPLETE
119
OLDNEW
« no previous file with comments | « LayoutTests/platform/linux/fast/dom/Element/getBoundingClientRect-expected.txt ('k') | Source/core/layout/LayoutBlockFlow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698