File: YGAndroidNewsFeed.test.js

package info (click to toggle)
node-yarnpkg 4.1.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 24,752 kB
  • sloc: javascript: 38,953; ansic: 26,035; cpp: 7,247; sh: 2,829; makefile: 724; perl: 493
file content (296 lines) | stat: -rw-r--r-- 17,468 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
/**
 * Copyright (c) Meta Platforms, Inc. and affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */

// @generated by gentest/gentest.rb from gentest/fixtures/YGAndroidNewsFeed.html

test("android_news_feed", () => {
  const config = Yoga.Config.create();
  let root;

  config.setExperimentalFeatureEnabled(Yoga.EXPERIMENTAL_FEATURE_ABSOLUTE_PERCENTAGE_AGAINST_PADDING_EDGE, true);
  config.setExperimentalFeatureEnabled(Yoga.EXPERIMENTAL_FEATURE_FIX_ABSOLUTE_TRAILING_COLUMN_MARGIN, true);

  try {
    root = Yoga.Node.create(config);
    root.setAlignContent(Yoga.ALIGN_STRETCH);
    root.setWidth(1080);

    const root_child0 = Yoga.Node.create(config);
    root.insertChild(root_child0, 0);

    const root_child0_child0 = Yoga.Node.create(config);
    root_child0_child0.setAlignContent(Yoga.ALIGN_STRETCH);
    root_child0.insertChild(root_child0_child0, 0);

    const root_child0_child0_child0 = Yoga.Node.create(config);
    root_child0_child0_child0.setAlignContent(Yoga.ALIGN_STRETCH);
    root_child0_child0.insertChild(root_child0_child0_child0, 0);

    const root_child0_child0_child0_child0 = Yoga.Node.create(config);
    root_child0_child0_child0_child0.setFlexDirection(Yoga.FLEX_DIRECTION_ROW);
    root_child0_child0_child0_child0.setAlignContent(Yoga.ALIGN_STRETCH);
    root_child0_child0_child0_child0.setAlignItems(Yoga.ALIGN_FLEX_START);
    root_child0_child0_child0_child0.setMargin(Yoga.EDGE_START, 36);
    root_child0_child0_child0_child0.setMargin(Yoga.EDGE_TOP, 24);
    root_child0_child0_child0.insertChild(root_child0_child0_child0_child0, 0);

    const root_child0_child0_child0_child0_child0 = Yoga.Node.create(config);
    root_child0_child0_child0_child0_child0.setFlexDirection(Yoga.FLEX_DIRECTION_ROW);
    root_child0_child0_child0_child0_child0.setAlignContent(Yoga.ALIGN_STRETCH);
    root_child0_child0_child0_child0.insertChild(root_child0_child0_child0_child0_child0, 0);

    const root_child0_child0_child0_child0_child0_child0 = Yoga.Node.create(config);
    root_child0_child0_child0_child0_child0_child0.setAlignContent(Yoga.ALIGN_STRETCH);
    root_child0_child0_child0_child0_child0_child0.setWidth(120);
    root_child0_child0_child0_child0_child0_child0.setHeight(120);
    root_child0_child0_child0_child0_child0.insertChild(root_child0_child0_child0_child0_child0_child0, 0);

    const root_child0_child0_child0_child0_child1 = Yoga.Node.create(config);
    root_child0_child0_child0_child0_child1.setAlignContent(Yoga.ALIGN_STRETCH);
    root_child0_child0_child0_child0_child1.setFlexShrink(1);
    root_child0_child0_child0_child0_child1.setMargin(Yoga.EDGE_RIGHT, 36);
    root_child0_child0_child0_child0_child1.setPadding(Yoga.EDGE_LEFT, 36);
    root_child0_child0_child0_child0_child1.setPadding(Yoga.EDGE_TOP, 21);
    root_child0_child0_child0_child0_child1.setPadding(Yoga.EDGE_RIGHT, 36);
    root_child0_child0_child0_child0_child1.setPadding(Yoga.EDGE_BOTTOM, 18);
    root_child0_child0_child0_child0.insertChild(root_child0_child0_child0_child0_child1, 1);

    const root_child0_child0_child0_child0_child1_child0 = Yoga.Node.create(config);
    root_child0_child0_child0_child0_child1_child0.setFlexDirection(Yoga.FLEX_DIRECTION_ROW);
    root_child0_child0_child0_child0_child1_child0.setAlignContent(Yoga.ALIGN_STRETCH);
    root_child0_child0_child0_child0_child1_child0.setFlexShrink(1);
    root_child0_child0_child0_child0_child1.insertChild(root_child0_child0_child0_child0_child1_child0, 0);

    const root_child0_child0_child0_child0_child1_child1 = Yoga.Node.create(config);
    root_child0_child0_child0_child0_child1_child1.setAlignContent(Yoga.ALIGN_STRETCH);
    root_child0_child0_child0_child0_child1_child1.setFlexShrink(1);
    root_child0_child0_child0_child0_child1.insertChild(root_child0_child0_child0_child0_child1_child1, 1);

    const root_child0_child0_child1 = Yoga.Node.create(config);
    root_child0_child0_child1.setAlignContent(Yoga.ALIGN_STRETCH);
    root_child0_child0.insertChild(root_child0_child0_child1, 1);

    const root_child0_child0_child1_child0 = Yoga.Node.create(config);
    root_child0_child0_child1_child0.setFlexDirection(Yoga.FLEX_DIRECTION_ROW);
    root_child0_child0_child1_child0.setAlignContent(Yoga.ALIGN_STRETCH);
    root_child0_child0_child1_child0.setAlignItems(Yoga.ALIGN_FLEX_START);
    root_child0_child0_child1_child0.setMargin(Yoga.EDGE_START, 174);
    root_child0_child0_child1_child0.setMargin(Yoga.EDGE_TOP, 24);
    root_child0_child0_child1.insertChild(root_child0_child0_child1_child0, 0);

    const root_child0_child0_child1_child0_child0 = Yoga.Node.create(config);
    root_child0_child0_child1_child0_child0.setFlexDirection(Yoga.FLEX_DIRECTION_ROW);
    root_child0_child0_child1_child0_child0.setAlignContent(Yoga.ALIGN_STRETCH);
    root_child0_child0_child1_child0.insertChild(root_child0_child0_child1_child0_child0, 0);

    const root_child0_child0_child1_child0_child0_child0 = Yoga.Node.create(config);
    root_child0_child0_child1_child0_child0_child0.setAlignContent(Yoga.ALIGN_STRETCH);
    root_child0_child0_child1_child0_child0_child0.setWidth(72);
    root_child0_child0_child1_child0_child0_child0.setHeight(72);
    root_child0_child0_child1_child0_child0.insertChild(root_child0_child0_child1_child0_child0_child0, 0);

    const root_child0_child0_child1_child0_child1 = Yoga.Node.create(config);
    root_child0_child0_child1_child0_child1.setAlignContent(Yoga.ALIGN_STRETCH);
    root_child0_child0_child1_child0_child1.setFlexShrink(1);
    root_child0_child0_child1_child0_child1.setMargin(Yoga.EDGE_RIGHT, 36);
    root_child0_child0_child1_child0_child1.setPadding(Yoga.EDGE_LEFT, 36);
    root_child0_child0_child1_child0_child1.setPadding(Yoga.EDGE_TOP, 21);
    root_child0_child0_child1_child0_child1.setPadding(Yoga.EDGE_RIGHT, 36);
    root_child0_child0_child1_child0_child1.setPadding(Yoga.EDGE_BOTTOM, 18);
    root_child0_child0_child1_child0.insertChild(root_child0_child0_child1_child0_child1, 1);

    const root_child0_child0_child1_child0_child1_child0 = Yoga.Node.create(config);
    root_child0_child0_child1_child0_child1_child0.setFlexDirection(Yoga.FLEX_DIRECTION_ROW);
    root_child0_child0_child1_child0_child1_child0.setAlignContent(Yoga.ALIGN_STRETCH);
    root_child0_child0_child1_child0_child1_child0.setFlexShrink(1);
    root_child0_child0_child1_child0_child1.insertChild(root_child0_child0_child1_child0_child1_child0, 0);

    const root_child0_child0_child1_child0_child1_child1 = Yoga.Node.create(config);
    root_child0_child0_child1_child0_child1_child1.setAlignContent(Yoga.ALIGN_STRETCH);
    root_child0_child0_child1_child0_child1_child1.setFlexShrink(1);
    root_child0_child0_child1_child0_child1.insertChild(root_child0_child0_child1_child0_child1_child1, 1);
    root.calculateLayout(Yoga.UNDEFINED, Yoga.UNDEFINED, Yoga.DIRECTION_LTR);

    expect(root.getComputedLeft()).toBe(0);
    expect(root.getComputedTop()).toBe(0);
    expect(root.getComputedWidth()).toBe(1080);
    expect(root.getComputedHeight()).toBe(240);

    expect(root_child0.getComputedLeft()).toBe(0);
    expect(root_child0.getComputedTop()).toBe(0);
    expect(root_child0.getComputedWidth()).toBe(1080);
    expect(root_child0.getComputedHeight()).toBe(240);

    expect(root_child0_child0.getComputedLeft()).toBe(0);
    expect(root_child0_child0.getComputedTop()).toBe(0);
    expect(root_child0_child0.getComputedWidth()).toBe(1080);
    expect(root_child0_child0.getComputedHeight()).toBe(240);

    expect(root_child0_child0_child0.getComputedLeft()).toBe(0);
    expect(root_child0_child0_child0.getComputedTop()).toBe(0);
    expect(root_child0_child0_child0.getComputedWidth()).toBe(1080);
    expect(root_child0_child0_child0.getComputedHeight()).toBe(144);

    expect(root_child0_child0_child0_child0.getComputedLeft()).toBe(36);
    expect(root_child0_child0_child0_child0.getComputedTop()).toBe(24);
    expect(root_child0_child0_child0_child0.getComputedWidth()).toBe(1044);
    expect(root_child0_child0_child0_child0.getComputedHeight()).toBe(120);

    expect(root_child0_child0_child0_child0_child0.getComputedLeft()).toBe(0);
    expect(root_child0_child0_child0_child0_child0.getComputedTop()).toBe(0);
    expect(root_child0_child0_child0_child0_child0.getComputedWidth()).toBe(120);
    expect(root_child0_child0_child0_child0_child0.getComputedHeight()).toBe(120);

    expect(root_child0_child0_child0_child0_child0_child0.getComputedLeft()).toBe(0);
    expect(root_child0_child0_child0_child0_child0_child0.getComputedTop()).toBe(0);
    expect(root_child0_child0_child0_child0_child0_child0.getComputedWidth()).toBe(120);
    expect(root_child0_child0_child0_child0_child0_child0.getComputedHeight()).toBe(120);

    expect(root_child0_child0_child0_child0_child1.getComputedLeft()).toBe(120);
    expect(root_child0_child0_child0_child0_child1.getComputedTop()).toBe(0);
    expect(root_child0_child0_child0_child0_child1.getComputedWidth()).toBe(72);
    expect(root_child0_child0_child0_child0_child1.getComputedHeight()).toBe(39);

    expect(root_child0_child0_child0_child0_child1_child0.getComputedLeft()).toBe(36);
    expect(root_child0_child0_child0_child0_child1_child0.getComputedTop()).toBe(21);
    expect(root_child0_child0_child0_child0_child1_child0.getComputedWidth()).toBe(0);
    expect(root_child0_child0_child0_child0_child1_child0.getComputedHeight()).toBe(0);

    expect(root_child0_child0_child0_child0_child1_child1.getComputedLeft()).toBe(36);
    expect(root_child0_child0_child0_child0_child1_child1.getComputedTop()).toBe(21);
    expect(root_child0_child0_child0_child0_child1_child1.getComputedWidth()).toBe(0);
    expect(root_child0_child0_child0_child0_child1_child1.getComputedHeight()).toBe(0);

    expect(root_child0_child0_child1.getComputedLeft()).toBe(0);
    expect(root_child0_child0_child1.getComputedTop()).toBe(144);
    expect(root_child0_child0_child1.getComputedWidth()).toBe(1080);
    expect(root_child0_child0_child1.getComputedHeight()).toBe(96);

    expect(root_child0_child0_child1_child0.getComputedLeft()).toBe(174);
    expect(root_child0_child0_child1_child0.getComputedTop()).toBe(24);
    expect(root_child0_child0_child1_child0.getComputedWidth()).toBe(906);
    expect(root_child0_child0_child1_child0.getComputedHeight()).toBe(72);

    expect(root_child0_child0_child1_child0_child0.getComputedLeft()).toBe(0);
    expect(root_child0_child0_child1_child0_child0.getComputedTop()).toBe(0);
    expect(root_child0_child0_child1_child0_child0.getComputedWidth()).toBe(72);
    expect(root_child0_child0_child1_child0_child0.getComputedHeight()).toBe(72);

    expect(root_child0_child0_child1_child0_child0_child0.getComputedLeft()).toBe(0);
    expect(root_child0_child0_child1_child0_child0_child0.getComputedTop()).toBe(0);
    expect(root_child0_child0_child1_child0_child0_child0.getComputedWidth()).toBe(72);
    expect(root_child0_child0_child1_child0_child0_child0.getComputedHeight()).toBe(72);

    expect(root_child0_child0_child1_child0_child1.getComputedLeft()).toBe(72);
    expect(root_child0_child0_child1_child0_child1.getComputedTop()).toBe(0);
    expect(root_child0_child0_child1_child0_child1.getComputedWidth()).toBe(72);
    expect(root_child0_child0_child1_child0_child1.getComputedHeight()).toBe(39);

    expect(root_child0_child0_child1_child0_child1_child0.getComputedLeft()).toBe(36);
    expect(root_child0_child0_child1_child0_child1_child0.getComputedTop()).toBe(21);
    expect(root_child0_child0_child1_child0_child1_child0.getComputedWidth()).toBe(0);
    expect(root_child0_child0_child1_child0_child1_child0.getComputedHeight()).toBe(0);

    expect(root_child0_child0_child1_child0_child1_child1.getComputedLeft()).toBe(36);
    expect(root_child0_child0_child1_child0_child1_child1.getComputedTop()).toBe(21);
    expect(root_child0_child0_child1_child0_child1_child1.getComputedWidth()).toBe(0);
    expect(root_child0_child0_child1_child0_child1_child1.getComputedHeight()).toBe(0);

    root.calculateLayout(Yoga.UNDEFINED, Yoga.UNDEFINED, Yoga.DIRECTION_RTL);

    expect(root.getComputedLeft()).toBe(0);
    expect(root.getComputedTop()).toBe(0);
    expect(root.getComputedWidth()).toBe(1080);
    expect(root.getComputedHeight()).toBe(240);

    expect(root_child0.getComputedLeft()).toBe(0);
    expect(root_child0.getComputedTop()).toBe(0);
    expect(root_child0.getComputedWidth()).toBe(1080);
    expect(root_child0.getComputedHeight()).toBe(240);

    expect(root_child0_child0.getComputedLeft()).toBe(0);
    expect(root_child0_child0.getComputedTop()).toBe(0);
    expect(root_child0_child0.getComputedWidth()).toBe(1080);
    expect(root_child0_child0.getComputedHeight()).toBe(240);

    expect(root_child0_child0_child0.getComputedLeft()).toBe(0);
    expect(root_child0_child0_child0.getComputedTop()).toBe(0);
    expect(root_child0_child0_child0.getComputedWidth()).toBe(1080);
    expect(root_child0_child0_child0.getComputedHeight()).toBe(144);

    expect(root_child0_child0_child0_child0.getComputedLeft()).toBe(0);
    expect(root_child0_child0_child0_child0.getComputedTop()).toBe(24);
    expect(root_child0_child0_child0_child0.getComputedWidth()).toBe(1044);
    expect(root_child0_child0_child0_child0.getComputedHeight()).toBe(120);

    expect(root_child0_child0_child0_child0_child0.getComputedLeft()).toBe(924);
    expect(root_child0_child0_child0_child0_child0.getComputedTop()).toBe(0);
    expect(root_child0_child0_child0_child0_child0.getComputedWidth()).toBe(120);
    expect(root_child0_child0_child0_child0_child0.getComputedHeight()).toBe(120);

    expect(root_child0_child0_child0_child0_child0_child0.getComputedLeft()).toBe(0);
    expect(root_child0_child0_child0_child0_child0_child0.getComputedTop()).toBe(0);
    expect(root_child0_child0_child0_child0_child0_child0.getComputedWidth()).toBe(120);
    expect(root_child0_child0_child0_child0_child0_child0.getComputedHeight()).toBe(120);

    expect(root_child0_child0_child0_child0_child1.getComputedLeft()).toBe(816);
    expect(root_child0_child0_child0_child0_child1.getComputedTop()).toBe(0);
    expect(root_child0_child0_child0_child0_child1.getComputedWidth()).toBe(72);
    expect(root_child0_child0_child0_child0_child1.getComputedHeight()).toBe(39);

    expect(root_child0_child0_child0_child0_child1_child0.getComputedLeft()).toBe(36);
    expect(root_child0_child0_child0_child0_child1_child0.getComputedTop()).toBe(21);
    expect(root_child0_child0_child0_child0_child1_child0.getComputedWidth()).toBe(0);
    expect(root_child0_child0_child0_child0_child1_child0.getComputedHeight()).toBe(0);

    expect(root_child0_child0_child0_child0_child1_child1.getComputedLeft()).toBe(36);
    expect(root_child0_child0_child0_child0_child1_child1.getComputedTop()).toBe(21);
    expect(root_child0_child0_child0_child0_child1_child1.getComputedWidth()).toBe(0);
    expect(root_child0_child0_child0_child0_child1_child1.getComputedHeight()).toBe(0);

    expect(root_child0_child0_child1.getComputedLeft()).toBe(0);
    expect(root_child0_child0_child1.getComputedTop()).toBe(144);
    expect(root_child0_child0_child1.getComputedWidth()).toBe(1080);
    expect(root_child0_child0_child1.getComputedHeight()).toBe(96);

    expect(root_child0_child0_child1_child0.getComputedLeft()).toBe(0);
    expect(root_child0_child0_child1_child0.getComputedTop()).toBe(24);
    expect(root_child0_child0_child1_child0.getComputedWidth()).toBe(906);
    expect(root_child0_child0_child1_child0.getComputedHeight()).toBe(72);

    expect(root_child0_child0_child1_child0_child0.getComputedLeft()).toBe(834);
    expect(root_child0_child0_child1_child0_child0.getComputedTop()).toBe(0);
    expect(root_child0_child0_child1_child0_child0.getComputedWidth()).toBe(72);
    expect(root_child0_child0_child1_child0_child0.getComputedHeight()).toBe(72);

    expect(root_child0_child0_child1_child0_child0_child0.getComputedLeft()).toBe(0);
    expect(root_child0_child0_child1_child0_child0_child0.getComputedTop()).toBe(0);
    expect(root_child0_child0_child1_child0_child0_child0.getComputedWidth()).toBe(72);
    expect(root_child0_child0_child1_child0_child0_child0.getComputedHeight()).toBe(72);

    expect(root_child0_child0_child1_child0_child1.getComputedLeft()).toBe(726);
    expect(root_child0_child0_child1_child0_child1.getComputedTop()).toBe(0);
    expect(root_child0_child0_child1_child0_child1.getComputedWidth()).toBe(72);
    expect(root_child0_child0_child1_child0_child1.getComputedHeight()).toBe(39);

    expect(root_child0_child0_child1_child0_child1_child0.getComputedLeft()).toBe(36);
    expect(root_child0_child0_child1_child0_child1_child0.getComputedTop()).toBe(21);
    expect(root_child0_child0_child1_child0_child1_child0.getComputedWidth()).toBe(0);
    expect(root_child0_child0_child1_child0_child1_child0.getComputedHeight()).toBe(0);

    expect(root_child0_child0_child1_child0_child1_child1.getComputedLeft()).toBe(36);
    expect(root_child0_child0_child1_child0_child1_child1.getComputedTop()).toBe(21);
    expect(root_child0_child0_child1_child0_child1_child1.getComputedWidth()).toBe(0);
    expect(root_child0_child0_child1_child0_child1_child1.getComputedHeight()).toBe(0);
  } finally {
    if (typeof root !== "undefined") {
      root.freeRecursive();
    }

    config.free();
  }
});