Skip to content

Commit 3317e61

Browse files
committed
[css-flexbox-2][editorial] Add all missing WPT tests
1 parent 061631d commit 3317e61

1 file changed

Lines changed: 71 additions & 1 deletion

File tree

css-flexbox-2/Overview.bs

Lines changed: 71 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ Module interactions</h3>
411411
flexbox_first-letter.html
412412
flexbox_first-line.html
413413
flexbox-ignores-first-letter.html
414+
getcomputedstyle/first-line-computed-style.html
414415
</wpt>
415416

416417
<h3 id="values">
@@ -760,6 +761,7 @@ Flex Containers: the ''flex'' and ''inline-flex'' 'display' values</h2>
760761
min-size-auto-overflow-clip.html
761762
negative-overflow-002.html
762763
negative-overflow-003.html
764+
negative-overflow-004-no-padding.html
763765
negative-overflow.html
764766
overflow-area-001.html
765767
overflow-area-002.html
@@ -854,6 +856,8 @@ Flex Items</h2>
854856
anonymous-flex-item-004.html
855857
anonymous-flex-item-005.html
856858
anonymous-flex-item-006.html
859+
anonymous-flex-item-document-white-space-crash.html
860+
anonymous-flex-item-restyle.html
857861
canvas-dynamic-change-001.html
858862
column-flex-child-with-max-width.html
859863
flexbox-whitespace-handling-001a.xhtml
@@ -961,6 +965,8 @@ Flex Items</h2>
961965

962966
<wpt>
963967
flexbox-table-fixup-001.xhtml
968+
table-as-item-large-intrinsic-size.html
969+
table-with-float-paint.html
964970
</wpt>
965971

966972
<!--
@@ -1062,6 +1068,8 @@ Absolutely-Positioned Flex Children</h3>
10621068
dynamic-grid-flex-abspos.html
10631069
flexbox_stf-abspos.html
10641070
flex-item-position-relative-001.html
1071+
position-relative-percentage-top-004.html
1072+
position-relative-stretch-height-001.html
10651073
</wpt>
10661074

10671075
<div class='example'>
@@ -1460,9 +1468,14 @@ Grid doesn't have similarly meaningful shrinkability, so it doesn't need to care
14601468
flex-minimum-width-flex-items-014.html
14611469
flex-minimum-width-flex-items-015.html
14621470
flex-minimum-width-flex-items-016.html
1471+
scrollbars-auto-min-content-sizing.html
14631472
getcomputedstyle/flexbox_computedstyle_min-auto-size.html
14641473
getcomputedstyle/flexbox_computedstyle_min-height-auto.html
14651474
getcomputedstyle/flexbox_computedstyle_min-width-auto.html
1475+
checkbox-percentage-width-in-flex.html
1476+
select-as-flex-item-child-with-overflow.html
1477+
select-as-flex-item-with-overflow.html
1478+
select-element-multiple.html
14661479
select-element-zero-height-001.html
14671480
select-element-zero-height-002.html
14681481
</wpt>
@@ -1784,6 +1797,23 @@ Flex Line Wrapping: the 'flex-wrap' property</h3>
17841797
flexbox_wrap.html
17851798
flexbox_wrap-long.html
17861799
flexbox_wrap-reverse.html
1800+
flex-wrap-column-grow.html
1801+
balance/balance-001.html
1802+
balance/balance-002.html
1803+
balance/balance-003.html
1804+
balance/balance-004.html
1805+
balance/balance-005.html
1806+
balance/balance-available-size-001.html
1807+
balance/balance-available-size-002.html
1808+
balance/balance-line-break-crash.html
1809+
balance/balance-negative-margin.html
1810+
balance/balance-percentage-size-001.html
1811+
balance/balance-percentage-size-002.html
1812+
balance/flex-wrap-computed.html
1813+
balance/flex-wrap-invalid.html
1814+
balance/flex-wrap-valid.html
1815+
remove-wrapped-001.html
1816+
remove-wrapped-002.html
17871817
flex-lines/multi-line-wrap-reverse-column-reverse.html
17881818
flex-lines/multi-line-wrap-reverse-row-reverse.html
17891819
getcomputedstyle/flexbox_computedstyle_flex-wrap-invalid.html
@@ -2220,6 +2250,24 @@ Minimum Flex Lines: the 'flex-line-count' property</h3>
22202250
that the [=flex container=] should create
22212251
to balance the items across.
22222252

