|
41 | 41 | <div style="width: 10px;"></div> |
42 | 42 | </div> |
43 | 43 |
|
44 | | -<!-- gentest.rb will swap margin-start to margin-left. This is needed to use YGEdgeStart instead of YGEdgeLeft in the generated tests --> |
| 44 | +<!-- margin-inline-start maps to YGEdgeStart in the generated tests --> |
45 | 45 | <div id="flex_direction_row_reverse_margin_start" |
46 | | - style="height: 100px; width: 100px; flex-direction: row-reverse; margin-start: 100px;"> |
| 46 | + style="height: 100px; width: 100px; flex-direction: row-reverse; margin-inline-start: 100px;"> |
47 | 47 | <div style="width: 10px;"></div> |
48 | 48 | <div style="width: 10px;"></div> |
49 | 49 | <div style="width: 10px;"></div> |
|
57 | 57 | </div> |
58 | 58 |
|
59 | 59 | <div id="flex_direction_row_reverse_margin_end" |
60 | | - style="height: 100px; width: 100px; flex-direction: row-reverse; margin-end: 100px;"> |
| 60 | + style="height: 100px; width: 100px; flex-direction: row-reverse; margin-inline-end: 100px;"> |
61 | 61 | <div style="width: 10px;"></div> |
62 | 62 | <div style="width: 10px;"></div> |
63 | 63 | <div style="width: 10px;"></div> |
|
85 | 85 | </div> |
86 | 86 |
|
87 | 87 | <div id="flex_direction_row_reverse_padding_start" |
88 | | - style="height: 100px; width: 100px; flex-direction: row-reverse; padding-start: 100px;"> |
| 88 | + style="height: 100px; width: 100px; flex-direction: row-reverse; padding-inline-start: 100px;"> |
89 | 89 | <div style="width: 10px;"></div> |
90 | 90 | <div style="width: 10px;"></div> |
91 | 91 | <div style="width: 10px;"></div> |
|
99 | 99 | </div> |
100 | 100 |
|
101 | 101 | <div id="flex_direction_row_reverse_padding_end" |
102 | | - style="height: 100px; width: 100px; flex-direction: row-reverse; padding-end: 100px;"> |
| 102 | + style="height: 100px; width: 100px; flex-direction: row-reverse; padding-inline-end: 100px;"> |
103 | 103 | <div style="width: 10px;"></div> |
104 | 104 | <div style="width: 10px;"></div> |
105 | 105 | <div style="width: 10px;"></div> |
|
127 | 127 | </div> |
128 | 128 |
|
129 | 129 | <div id="flex_direction_row_reverse_border_start" |
130 | | - style="height: 100px; width: 100px; flex-direction: row-reverse; border-start-width: 100px;"> |
| 130 | + style="height: 100px; width: 100px; flex-direction: row-reverse; border-inline-start-width: 100px;"> |
131 | 131 | <div style="width: 10px;"></div> |
132 | 132 | <div style="width: 10px;"></div> |
133 | 133 | <div style="width: 10px;"></div> |
|
141 | 141 | </div> |
142 | 142 |
|
143 | 143 | <div id="flex_direction_row_reverse_border_end" |
144 | | - style="height: 100px; width: 100px; flex-direction: row-reverse; border-end-width: 100px;"> |
| 144 | + style="height: 100px; width: 100px; flex-direction: row-reverse; border-inline-end-width: 100px;"> |
145 | 145 | <div style="width: 10px;"></div> |
146 | 146 | <div style="width: 10px;"></div> |
147 | 147 | <div style="width: 10px;"></div> |
|
170 | 170 | </div> |
171 | 171 |
|
172 | 172 | <div id="flex_direction_row_reverse_pos_start" style="height: 100px; width: 100px;"> |
173 | | - <div style="height: 100px; width: 100px; flex-direction: row-reverse; start: 100px;"> |
| 173 | + <div style="height: 100px; width: 100px; flex-direction: row-reverse; inset-inline-start: 100px;"> |
174 | 174 | <div style="width: 10px;"></div> |
175 | 175 | <div style="width: 10px;"></div> |
176 | 176 | <div style="width: 10px;"></div> |
|
186 | 186 | </div> |
187 | 187 |
|
188 | 188 | <div id="flex_direction_row_reverse_pos_end" style="height: 100px; width: 100px;"> |
189 | | - <div style="height: 100px; width: 100px; flex-direction: row-reverse; end: 100px;"> |
| 189 | + <div style="height: 100px; width: 100px; flex-direction: row-reverse; inset-inline-end: 100px;"> |
190 | 190 | <div style="width: 10px;"></div> |
191 | 191 | <div style="width: 10px;"></div> |
192 | 192 | <div style="width: 10px;"></div> |
|
243 | 243 |
|
244 | 244 | <div id="flex_direction_row_reverse_inner_pos_start" data-disabled="true" style="height: 100px; width: 100px;"> |
245 | 245 | <div style="height: 100px; width: 100px; flex-direction: row-reverse; "> |
246 | | - <div style="width: 10px; height: 10px; position: absolute; start: 10px"></div> |
| 246 | + <div style="width: 10px; height: 10px; position: absolute; inset-inline-start: 10px"></div> |
247 | 247 | <div style="width: 10px;"></div> |
248 | 248 | <div style="width: 10px;"></div> |
249 | 249 | </div> |
250 | 250 | </div> |
251 | 251 |
|
252 | 252 | <div id="flex_direction_row_reverse_inner_pos_end" data-disabled="true" style="height: 100px; width: 100px;"> |
253 | 253 | <div style="height: 100px; width: 100px; flex-direction: row-reverse; "> |
254 | | - <div style="width: 10px; height: 10px; position: absolute; end: 10px"></div> |
| 254 | + <div style="width: 10px; height: 10px; position: absolute; inset-inline-end: 10px"></div> |
255 | 255 | <div style="width: 10px;"></div> |
256 | 256 | <div style="width: 10px;"></div> |
257 | 257 | </div> |
|
291 | 291 |
|
292 | 292 | <div id="flex_direction_row_reverse_inner_marign_start" style="height: 100px; width: 100px;"> |
293 | 293 | <div style="height: 100px; width: 100px; flex-direction: row-reverse; "> |
294 | | - <div style="width: 10px; height: 10px; position: absolute; margin-start: 10px"></div> |
| 294 | + <div style="width: 10px; height: 10px; position: absolute; margin-inline-start: 10px"></div> |
295 | 295 | <div style="width: 10px;"></div> |
296 | 296 | <div style="width: 10px;"></div> |
297 | 297 | </div> |
298 | 298 | </div> |
299 | 299 |
|
300 | 300 | <div id="flex_direction_row_reverse_inner_margin_end" style="height: 100px; width: 100px;"> |
301 | 301 | <div style="height: 100px; width: 100px; flex-direction: row-reverse; "> |
302 | | - <div style="width: 10px; height: 10px; position: absolute; margin-end: 10px"></div> |
| 302 | + <div style="width: 10px; height: 10px; position: absolute; margin-inline-end: 10px"></div> |
303 | 303 | <div style="width: 10px;"></div> |
304 | 304 | <div style="width: 10px;"></div> |
305 | 305 | </div> |
|
339 | 339 |
|
340 | 340 | <div id="flex_direction_row_reverse_inner_border_start" style="height: 100px; width: 100px;"> |
341 | 341 | <div style="height: 100px; width: 100px; flex-direction: row-reverse; "> |
342 | | - <div style="width: 10px; height: 10px; position: absolute; border-start: 10px solid black"></div> |
| 342 | + <div style="width: 10px; height: 10px; position: absolute; border-inline-start: 10px solid black"></div> |
343 | 343 | <div style="width: 10px;"></div> |
344 | 344 | <div style="width: 10px;"></div> |
345 | 345 | </div> |
346 | 346 | </div> |
347 | 347 |
|
348 | 348 | <div id="flex_direction_row_reverse_inner_border_end" style="height: 100px; width: 100px;"> |
349 | 349 | <div style="height: 100px; width: 100px; flex-direction: row-reverse; "> |
350 | | - <div style="width: 10px; height: 10px; position: absolute; border-end: 10px solid black"></div> |
| 350 | + <div style="width: 10px; height: 10px; position: absolute; border-inline-end: 10px solid black"></div> |
351 | 351 | <div style="width: 10px;"></div> |
352 | 352 | <div style="width: 10px;"></div> |
353 | 353 | </div> |
|
387 | 387 |
|
388 | 388 | <div id="flex_direction_row_reverse_inner_padding_start" style="height: 100px; width: 100px;"> |
389 | 389 | <div style="height: 100px; width: 100px; flex-direction: row-reverse; "> |
390 | | - <div style="width: 10px; height: 10px; position: absolute; padding-start: 10px"></div> |
| 390 | + <div style="width: 10px; height: 10px; position: absolute; padding-inline-start: 10px"></div> |
391 | 391 | <div style="width: 10px;"></div> |
392 | 392 | <div style="width: 10px;"></div> |
393 | 393 | </div> |
394 | 394 | </div> |
395 | 395 |
|
396 | 396 | <div id="flex_direction_row_reverse_inner_padding_end" style="height: 100px; width: 100px;"> |
397 | 397 | <div style="height: 100px; width: 100px; flex-direction: row-reverse; "> |
398 | | - <div style="width: 10px; height: 10px; position: absolute; padding-end: 10px"></div> |
| 398 | + <div style="width: 10px; height: 10px; position: absolute; padding-inline-end: 10px"></div> |
399 | 399 | <div style="width: 10px;"></div> |
400 | 400 | <div style="width: 10px;"></div> |
401 | 401 | </div> |
|
0 commit comments