aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/chapter-9.xht
blob: c949442c58c288ca3e40be9a8a8f1a3ba2f97ca8 (plain) (blame)
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
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>Flex Layout Algorithm - CSS Flexible Box Layout Module Level 1 CR Test Suite</title>
  <style type="text/css">
    @import "http://www.w3.org/StyleSheets/TR/base.css";
    @import "../indices.css";
  </style>
 </head>

 <body>

  <h1>CSS Flexible Box Layout Module Level 1 CR Test Suite</h1>
  <h2>Flex Layout Algorithm (61 tests)</h2>
  <table width="100%">
    <col id="test-column"></col>
    <col id="refs-column"></col>
    <col id="flags-column"></col>
    <col id="info-column"></col>
    <thead>
      <tr>
        <th>Test</th>
        <th><abbr title="Rendering References">Refs</abbr></th>
        <th>Flags</th>
        <th>Info</th>
      </tr>
    </thead>
    <tbody id="s9">
      <tr><th colspan="4" scope="rowgroup">
        <a href="#s9">+</a>
        <a href="http://www.w3.org/TR/css-flexbox-1/#layout-algorithm">9 Flex Layout Algorithm</a></th></tr>
      <!-- 49 tests -->
      <tr id="autoheight-flexbox-001-9" class="">
        <td>
            <a href="autoheight-flexbox-001.xht">autoheight-flexbox-001</a></td>
        <td><a href="reference/autoheight-flexbox-001-ref.xht">=</a> </td>
        <td></td>
        <td>CSS Regions: fixed height flexbox inside auto height region
          <ul class="assert">
            <li>Test that flowing a flex container inside a region with auto-height will enlarge the region to fit the content.</li>
          </ul>
        </td>
      </tr>
      <tr id="autoheight-flexbox-002-9" class="ahem">
        <td>
            <a href="autoheight-flexbox-002.xht">autoheight-flexbox-002</a></td>
        <td><a href="reference/regions-flexbox-002-ref.xht">=</a> </td>
        <td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
        <td>CSS Regions: flowing auto-height flexbox elements in region
          <ul class="assert">
            <li>Test that a flex container with auto height is flowed correctly inside a region with auto height. The region should fit the flexbox.</li>
          </ul>
        </td>
      </tr>
      <tr id="autoheight-flexbox-003-9" class="ahem">
        <td>
            <a href="autoheight-flexbox-003.xht">autoheight-flexbox-003</a></td>
        <td><a href="reference/autoheight-flexbox-003-ref.xht">=</a> </td>
        <td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
        <td>CSS Regions: auto height region inside a fixed sized flexbox
          <ul class="assert">
            <li>Test that an auto-height region inside a flexbox is stretched to match the flexbox container's cross size.</li>
          </ul>
        </td>
      </tr>
      <tr id="autoheight-flexbox-004-9" class="ahem">
        <td>
            <a href="autoheight-flexbox-004.xht">autoheight-flexbox-004</a></td>
        <td><a href="reference/autoheight-flexbox-003-ref.xht">=</a> </td>
        <td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
        <td>CSS Regions: auto height region inside an auto height flexbox
          <ul class="assert">
            <li>Test that an auto height region inside a flex container with auto height is displayed properly. The flexbox should have the same height as the region.</li>
          </ul>
        </td>
      </tr>
      <tr id="autoheight-regions-in-autoheight-flexbox-001-9" class="ahem">
        <td>
            <a href="autoheight-regions-in-autoheight-flexbox-001.xht">autoheight-regions-in-autoheight-flexbox-001</a></td>
        <td><a href="reference/autoheight-regions-in-autoheight-flexbox-001-ref.xht">=</a> </td>
        <td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
        <td>CSS Regions: Auto-height regions in auto-height flex container
          <ul class="assert">
            <li>Test that auto-height regions placed in a flex container with auto-height and row wrap reverse flow are sized correctly. The content from the second flow should flow through the region on the second row and into the region from the first row, making the left blue rectangle taller than the green rectangle on the right.</li>
          </ul>
        </td>
      </tr>
      <tr id="autoheight-regions-in-autoheight-flexbox-002-9" class="ahem">
        <td>
            <a href="autoheight-regions-in-autoheight-flexbox-002.xht">autoheight-regions-in-autoheight-flexbox-002</a></td>
        <td><a href="reference/autoheight-regions-in-autoheight-flexbox-002-ref.xht">=</a> </td>
        <td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
        <td>CSS Regions: Auto-height regions with vertical writing mode in auto-height flexbox
          <ul class="assert">
            <li>Test checks that auto-height regions having content with vertical writing mode are sized correctly when placed inside a flex container. The flowed content should be displayed as a horizontal green stripe.</li>
          </ul>
        </td>
      </tr>
      <tr id="autoheight-regions-in-autoheight-flexbox-003-9" class="ahem">
        <td>
            <a href="autoheight-regions-in-autoheight-flexbox-003.xht">autoheight-regions-in-autoheight-flexbox-003</a></td>
        <td><a href="reference/autoheight-regions-in-autoheight-flexbox-003-ref.xht">=</a> </td>
        <td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
        <td>CSS Regions: auto-height regions in auto-height flexbox with flex basis
          <ul class="assert">
            <li>Test checks that the computed height of auto-height regions placed in a flex container takes into the account the flex basis property. The space available inside the flex container should be distributed according to the flex basis property. In this particular case, each of the three regions must have a height equal to one third of the flex container's height.</li>
          </ul>
        </td>
      </tr>
      <tr id="autoheight-regions-in-autoheight-flexbox-004-9" class="ahem">
        <td>
            <a href="autoheight-regions-in-autoheight-flexbox-004.xht">autoheight-regions-in-autoheight-flexbox-004</a></td>
        <td><a href="reference/autoheight-regions-in-autoheight-flexbox-004-ref.xht">=</a> </td>
        <td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
        <td>CSS Regions: nested regions in flexbox
          <ul class="assert">
            <li>Test checks that nested regions placed in flex containers are laid out properly. The first flow (blue content) is nested inside the second flow (green content). The user should see three horizontal stripes with the following colors: green, blue, green.</li>
          </ul>
        </td>
      </tr>
      <tr id="autoheight-regions-in-fixed-sized-flexbox-001-9" class="ahem">
        <td>
            <a href="autoheight-regions-in-fixed-sized-flexbox-001.xht">autoheight-regions-in-fixed-sized-flexbox-001</a></td>
        <td><a href="reference/autoheight-regions-in-fixed-sized-flexbox-001-ref.xht">=</a> </td>
        <td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
        <td>CSS Regions: Auto-height regions inside fixed sized flexbox
          <ul class="assert">
            <li>Test checks that auto-height regions respect the flex grow property when placed inside a fixed sized flexbox with a single row.</li>
          </ul>
        </td>
      </tr>
      <tr id="autoheight-regions-in-fixed-sized-flexbox-002-9" class="ahem">
        <td>
            <a href="autoheight-regions-in-fixed-sized-flexbox-002.xht">autoheight-regions-in-fixed-sized-flexbox-002</a></td>
        <td><a href="reference/autoheight-regions-in-fixed-sized-flexbox-002-ref.xht">=</a> </td>
        <td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
        <td>CSS Regions: Auto-height regions inside fixed sized flexbox with column flow
          <ul class="assert">
            <li>Test checks that auto-height regions placed inside a fixed sized flexbox with column flow have the correct computed height. There are two regions placed inside the same flex container having the same 'grow' value. The space should be distributed evenly between the two.</li>
          </ul>
        </td>
      </tr>
      <tr id="autoheight-regions-in-fixed-sized-flexbox-003-9" class="ahem">
        <td>
            <a href="autoheight-regions-in-fixed-sized-flexbox-003.xht">autoheight-regions-in-fixed-sized-flexbox-003</a></td>
        <td><a href="reference/autoheight-regions-in-fixed-sized-flexbox-003-ref.xht">=</a> </td>
        <td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
        <td>CSS Regions: Auto-height regions inside a fixed sized flexbox with column wrap flow
          <ul class="assert">
            <li>Test checks the layout of auto-height regions placed inside a flexbox with a fixed size and column wrap flow. The flex container should have two columns with three regions each.</li>
          </ul>
        </td>
      </tr>
      <tr id="autoheight-regions-in-fixed-sized-flexbox-004-9" class="ahem">
        <td>
            <a href="autoheight-regions-in-fixed-sized-flexbox-004.xht">autoheight-regions-in-fixed-sized-flexbox-004</a></td>
        <td><a href="reference/autoheight-regions-in-fixed-sized-flexbox-004-ref.xht">=</a> </td>
        <td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
        <td>CSS Regions: Auto-height region in fixed sized flexbox using flex basis
          <ul class="assert">
            <li>Test checks the layout of regions placed inside a fixed sized flexbox using flex basis and column flow. The flex container should force the first region to break by constraining its height.</li>
          </ul>
        </td>
      </tr>
      <tr id="autoheight-regions-in-fixed-sized-flexbox-005-9" class="">
        <td>
            <a href="autoheight-regions-in-fixed-sized-flexbox-005.xht">autoheight-regions-in-fixed-sized-flexbox-005</a></td>
        <td><a href="reference/autoheight-regions-in-fixed-sized-flexbox-005-ref.xht">=</a> </td>
        <td></td>
        <td>CSS Regions: Auto-height regions in fixed sized flexboxes with align-items and justify-content
          <ul class="assert">
            <li>Test checks auto-height regions' layout when placed inside a flexbox with using align-items and justify-content properties. The flowed content should be fragmented between the three regions and the flex container should distribute the remaining horizontal space evenly around the regions.</li>
          </ul>
        </td>
      </tr>
      <tr id="autoheight-regions-in-fixed-sized-flexbox-006-9" class="">
        <td>
            <a href="autoheight-regions-in-fixed-sized-flexbox-006.xht">autoheight-regions-in-fixed-sized-flexbox-006</a></td>
        <td><a href="reference/autoheight-regions-in-fixed-sized-flexbox-006-ref.xht">=</a> </td>
        <td></td>
        <td>CSS Regions: auto-height regions inside a flex container with fixed size
          <ul class="assert">
            <li>Test that the flex container stretches a region flex item with a height smaller than the flex container's inner cross size.</li>
          </ul>
        </td>
      </tr>
      <tr id="autoheight-regions-in-fixed-sized-flexbox-007-9" class="ahem">
        <td>
            <a href="autoheight-regions-in-fixed-sized-flexbox-007.xht">autoheight-regions-in-fixed-sized-flexbox-007</a></td>
        <td><a href="reference/autoheight-regions-in-fixed-sized-flexbox-007-ref.xht">=</a> </td>
        <td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
        <td>CSS Regions: auto-height regions inside fixed sized flexbox
          <ul class="assert">
            <li>Test that using the flex-basis property sizes the flex items to a percentage of the flex container's height when said items are auto-height regions. The last region, the outside the flex container should not be visible.</li>
          </ul>
        </td>
      </tr>
      <tr id="autoheight-regions-in-fixed-sized-flexbox-008-9" class="ahem">
        <td>
            <a href="autoheight-regions-in-fixed-sized-flexbox-008.xht">autoheight-regions-in-fixed-sized-flexbox-008</a></td>
        <td><a href="reference/autoheight-regions-in-fixed-sized-flexbox-008-ref.xht">=</a> </td>
        <td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
        <td>CSS Regions: auto-height regions with max height in fixed sized flexbox
          <ul class="assert">
            <li>Test that the max-height property is applied to regions placed inside a fixed sized flexbox with a column flow. The flex container should not flex the region flex items beyond their max height value.</li>
          </ul>
        </td>
      </tr>
      <tr id="flexbox-align-self-stretch-vert-001-9" class="primary">
        <td><strong>
            <a href="flexbox-align-self-stretch-vert-001.xht">flexbox-align-self-stretch-vert-001</a></strong></td>
        <td><a href="reference/flexbox-align-self-stretch-vert-001-ref.xht">=</a> </td>
        <td></td>
        <td>Testing the sizing of a stretched horizontal flex container in a vertical flex container
          <ul class="assert">
            <li>If a stretched flex item's main size is influenced by its cross size, and the flex container has a definite cross size, then the item's cross size should be resolved early so that it can be used when determining the item's main size</li>
            <li>https://drafts.csswg.org/css-flexbox/issues-cr-2012#issue-23</li>
          </ul>
        </td>
      </tr>
      <tr id="flexbox-align-self-stretch-vert-002-9" class="primary">
        <td><strong>
            <a href="flexbox-align-self-stretch-vert-002.xht">flexbox-align-self-stretch-vert-002</a></strong></td>
        <td><a href="reference/flexbox-align-self-stretch-vert-002-ref.xht">=</a> </td>
        <td></td>
        <td>Testing the sizing of stretched flex items in a vertical multi-line flex container
          <ul class="assert">
            <li>In a multi-line flex container, flex items should not be stretched (in the cross axis) until after wrapping has been performed.</li>
          </ul>
        </td>
      </tr>
      <tr id="flexbox-basic-block-horiz-001-9" class="primary">
        <td><strong>
            <a href="flexbox-basic-block-horiz-001.xht">flexbox-basic-block-horiz-001</a></strong></td>
        <td><a href="reference/flexbox-basic-block-horiz-001-ref.xht">=</a> </td>
        <td></td>
        <td>Testing flexbox layout algorithm property on block flex items in a horizontal flex container
        </td>
      </tr>
      <tr id="flexbox-basic-block-vert-001-9" class="primary">
        <td><strong>
            <a href="flexbox-basic-block-vert-001.xht">flexbox-basic-block-vert-001</a></strong></td>
        <td><a href="reference/flexbox-basic-block-vert-001-ref.xht">=</a> </td>
        <td></td>
        <td>Testing flexbox layout algorithm property on block flex items in a vertical flex container
        </td>
      </tr>
      <tr id="flexbox-basic-canvas-horiz-001-9" class="primary">
        <td><strong>
            <a href="flexbox-basic-canvas-horiz-001.xht">flexbox-basic-canvas-horiz-001</a></strong></td>
        <td><a href="reference/flexbox-basic-canvas-horiz-001-ref.xht">=</a> </td>
        <td></td>
        <td>Testing flexbox layout algorithm property on canvas flex items in a horizontal flex container
        </td>
      </tr>
      <tr id="flexbox-basic-canvas-vert-001-9" class="primary">
        <td><strong>
            <a href="flexbox-basic-canvas-vert-001.xht">flexbox-basic-canvas-vert-001</a></strong></td>
        <td><a href="reference/flexbox-basic-canvas-vert-001-ref.xht">=</a> </td>
        <td></td>
        <td>Testing flexbox layout algorithm property on canvas flex items in a vertical flex container
        </td>
      </tr>
      <tr id="flexbox-basic-fieldset-horiz-001-9" class="primary">
        <td><strong>
            <a href="flexbox-basic-fieldset-horiz-001.xht">flexbox-basic-fieldset-horiz-001</a></strong></td>
        <td><a href="reference/flexbox-basic-fieldset-horiz-001-ref.xht">=</a> </td>
        <td></td>
        <td>Testing flexbox layout algorithm property on fieldset flex items in a horizontal flex container
        </td>
      </tr>
      <tr id="flexbox-basic-fieldset-vert-001-9" class="primary">
        <td><strong>
            <a href="flexbox-basic-fieldset-vert-001.xht">flexbox-basic-fieldset-vert-001</a></strong></td>
        <td><a href="reference/flexbox-basic-fieldset-vert-001-ref.xht">=</a> </td>
        <td></td>
        <td>Testing flexbox layout algorithm property on fieldset flex items in a vertical flex container
        </td>
      </tr>
      <tr id="flexbox-basic-iframe-horiz-001-9" class="primary">
        <td><strong>
            <a href="flexbox-basic-iframe-horiz-001.xht">flexbox-basic-iframe-horiz-001</a></strong></td>
        <td><a href="reference/flexbox-basic-iframe-horiz-001-ref.xht">=</a> </td>
        <td></td>
        <td>Testing flexbox layout algorithm property on iframe flex items in a horizontal flex container
        </td>
      </tr>
      <tr id="flexbox-basic-iframe-vert-001-9" class="primary">
        <td><strong>
            <a href="flexbox-basic-iframe-vert-001.xht">flexbox-basic-iframe-vert-001</a></strong></td>
        <td><a href="reference/flexbox-basic-iframe-vert-001-ref.xht">=</a> </td>
        <td></td>
        <td>Testing flexbox layout algorithm property on iframe flex items in a vertical flex container
        </td>
      </tr>
      <tr id="flexbox-basic-img-horiz-001-9" class="primary">
        <td><strong>
            <a href="flexbox-basic-img-horiz-001.xht">flexbox-basic-img-horiz-001</a></strong></td>
        <td><a href="reference/flexbox-basic-img-horiz-001-ref.xht">=</a> </td>
        <td></td>
        <td>Testing flexbox layout algorithm property on img flex items in a horizontal flex container
        </td>
      </tr>
      <tr id="flexbox-basic-img-vert-001-9" class="primary">
        <td><strong>
            <a href="flexbox-basic-img-vert-001.xht">flexbox-basic-img-vert-001</a></strong></td>
        <td><a href="reference/flexbox-basic-img-vert-001-ref.xht">=</a> </td>
        <td></td>
        <td>Testing flexbox layout algorithm property on img flex items in a vertical flex container
        </td>
      </tr>
      <tr id="flexbox-basic-textarea-horiz-001-9" class="primary">
        <td><strong>
            <a href="flexbox-basic-textarea-horiz-001.xht">flexbox-basic-textarea-horiz-001</a></strong></td>
        <td><a href="reference/flexbox-basic-textarea-horiz-001-ref.xht">=</a> </td>
        <td></td>
        <td>Testing flexbox layout algorithm property on textarea flex items in a horizontal flex container
        </td>
      </tr>
      <tr id="flexbox-basic-textarea-vert-001-9" class="primary">
        <td><strong>
            <a href="flexbox-basic-textarea-vert-001.xht">flexbox-basic-textarea-vert-001</a></strong></td>
        <td><a href="reference/flexbox-basic-textarea-vert-001-ref.xht">=</a> </td>
        <td></td>
        <td>Testing flexbox layout algorithm property on textarea flex items in a vertical flex container
        </td>
      </tr>
      <tr id="flexbox-basic-video-horiz-001-9" class="primary">
        <td><strong>
            <a href="flexbox-basic-video-horiz-001.xht">flexbox-basic-video-horiz-001</a></strong></td>
        <td><a href="reference/flexbox-basic-video-horiz-001-ref.xht">=</a> </td>
        <td></td>
        <td>Testing flexbox layout algorithm property on video flex items in a horizontal flex container
        </td>
      </tr>
      <tr id="flexbox-basic-video-vert-001-9" class="primary">
        <td><strong>
            <a href="flexbox-basic-video-vert-001.xht">flexbox-basic-video-vert-001</a></strong></td>
        <td><a href="reference/flexbox-basic-video-vert-001-ref.xht">=</a> </td>
        <td></td>
        <td>Testing flexbox layout algorithm property on video flex items in a vertical flex container
        </td>
      </tr>
      <tr id="flexbox-mbp-horiz-001-9" class="primary">
        <td><strong>
            <a href="flexbox-mbp-horiz-001.xht">flexbox-mbp-horiz-001</a></strong></td>
        <td><a href="reference/flexbox-mbp-horiz-001-ref.xht">=</a> </td>
        <td></td>
        <td>Testing borders on flex items in a horizontal flex container
        </td>
      </tr>
      <tr id="flexbox-mbp-horiz-001-reverse-9" class="primary">
        <td><strong>
            <a href="flexbox-mbp-horiz-001-reverse.xht">flexbox-mbp-horiz-001-reverse</a></strong></td>
        <td><a href="reference/flexbox-mbp-horiz-001-reverse-ref.xht">=</a> </td>
        <td></td>
        <td>Testing borders on flex items in a row-reverse horizontal flex container
        </td>
      </tr>
      <tr id="flexbox-mbp-horiz-001-rtl-9" class="primary">
        <td><strong>
            <a href="flexbox-mbp-horiz-001-rtl.xht">flexbox-mbp-horiz-001-rtl</a></strong></td>
        <td><a href="reference/flexbox-mbp-horiz-001-reverse-ref.xht">=</a> </td>
        <td></td>
        <td>Testing borders on flex items in a horizontal flex container with 'direction: rtl'
        </td>
      </tr>
      <tr id="flexbox-mbp-horiz-001-rtl-reverse-9" class="primary">
        <td><strong>
            <a href="flexbox-mbp-horiz-001-rtl-reverse.xht">flexbox-mbp-horiz-001-rtl-reverse</a></strong></td>
        <td><a href="reference/flexbox-mbp-horiz-001-ref.xht">=</a> </td>
        <td></td>
        <td>Testing borders on flex items in a row-reverse horizontal flex container, with 'direction: rtl'
        </td>
      </tr>
      <tr id="flexbox-mbp-horiz-002a-9" class="primary">
        <td><strong>
            <a href="flexbox-mbp-horiz-002a.xht">flexbox-mbp-horiz-002a</a></strong></td>
        <td><a href="reference/flexbox-mbp-horiz-002-ref.xht">=</a> </td>
        <td></td>
        <td>Testing margins and borders on flex items in a horizontal flex container
        </td>
      </tr>
      <tr id="flexbox-mbp-horiz-002b-9" class="primary">
        <td><strong>
            <a href="flexbox-mbp-horiz-002b.xht">flexbox-mbp-horiz-002b</a></strong></td>
        <td><a href="reference/flexbox-mbp-horiz-002-ref.xht">=</a> </td>
        <td></td>
        <td>Testing margins, borders, and padding on flex items in a horizontal flex container
        </td>
      </tr>
      <tr id="flexbox-mbp-horiz-003-9" class="primary">
        <td><strong>
            <a href="flexbox-mbp-horiz-003.xht">flexbox-mbp-horiz-003</a></strong></td>
        <td><a href="reference/flexbox-mbp-horiz-003-ref.xht">=</a> </td>
        <td></td>
        <td>Testing borders and padding on a horizontal flex container and its flex items
        </td>
      </tr>
      <tr id="flexbox-mbp-horiz-003-reverse-9" class="primary">
        <td><strong>
            <a href="flexbox-mbp-horiz-003-reverse.xht">flexbox-mbp-horiz-003-reverse</a></strong></td>
        <td><a href="reference/flexbox-mbp-horiz-003-reverse-ref.xht">=</a> </td>
        <td></td>
        <td>Testing borders and padding on a row-reverse horizontal flex container and its flex items
        </td>
      </tr>
      <tr id="flexbox-mbp-horiz-004-9" class="primary">
        <td><strong>
            <a href="flexbox-mbp-horiz-004.xht">flexbox-mbp-horiz-004</a></strong></td>
        <td><a href="reference/flexbox-mbp-horiz-004-ref.xht">=</a> </td>
        <td></td>
        <td>Testing percent-valued padding and margin on flex items
        </td>
      </tr>
      <tr id="flexbox-sizing-horiz-001-9" class="primary">
        <td><strong>
            <a href="flexbox-sizing-horiz-001.xht">flexbox-sizing-horiz-001</a></strong></td>
        <td><a href="reference/flexbox-sizing-horiz-001-ref.xht">=</a> </td>
        <td></td>
        <td>Testing sizing of an auto-sized horizontal flex container with min-width and max-width constraints
        </td>
      </tr>
      <tr id="flexbox-sizing-horiz-002-9" class="primary">
        <td><strong>
            <a href="flexbox-sizing-horiz-002.xht">flexbox-sizing-horiz-002</a></strong></td>
        <td><a href="reference/flexbox-sizing-horiz-002-ref.xht">=</a> </td>
        <td></td>
        <td>Testing sizing of an auto-sized horizontal flex container with min-height and max-height constraints
        </td>
      </tr>
      <tr id="flexbox-sizing-vert-001-9" class="primary">
        <td><strong>
            <a href="flexbox-sizing-vert-001.xht">flexbox-sizing-vert-001</a></strong></td>
        <td><a href="reference/flexbox-sizing-vert-001-ref.xht">=</a> </td>
        <td></td>
        <td>Testing sizing of an auto-sized vertical flex container with min-height and max-height constraints
        </td>
      </tr>
      <tr id="flexbox-sizing-vert-002-9" class="primary">
        <td><strong>
            <a href="flexbox-sizing-vert-002.xht">flexbox-sizing-vert-002</a></strong></td>
        <td><a href="reference/flexbox-sizing-vert-002-ref.xht">=</a> </td>
        <td></td>
        <td>Testing sizing of an auto-sized vertical flex container with min-width and max-width constraints
        </td>
      </tr>
      <tr id="flexbox-writing-mode-007-9" class="primary">
        <td><strong>
            <a href="flexbox-writing-mode-007.xht">flexbox-writing-mode-007</a></strong></td>
        <td><a href="reference/flexbox-writing-mode-007-ref.xht">=</a> </td>
        <td></td>
        <td>Verify that explicit sizes are honored on flex items whose writing-mode may differ from the flex container's writing-mode
        </td>
      </tr>
      <tr id="flexbox-writing-mode-008-9" class="primary">
        <td><strong>
            <a href="flexbox-writing-mode-008.xht">flexbox-writing-mode-008</a></strong></td>
        <td><a href="reference/flexbox-writing-mode-008-ref.xht">=</a> </td>
        <td></td>
        <td>Verify that explicit sizes are honored on flex items whose writing-mode may differ from the flex container's writing-mode
        </td>
      </tr>
      <tr id="flexbox-writing-mode-009-9" class="primary">
        <td><strong>
            <a href="flexbox-writing-mode-009.xht">flexbox-writing-mode-009</a></strong></td>
        <td><a href="reference/flexbox-writing-mode-009-ref.xht">=</a> </td>
        <td></td>
        <td>Verify that explicit sizes are honored on flex items whose writing-mode may differ from the flex container's writing-mode
        </td>
      </tr>
      <tr id="row-flexbox-break-9" class="ahem">
        <td>
            <a href="row-flexbox-break.xht">row-flexbox-break</a></td>
        <td><a href="reference/row-flexbox-break-ref.xht">=</a> </td>
        <td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
        <td>CSS Regions: row flex container fragmentation
          <ul class="assert">
            <li>Test checks that a flex container with row flow is split between regions.</li>
          </ul>
        </td>
      </tr>
    </tbody>
    <tbody id="s9.1">
      <tr><th colspan="4" scope="rowgroup">
        <a href="#s9.1">+</a>
        <a href="http://www.w3.org/TR/css-flexbox-1/#box-manip">9.1 Initial Setup</a></th></tr>
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.1.#algo-anon-box">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.1.#algo-flex-order">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.2">
      <tr><th colspan="4" scope="rowgroup">
        <a href="#s9.2">+</a>
        <a href="http://www.w3.org/TR/css-flexbox-1/#line-sizing">9.2 Line Length Determination</a></th></tr>
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.2.#algo-available">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.2.#algo-main-container">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.2.#algo-main-item">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.2.#example-5ea64ac4">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.2.#flex-base-size">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.2.#hypothetical-main-size">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.3">
      <tr><th colspan="4" scope="rowgroup">
        <a href="#s9.3">+</a>
        <a href="http://www.w3.org/TR/css-flexbox-1/#main-sizing">9.3 Main Size Determination</a></th></tr>
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.3.#algo-flex">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.3.#algo-line-break">
      <!-- 8 tests -->
      <tr id="flexbox-break-request-horiz-001a-9.3.#algo-line-break" class="primary">
        <td><strong>
            <a href="flexbox-break-request-horiz-001a.xht">flexbox-break-request-horiz-001a</a></strong></td>
        <td><a href="reference/flexbox-break-request-horiz-001-ref.xht">=</a> </td>
        <td></td>
        <td>Testing page-break-before in horizontal multi-line flex containers
        </td>
      </tr>
      <tr id="flexbox-break-request-horiz-001b-9.3.#algo-line-break" class="primary">
        <td><strong>
            <a href="flexbox-break-request-horiz-001b.xht">flexbox-break-request-horiz-001b</a></strong></td>
        <td><a href="reference/flexbox-break-request-horiz-001-ref.xht">=</a> </td>
        <td></td>
        <td>Testing page-break-after in horizontal multi-line flex containers
        </td>
      </tr>
      <tr id="flexbox-break-request-horiz-002a-9.3.#algo-line-break" class="primary">
        <td><strong>
            <a href="flexbox-break-request-horiz-002a.xht">flexbox-break-request-horiz-002a</a></strong></td>
        <td><a href="reference/flexbox-break-request-horiz-002-ref.xht">=</a> </td>
        <td></td>
        <td>Testing page-break-before in horizontal single-line flex containers (should have no effect)
        </td>
      </tr>
      <tr id="flexbox-break-request-horiz-002b-9.3.#algo-line-break" class="primary">
        <td><strong>
            <a href="flexbox-break-request-horiz-002b.xht">flexbox-break-request-horiz-002b</a></strong></td>
        <td><a href="reference/flexbox-break-request-horiz-002-ref.xht">=</a> </td>
        <td></td>
        <td>Testing page-break-after in horizontal single-line flex containers (should have no effect)
        </td>
      </tr>
      <tr id="flexbox-break-request-vert-001a-9.3.#algo-line-break" class="primary">
        <td><strong>
            <a href="flexbox-break-request-vert-001a.xht">flexbox-break-request-vert-001a</a></strong></td>
        <td><a href="reference/flexbox-break-request-vert-001-ref.xht">=</a> </td>
        <td></td>
        <td>Testing page-break-before in vertical multi-line flex containers
        </td>
      </tr>
      <tr id="flexbox-break-request-vert-001b-9.3.#algo-line-break" class="primary">
        <td><strong>
            <a href="flexbox-break-request-vert-001b.xht">flexbox-break-request-vert-001b</a></strong></td>
        <td><a href="reference/flexbox-break-request-vert-001-ref.xht">=</a> </td>
        <td></td>
        <td>Testing page-break-after in vertical multi-line flex containers
        </td>
      </tr>
      <tr id="flexbox-break-request-vert-002a-9.3.#algo-line-break" class="primary">
        <td><strong>
            <a href="flexbox-break-request-vert-002a.xht">flexbox-break-request-vert-002a</a></strong></td>
        <td><a href="reference/flexbox-break-request-vert-002-ref.xht">=</a> </td>
        <td></td>
        <td>Testing page-break-before in vertical single-line flex containers (should have no effect)
        </td>
      </tr>
      <tr id="flexbox-break-request-vert-002b-9.3.#algo-line-break" class="primary">
        <td><strong>
            <a href="flexbox-break-request-vert-002b.xht">flexbox-break-request-vert-002b</a></strong></td>
        <td><a href="reference/flexbox-break-request-vert-002-ref.xht">=</a> </td>
        <td></td>
        <td>Testing page-break-after in vertical single-line flex containers (should have no effect)
        </td>
      </tr>
    </tbody>
    <tbody id="s9.4">
      <tr><th colspan="4" scope="rowgroup">
        <a href="#s9.4">+</a>
        <a href="http://www.w3.org/TR/css-flexbox-1/#cross-sizing">9.4 Cross Size Determination</a></th></tr>
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.4.#algo-cross-item">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.4.#algo-cross-line">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.4.#algo-line-stretch">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.4.#algo-stretch">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.4.#algo-visibility">
      <!-- 4 tests -->
      <tr id="flexbox-collapsed-item-baseline-001-9.4.#algo-visibility" class="primary">
        <td><strong>
            <a href="flexbox-collapsed-item-baseline-001.xht">flexbox-collapsed-item-baseline-001</a></strong></td>
        <td><a href="reference/flexbox-collapsed-item-baseline-001-ref.xht">=</a> </td>
        <td></td>
        <td>Testing that a collapsed flex item participates in baseline alignment only for the purpose of establishing container's cross size
        </td>
      </tr>
      <tr id="flexbox-collapsed-item-horiz-001-9.4.#algo-visibility" class="primary">
        <td><strong>
            <a href="flexbox-collapsed-item-horiz-001.xht">flexbox-collapsed-item-horiz-001</a></strong></td>
        <td><a href="reference/flexbox-collapsed-item-horiz-001-ref.xht">=</a> </td>
        <td></td>
        <td>Testing that visibility:collapse on a flex item in a single-line flex container maintains the containers's cross size, but doesn't otherwise impact flex layout
        </td>
      </tr>
      <tr id="flexbox-collapsed-item-horiz-002-9.4.#algo-visibility" class="primary">
        <td><strong>
            <a href="flexbox-collapsed-item-horiz-002.xht">flexbox-collapsed-item-horiz-002</a></strong></td>
        <td><a href="reference/flexbox-collapsed-item-horiz-002-ref.xht">=</a> </td>
        <td></td>
        <td>Testing that visibility:collapse on a flex item in a multi-line flex container creates struts, and that they can migrate between lines
        </td>
      </tr>
      <tr id="flexbox-collapsed-item-horiz-003-9.4.#algo-visibility" class="primary">
        <td><strong>
            <a href="flexbox-collapsed-item-horiz-003.xht">flexbox-collapsed-item-horiz-003</a></strong></td>
        <td><a href="reference/flexbox-collapsed-item-horiz-003-ref.xht">=</a> </td>
        <td></td>
        <td>Testing that strut formation (from visibility:collapse) happens *after* lines have been stretched
        </td>
      </tr>
    </tbody>
    <tbody id="s9.4.#hypothetical-cross-size">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.4.#strut-size">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.5">
      <tr><th colspan="4" scope="rowgroup">
        <a href="#s9.5">+</a>
        <a href="http://www.w3.org/TR/css-flexbox-1/#main-alignment">9.5 Main-Axis Alignment</a></th></tr>
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.5.#algo-main-align">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.6">
      <tr><th colspan="4" scope="rowgroup">
        <a href="#s9.6">+</a>
        <a href="http://www.w3.org/TR/css-flexbox-1/#cross-alignment">9.6 Cross-Axis Alignment</a></th></tr>
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.6.#algo-cross-align">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.6.#algo-cross-container">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.6.#algo-cross-margins">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.6.#algo-line-align">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.7">
      <tr><th colspan="4" scope="rowgroup">
        <a href="#s9.7">+</a>
        <a href="http://www.w3.org/TR/css-flexbox-1/#resolve-flexible-lengths">9.7 Resolving Flexible Lengths</a></th></tr>
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.7.#initial-free-space">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.7.#remaining-free-space">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.7.#scaled-flex-shrink-factor">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.7.#target-main-size">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.8">
      <tr><th colspan="4" scope="rowgroup">
        <a href="#s9.8">+</a>
        <a href="http://www.w3.org/TR/css-flexbox-1/#definite-sizes">9.8 Definite and Indefinite Sizes</a></th></tr>
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.8.#definite">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.8.#indefinite">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.9">
      <tr><th colspan="4" scope="rowgroup">
        <a href="#s9.9">+</a>
        <a href="http://www.w3.org/TR/css-flexbox-1/#intrinsic-sizes">9.9 Intrinsic Sizes</a></th></tr>
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.9.#max_content-cross-size">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.9.#max_content-main-size">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.9.#min_content-cross-size">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s9.9.#min_content-main-size">
      <!-- 0 tests -->
    </tbody>
  </table>

 </body>
</html>