2253+
<wpt>
2254+
balance/balance-line-count-intrinsic-001.html
2255+
balance/balance-line-count-intrinsic-002.html
2256+
balance/balance-line-count-intrinsic-003.html
2257+
balance/balance-line-count-intrinsic-004.html
2258+
balance/balance-line-count-intrinsic-005.html
2259+
balance/balance-line-count-intrinsic-006.html
2260+
balance/balance-line-count-intrinsic-007.html
2261+
balance/balance-min-line-count-001.html
2262+
balance/balance-min-line-count-002.html
2263+
balance/balance-min-line-count-003.html
2264+
balance/balance-min-line-count-004.html
2265+
balance/balance-min-line-count-005.html
2266+
balance/flex-line-count-computed.html
2267+
balance/flex-line-count-invalid.html
2268+
balance/flex-line-count-valid.html
2269+
</wpt>
2270+
22232271
The [=minimum flex line count=] is clamped from above
22242272
by the number of [=flex items=] in the [=flex container=];
22252273
it will only create as many lines as there are [=flex items=].
@@ -2510,6 +2558,7 @@ The 'flex' Shorthand</h3>
25102558
parsing/flex-basis-computed.html
25112559
parsing/flex-basis-invalid.html
25122560
parsing/flex-basis-valid.html
2561+
flex-basis-content-percentage-height.html
25132562
table-as-item-percent-width-cell-001.html
25142563
</wpt>
25152564

@@ -2870,6 +2919,7 @@ Aligning with <a value for=margin>auto</a> margins</h3>
28702919
flexbox-margin-auto-horiz-002.xhtml
28712920
flexbox_margin-auto.html
28722921
flexbox_margin-auto-overflow.html
2922+
main-axis-margin-rounding.html
28732923
</wpt>
28742924

28752925
Note: If free space is distributed to auto margins,
@@ -3038,6 +3088,7 @@ Axis Alignment: the 'justify-content' property</h3>
30383088
scrollbars-auto.html
30393089
scrollbars.html
30403090
scrollbars-no-margin.html
3091+
justify-content-rounding.html
30413092
</wpt>
30423093

30433094
The 'justify-content' property aligns <a>flex items</a> along the <a>main axis</a> of the current line of the flex container.
@@ -3526,6 +3577,8 @@ Packing Flex Lines: the 'align-content' property</h3>
35263577
getcomputedstyle/flexbox_computedstyle_align-content-flex-start.html
35273578
getcomputedstyle/flexbox_computedstyle_align-content-space-around.html
35283579
getcomputedstyle/flexbox_computedstyle_align-content-space-between.html
3580+
align-content-rounding.html
3581+
align-content-stretch-rounding.html
35293582
</wpt>
35303583

35313584
<!--
@@ -3659,6 +3712,10 @@ Flex Container Baselines</h3>
36593712
flexbox-baseline-nested-001.html
36603713
flexbox-baseline-single-item-001a.html
36613714
flexbox-baseline-single-item-001b.html
3715+
flex-baseline-overflow-hidden.html
3716+
flex-order-last-baseline-multiple.html
3717+
flex-order-last-baseline.html
3718+
flex-order-wrap-reverse-baseline.html
36623719
</wpt>
36633720

36643721
<!--
@@ -3739,6 +3796,10 @@ Flex Layout Algorithm</h2>
37393796
table-as-item-specified-height.html
37403797
table-as-item-specified-width.html
37413798
table-as-item-specified-width-vertical.html
3799+
flex-rounding.html
3800+
relayout-intrinsic-block-size.html
3801+
shrinking-column-flexbox.html
3802+
total-min-max-violation-zero.html
37423803
</wpt>
37433804

37443805
<h3 id='box-manip'>
@@ -3788,6 +3849,7 @@ Line Length Determination</h3>
37883849
<strong>Determine the <dfn>flex base size</dfn> and <dfn>hypothetical main size</dfn> of each item:</strong>
37893850

37903851
<wpt>
3852+
flex-item-percentage-height-img-001.html
37913853
image-as-flexitem-size-001.html
37923854
image-as-flexitem-size-001v.html
37933855
image-as-flexitem-size-002.html
@@ -3988,6 +4050,10 @@ Main Size Determination</h3>
39884050
percentage-heights-017.html
39894051
percentage-heights-018.html
39904052
percentage-heights-019.html
4053+
percentage-heights-020.html
4054+
percentage-heights-021.html
4055+
percentage-heights-022.html
4056+
percentage-heights-023.html
39914057
</wpt>
39924058

39934059
<h3 id='cross-sizing'>
@@ -4002,6 +4068,7 @@ Cross Size Determination</h3>
40024068

40034069
<wpt>
40044070
canvas-contain-size.html
4071+
inline-flex-column-image-load.html
40054072
</wpt>
40064073

40074074
<li id='algo-cross-line'>
@@ -5505,8 +5572,11 @@ No new security considerations have been reported on this specification.
55055572

55065573
<wpt hidden title="need quirks mode">
55075574
fixed-table-layout-with-percentage-width-in-flex-item.html
5508-
percentage-size-quirks-002.html
55095575
percentage-size-quirks.html
5576+
percentage-size-quirks-002.html
5577+
percentage-size-quirks-003.html
5578+
percentage-size-quirks-004.html
5579+
percentage-size-quirks-005.html
55105580
quirks-auto-block-size-with-percentage-item.html
55115581
</wpt>
55125582

0 commit comments

Comments
 (0)