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

Side by Side Diff: LayoutTests/fast/dom/Window/webkitConvertPoint-expected.txt

Issue 428533003: Remove webkitConvertPointFromPageToNode() and webkitConvertPointFromNodeToPage() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 - This is a H1 heading.
2
3 Test 2 - This is a simple paragraph.
4
5 Test 3 - This is a paragraph with a nested element.
6
7 Test 4 - This is a paragraph with a nested element that has a border.
8
9 Test 5 - This is a transformed paragraph with a nested element that has a border .
10
11 Test 6 - This is a transformed paragraph with a nested element that has a border .
12 And then a second line.
13
14 Test 7 - This is a paragraph inside something that does not have a compositing l ayer.
15
16 Test 8 - This is raw text inside something that does not have a compositing laye r.
17 Test 9 - This is raw text inside something that has a compositing layer.
18 Test 10 - This is raw text inside something that does not have a compositing lay er.
19 Test 11 - This is a rotated and scaled paragraph
20
21 Test 12 - This is a rotated and scaled paragraph with a nested element that has a border.
22
23 Test 13 - This is a paragraph with a nested element that has a border.
24
25 This test exercises the webkitConvertPointFromNodeToPage() function
26
27 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
28
29 PASS successfullyParsed is true
30
31 TEST COMPLETE
32 Test parameter passing - should not crash
33 PASS Missing parameter test
34 Test did not crash and therefore was successful
35
36 PASS null parameter test a
37 Test did not crash and therefore was successful
38
39 PASS null parameter test b
40 Test did not crash and therefore was successful
41
42 Test 1
43 PASS x is 8
44 PASS y is 13
45 Round Trip of (0,0)
46 PASS x is 0
47 PASS y is 0
48 PASS x is 13
49 PASS y is 53
50 Round Trip of (5,40)
51 PASS x is 5
52 PASS y is 40
53
54 Test 2
55 PASS x is 8
56 PASS y is 51
57 Round Trip of (0,0)
58 PASS x is 0
59 PASS y is 0
60 PASS x is 13
61 PASS y is 91
62 Round Trip of (5,40)
63 PASS x is 5
64 PASS y is 40
65
66 Test 3
67 PASS x is 8
68 PASS y is 85
69 Round Trip of (0,0)
70 PASS x is 0
71 PASS y is 0
72 PASS x is 13
73 PASS y is 125
74 Round Trip of (5,40)
75 PASS x is 5
76 PASS y is 40
77
78 Test 4
79 PASS x is 8
80 PASS y is 119
81 Round Trip of (0,0)
82 PASS x is 0
83 PASS y is 0
84 PASS x is 13
85 PASS y is 159
86 Round Trip of (5,40)
87 PASS x is 5
88 PASS y is 40
89
90 Test 5
91 PASS x is 28
92 PASS y is 153
93 Round Trip of (0,0)
94 PASS x is 0
95 PASS y is 0
96 PASS x is 33
97 PASS y is 193
98 Round Trip of (5,40)
99 PASS x is 5
100 PASS y is 40
101
102 Test 6
103 PASS x is 28
104 PASS y is 187
105 Round Trip of (0,0)
106 PASS x is 0
107 PASS y is 0
108 PASS x is 33
109 PASS y is 227
110 Round Trip of (5,40)
111 PASS x is 5
112 PASS y is 40
113
114 Test 7
115 PASS x is 8
116 PASS y is 239
117 Round Trip of (0,0)
118 PASS x is 0
119 PASS y is 0
120 PASS x is 13
121 PASS y is 279
122 Round Trip of (5,40)
123 PASS x is 5
124 PASS y is 40
125
126 Test 8
127 PASS x is 8
128 PASS y is 273
129 Round Trip of (0,0)
130 PASS x is 0
131 PASS y is 0
132 PASS x is 13
133 PASS y is 313
134 Round Trip of (5,40)
135 PASS x is 5
136 PASS y is 40
137
138 Test 9
139 PASS x is 28
140 PASS y is 291
141 Round Trip of (0,0)
142 PASS x is 0
143 PASS y is 0
144 PASS x is 33
145 PASS y is 331
146 Round Trip of (5,40)
147 PASS x is 5
148 PASS y is 40
149
150 Test 10
151 PASS x is 28
152 PASS y is 309
153 Round Trip of (0,0)
154 PASS x is 0
155 PASS y is 0
156 PASS x is 33
157 PASS y is 349
158 Round Trip of (5,40)
159 PASS x is 5
160 PASS y is 40
161
162 Test 11
163 PASS x is 158
164 FAIL y should be 376. Was 355.
165 Round Trip of (0,0)
166 PASS x is 0
167 PASS y is 0
168 PASS x is 174
169 FAIL y should be 394. Was 373.
170 Round Trip of (5,40)
171 PASS x is 5
172 PASS y is 40
173
174 Test 12
175 PASS x is 168
176 FAIL y should be 451. Was 428.
177 Round Trip of (0,0)
178 PASS x is 0
179 PASS y is 0
180 PASS x is 184
181 FAIL y should be 469. Was 446.
182 Round Trip of (5,40)
183 PASS x is 5
184 PASS y is 40
185
186 Test 13
187 PASS x is 28
188 PASS y is 487
189 Round Trip of (0,0)
190 PASS x is 0
191 PASS y is 0
192 PASS x is 33
193 PASS y is 527
194 Round Trip of (5,40)
195 PASS x is 5
196 PASS y is 40
197 PASS successfullyParsed is true
198
199 TEST COMPLETE
200
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/Window/webkitConvertPoint.html ('k') | LayoutTests/fast/dom/Window/webkitConvertPointUpdateLayout.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698