@@ -862,6 +862,7 @@ Flex Items</h2>
862862 anonymous-flex-item-005.html
863863 anonymous-flex-item-006.html
864864 anonymous-flex-item-document-white-space-crash.html
865+ anonymous-flex-item-restyle.html
865866 canvas-dynamic-change-001.html
866867 column-flex-child-with-max-width.html
867868 flexbox-whitespace-handling-001a.xhtml
@@ -2271,6 +2272,7 @@ The 'flex' Shorthand</h3>
22712272 parsing/flex-grow-valid.html
22722273 table-item-flex-percentage-min-width.html
22732274 table-item-flex-percentage-width.html
2275+ flex-rounding.html
22742276 </wpt>
22752277
22762278 <details class=note>
@@ -2766,6 +2768,7 @@ Aligning with <a value for=margin>auto</a> margins</h3>
27662768 flexbox-margin-auto-horiz-002.xhtml
27672769 flexbox_margin-auto.html
27682770 flexbox_margin-auto-overflow.html
2771+ main-axis-margin-rounding.html
27692772 </wpt>
27702773
27712774 Note: If free space is distributed to auto margins,
@@ -2934,6 +2937,7 @@ Axis Alignment: the 'justify-content' property</h3>
29342937 scrollbars-auto.html
29352938 scrollbars.html
29362939 scrollbars-no-margin.html
2940+ justify-content-rounding.html
29372941 </wpt>
29382942
29392943 The 'justify-content' property aligns <a>flex items</a> along the <a>main axis</a> of the current line of the flex container.
@@ -3423,6 +3427,7 @@ Packing Flex Lines: the 'align-content' property</h3>
34233427 getcomputedstyle/flexbox_computedstyle_align-content-flex-start.html
34243428 getcomputedstyle/flexbox_computedstyle_align-content-space-around.html
34253429 getcomputedstyle/flexbox_computedstyle_align-content-space-between.html
3430+ align-content-rounding.html
34263431 </wpt>
34273432
34283433<!--
@@ -3870,6 +3875,10 @@ Main Size Determination</h3>
38703875 percentage-heights-017.html
38713876 percentage-heights-018.html
38723877 percentage-heights-019.html
3878+ percentage-heights-020.html
3879+ percentage-heights-021.html
3880+ percentage-heights-022.html
3881+ percentage-heights-023.html
38733882 </wpt>
38743883
38753884<h3 id='cross-sizing'>
@@ -4192,6 +4201,7 @@ Resolving Flexible Lengths</h3>
41924201 table-as-item-inflexible-in-column-2.html
41934202 table-as-item-inflexible-in-row-1.html
41944203 table-as-item-inflexible-in-row-2.html
4204+ total-min-max-violation-zero.html
41954205 </wpt>
41964206
41974207<!--
@@ -4357,6 +4367,7 @@ Intrinsic Sizes</h3>
43574367 intrinsic-size/row-wrap-001.html
43584368 multiline-shrink-to-fit.html
43594369 svg-no-natural-size-grandchild.html
4370+ relayout-intrinsic-block-size.html
43604371 </wpt>
43614372
43624373<h4 id='intrinsic-main-sizes'>
0 commit comments