Update web-platform-tests and CSS tests.

- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180.
- Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
This commit is contained in:
Ms2ger 2017-02-06 11:06:12 +01:00
parent fb4f421c8b
commit 296fa2512b
21852 changed files with 2080936 additions and 892894 deletions

View file

@ -46,7 +46,7 @@ autoheight-regions-in-fixed-sized-flexbox-006 reference/autoheight-regions-in-fi
autoheight-regions-in-fixed-sized-flexbox-007 reference/autoheight-regions-in-fixed-sized-flexbox-007-ref CSS Regions: auto-height regions inside fixed sized flexbox ahem http://www.w3.org/TR/css3-regions/#rfcb-flow-fragment-height-resolution,http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-flexbox-1/#layout-algorithm b75064d6dba2fdb2cce5aa33d34a026e27edc344 `Catalin Badea`<mailto:badea@adobe.com> 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.
autoheight-regions-in-fixed-sized-flexbox-008 reference/autoheight-regions-in-fixed-sized-flexbox-008-ref CSS Regions: auto-height regions with max height in fixed sized flexbox ahem http://www.w3.org/TR/css3-regions/#rfcb-flow-fragment-height-resolution,http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-flexbox-1/#layout-algorithm ea64b7e570b77e26c14667899a6f07be7629a859 `Catalin Badea`<mailto:badea@adobe.com> 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.
column-flexbox-break reference/column-flexbox-break-ref CSS Regions: fragmenting a flex container with column flow ahem http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-flexbox-1/#flex-containers,http://www.w3.org/TR/css-flexbox-1/#flex-direction-property 447d07932ea88069d2350bf6201a4f4b8261ea21 `Catalin Badea`<mailto:badea@adobe.com> Test checks that a flex container with column flow is fragmented between regions.
css-box-justify-content reference/css-box-justify-content-ref flexbox |css-box-justify-content http://www.w3.org/TR/css-flexbox-1/#propdef-justify-content,http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow 8eb9ef235feb6bf970b0c71c58e98e639d447352 `xiaoxia`<ava656094@gmail.com>
css-box-justify-content reference/css-box-justify-content-ref flexbox |css-box-justify-content http://www.w3.org/TR/css-flexbox-1/#propdef-justify-content,http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow 98a8d01ded1c3cf0ccfa7a55ee7b7a2b5f3caa09 `xiaoxia`<mailto:ava656094@gmail.com>
css-flexbox-column reference/css-flexbox-column-ref flex direction: row http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow e358c1fc3e1f03e963508ca979d5c3ea56532d65 `Naoki Okada`<mailto:somathor@gmail.com> Test checks that when writing mode is vertical and flex-flow: column, the flex container is vertical.
css-flexbox-column-reverse reference/css-flexbox-column-ref flex direction: row http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow 67d2835860268b472d6fff962a6408f2924a0fbf `Naoki Okada`<mailto:somathor@gmail.com> Test checks that when writing mode is vertical and flex-flow: column, the flex container is vertical.
css-flexbox-column-reverse-wrap reference/css-flexbox-column-ref flex direction: row http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow 950f5d32f14a69707a50c119de4dbc95def22310 `Naoki Okada`<mailto:somathor@gmail.com> Test checks that when writing mode is vertical and flex-flow: column wrap, the flex container is vertical.
@ -76,14 +76,14 @@ flex-aspect-ratio-img-column-003 reference/ref-filled-green-100px-square Aspect
flex-aspect-ratio-img-row-001 reference/ref-filled-green-100px-square Aspect ratio handling of images https://drafts.csswg.org/css-flexbox-1/#hypothetical-main-size b49f921a9733a1442524b04229043dd5a97aa101 `Google Inc.`<http://www.google.com/>
flex-aspect-ratio-img-row-002 reference/ref-filled-green-100px-square Aspect ratio handling of images https://drafts.csswg.org/css-flexbox-1/#algo-cross-item b39800fb8c361a193eaaa4e54ac6d70cb508197d `Google Inc.`<http://www.google.com/> Test that we compute the correct aspect-ratio based cross size when a width is specified
flex-aspect-ratio-img-row-003 reference/ref-filled-green-100px-square Aspect ratio handling of images https://drafts.csswg.org/css-flexbox-1/#algo-cross-item d7189842a434a66f6380badbfd14a96093abffe4 `Google Inc.`<http://www.google.com/> Test that we compute the correct aspect-ratio based cross size when a flex-basis is specified
flex-basis-001 reference/ref-filled-green-100px-square flex-basis - positive number http://www.w3.org/TR/css-flexbox-1/#propdef-flex-basis cf4c8932cb4704bae235021bc2c0bde3e94bf71d `http://www.intel.com`<Intel>,`mailto:shiyoux.tan@intel.com`<Intel> The 'flex-basis' property set positive number, the actual value of test element size is same as the positive number
flex-basis-002 reference/ref-filled-green-100px-square flex-basis - positive number http://www.w3.org/TR/css-flexbox-1/#propdef-flex-basis bd0b95ddbaf7caf8595c5f24cdb25e24f8312f0e `http://www.intel.com`<Intel>,`mailto:shiyoux.tan@intel.com`<Intel> The 'flex-basis' property specified correct value, the actual value of test element size is same as to the value of 'flex-basis' property, and the 'width' property is invalid.
flex-basis-003 reference/ref-filled-green-100px-square flex-basis - negative number(width not specified) http://www.w3.org/TR/css-flexbox-1/#propdef-flex-basis 75bc5a47afacb6416a93c6eb0fd876c4ad288f76 `http://www.intel.com`<Intel>,`mailto:shiyoux.tan@intel.com`<Intel> The 'flex-basis' property set negative number, the tested element is not shown when width not set either.
flex-basis-004 reference/ref-filled-green-100px-square flex-basis - negative number(width specified) http://www.w3.org/TR/css-flexbox-1/#propdef-flex-basis 7febd49b5358e1bd05b52955369a7d1e13459aa3 `http://www.intel.com`<Intel>,`mailto:shiyoux.tan@intel.com`<Intel> The 'flex-basis' property set negative number, the actual width of tested element is same as the value of 'width' property specified.
flex-basis-005 reference/ref-filled-green-100px-square flex-basis - 0 http://www.w3.org/TR/css-flexbox-1/#propdef-flex-basis 8d6540f232ce13f26dcf1aaa286f76c8b06982e1 `http://www.intel.com`<Intel>,`mailto:shiyoux.tan@intel.com`<Intel> The 'flex-basis' property set '0', the actual width of tested element is same as 0.
flex-basis-006 reference/ref-filled-green-100px-square flex-basis - 0% http://www.w3.org/TR/css-flexbox-1/#propdef-flex-basis 0844da965929e2caa63e88ebcd658b8da1f0d2ee `http://www.intel.com`<Intel>,`mailto:shiyoux.tan@intel.com`<Intel> The 'flex-basis' property set '0%', the actual width of tested element is same as 0.
flex-basis-007 reference/ref-filled-green-100px-square flex-basis - auto http://www.w3.org/TR/css-flexbox-1/#propdef-flex-basis 2d1b30c5b772e87ba0ccb74ab319a3fe20cb2c06 `http://www.intel.com`<Intel>,`mailto:shiyoux.tan@intel.com`<Intel> The 'flex-basis' property set 'auto', the actual width of tested element same as the value which specified by width property.
flex-basis-008 reference/ref-filled-green-100px-square flex-basis - 50% http://www.w3.org/TR/css-flexbox-1/#propdef-flex-basis 09979a1d088a61b54658fb8c6c0cf2c5f8fcf23a `http://www.intel.com`<Intel>,`mailto:shiyoux.tan@intel.com`<Intel> The 'flex-basis' property set positive percentage, the actual width of tested element same as the percentage of flex container size.
flex-basis-001 reference/ref-filled-green-100px-square flex-basis - positive number http://www.w3.org/TR/css-flexbox-1/#propdef-flex-basis 3c5e3f9e4e7a18d1196473f4494a2d39d7cc2c65 `Intel`<http://www.intel.com>,`Intel`<mailto:shiyoux.tan@intel.com> The 'flex-basis' property set positive number, the actual value of test element size is same as the positive number
flex-basis-002 reference/ref-filled-green-100px-square flex-basis - positive number http://www.w3.org/TR/css-flexbox-1/#propdef-flex-basis 86c47f10c67cb40e4b08c4aea9a94c9c840b0c61 `Intel`<http://www.intel.com>,`Intel`<mailto:shiyoux.tan@intel.com> The 'flex-basis' property specified correct value, the actual value of test element size is same as to the value of 'flex-basis' property, and the 'width' property is invalid.
flex-basis-003 reference/ref-filled-green-100px-square flex-basis - negative number(width not specified) http://www.w3.org/TR/css-flexbox-1/#propdef-flex-basis ad186fe19f6ba121484dfafc6e3c723f4c91b8ea `Intel`<http://www.intel.com>,`Intel`<mailto:shiyoux.tan@intel.com> The 'flex-basis' property set negative number, the tested element is not shown when width not set either.
flex-basis-004 reference/ref-filled-green-100px-square flex-basis - negative number(width specified) http://www.w3.org/TR/css-flexbox-1/#propdef-flex-basis 3d7ecdf13a743afb23075e2d534342fa6f0859a9 `Intel`<http://www.intel.com>,`Intel`<mailto:shiyoux.tan@intel.com> The 'flex-basis' property set negative number, the actual width of tested element is same as the value of 'width' property specified.
flex-basis-005 reference/ref-filled-green-100px-square flex-basis - 0 http://www.w3.org/TR/css-flexbox-1/#propdef-flex-basis a23dfff28ee81427121544a2067df04ac0855e21 `Intel`<http://www.intel.com>,`Intel`<mailto:shiyoux.tan@intel.com> The 'flex-basis' property set '0', the actual width of tested element is same as 0.
flex-basis-006 reference/ref-filled-green-100px-square flex-basis - 0% http://www.w3.org/TR/css-flexbox-1/#propdef-flex-basis a6e13cd7ad4ce2d9f18912f2cebc19fdce3f2c5d `Intel`<http://www.intel.com>,`Intel`<mailto:shiyoux.tan@intel.com> The 'flex-basis' property set '0%', the actual width of tested element is same as 0.
flex-basis-007 reference/ref-filled-green-100px-square flex-basis - auto http://www.w3.org/TR/css-flexbox-1/#propdef-flex-basis 02d764455fdd3020ff3ed07d4699b9bf4d731b1d `Intel`<http://www.intel.com>,`Intel`<mailto:shiyoux.tan@intel.com> The 'flex-basis' property set 'auto', the actual width of tested element same as the value which specified by width property.
flex-basis-008 reference/ref-filled-green-100px-square flex-basis - 50% http://www.w3.org/TR/css-flexbox-1/#propdef-flex-basis 3daf58fdfdd81661f96e21abe33659ccffd4e021 `Intel`<http://www.intel.com>,`Intel`<mailto:shiyoux.tan@intel.com> The 'flex-basis' property set positive percentage, the actual width of tested element same as the percentage of flex container size.
flex-box-wrap reference/flex-box-wrap-ref flex-wrap: wrap http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap ba16e0ce6a4689d877a4284a57fbac1936064914 `Tsuyoshi Tokuda`<mailto:tokuda109@gmail.com> the test passes if you see green box.
flex-container-margin reference/flex-container-margin-ref flex-container-margin-not-collapse-with-content-margin https://drafts.csswg.org/css-flexbox-1/#item-margins 5dd8264f765e903c8bd0ef01329e8085ba8eece6 `houzhenyu`<http://www.github.com/sskyy> The margins of adjacent flex items do not collapse.
flex-direction reference/flex-direction flex flow direction http://www.w3.org/TR/css-flexbox-1/#flex-direction b6d66deda60311140ce500883d0aa227cf715845 `houzhenyu`<http://www.github.com/sskyy> The flow of flex items in the the flex container should observe the flex-direction property.
@ -97,8 +97,8 @@ flex-direction_column flex-direction_column http://www.w3.org/TR/css-flexbox-1
flex-direction_column-reverse flex-direction_column-reverse http://www.w3.org/TR/css-flexbox-1/#flex-direction-property 55f6687b5bde10c153aecc6bc0dd22aa4ce6faa0 `Intel`<http://www.intel.com> Check if the web engine can identify the flex-direction value column-reverse.
flex-direction_row flex-direction_row http://www.w3.org/TR/css-flexbox-1/#flex-direction-property 40deb85110b35e34e5baea6dd553dcfd5fc82693 `Intel`<http://www.intel.com> Check if the web engine can identify the flex-direction value row.
flex-direction_row-reverse flex-direction_row-reverse http://www.w3.org/TR/css-flexbox-1/#flex-direction-property b9acf4ed1ac103f4c0921774e32341cf812e5714 `Intel`<http://www.intel.com> Check if the web engine can identify the flex-direction value row-reverse.
flex-flexitem-childmargin reference/flex-flexitem-childmargin-ref flex item child margin http://www.w3.org/TR/css-flexbox-1/#flex-items 6a2c704280af71846826d92681075e8c7b763756 `shaofeic`<csf178@gmail.com> margin should effect the orange box and green box need to align to bottom.
flex-flexitem-percentage-prescation reference/flex-flexitem-percentage-prescation-ref flex item size prescation http://www.w3.org/TR/css-flexbox-1/#flex-items 760ccc17ef225d1b5cf2475f280a5de2ea83597d `shaofeic`<csf178@gmail.com> no blue color could be seen.
flex-flexitem-childmargin reference/flex-flexitem-childmargin-ref flex item child margin http://www.w3.org/TR/css-flexbox-1/#flex-items 7bed5690a33f0e9e800a1f506550ae12b7cb74d8 `shaofeic`<mailto:csf178@gmail.com> margin should effect the orange box and green box need to align to bottom.
flex-flexitem-percentage-prescation reference/flex-flexitem-percentage-prescation-ref flex item size prescation http://www.w3.org/TR/css-flexbox-1/#flex-items 4b26e701dc9999627fb726575cf7008808bcd3e1 `shaofeic`<mailto:csf178@gmail.com> no blue color could be seen.
flex-flow-001 reference/flex-flow-001-ref flex-flow - row nowrap http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#flex-direction,http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap 2b6fb9a06aaa67cd288e4250a76bbc9aaea44a14 `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The 'flex-flow' property set 'row nowrap' controls the flex container is single-line
flex-flow-002 reference/flex-flow-002-ref flex-flow - row wrap http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#flex-direction,http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap 20995419ed10209f06aac780744ad9080e6cc280 `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The 'flex-flow' property set 'row wrap' controls the flex container is multi-line
flex-flow-003 reference/flex-flow-002-ref flex-flow - row wrap-reverse http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#flex-direction,http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap 28dc1f2443f81ac364e9fa6fc3975eee67e90248 `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The 'flex-flow' property set 'row wrap-reverse' controls the flex container is multi-line but the cross-start and cross-end directions are swapped
@ -116,7 +116,7 @@ flex-grow-002 reference/ref-filled-green-100px-square flex-grow - 0(initial valu
flex-grow-003 reference/ref-filled-green-100px-square flex-grow - negative number http://www.w3.org/TR/css-flexbox-1/#propdef-flex-grow 4d6302e03c8d6d92046c42ad93db3c64db9d7ff3 `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The 'flex-grow' property set negative number, the flex item will not grow.
flex-grow-004 reference/ref-filled-green-100px-square flex-grow - (invalid when no space distributed) http://www.w3.org/TR/css-flexbox-1/#propdef-flex-grow 8e5211f94c12ebe0f7e248721b724d32dda4ce1e `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The 'flex-grow' property is invalid when the flex container has no space distributed.
flex-grow-005 reference/ref-filled-green-100px-square flex-grow - (invalid when applied to flex container) http://www.w3.org/TR/css-flexbox-1/#propdef-flex-grow 5786ab49011d6f7284919bd24df40f082c55e64d `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The 'flex-grow' property is invalid when the property applied to flex container.
flex-grow-006 reference/ref-filled-green-100px-square flex-grow - positive number(fill all space) http://www.w3.org/TR/css-flexbox-1/#propdef-flex-grow f8b3290012a57cf47c520f716c3c50a4e02eba55 `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Test checks that all space of flex container will be filled when there is only one flex item and 'flex-grow' set any positive number.
flex-grow-006 reference/ref-filled-green-100px-square flex-grow - positive number(fill all space) http://www.w3.org/TR/css-flexbox-1/#propdef-flex-grow 5f15130755af0db6eff01678bb2336809a67601b `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Test checks that all space of flex container will be filled when there is only one flex item and 'flex-grow' set any positive number.
flex-items-flexibility reference/flex-items-flexibility CSS Flex-basis Test http://www.w3.org/TR/css-flexbox-1/#flexibility ae727206300ecb1f3e5b155a9288be0be61f52b2 `Chunsheng Zhang`<mailto:zhangcs_423@163.com> flex items flexibility
flex-margin-no-collapse reference/flex-margin-no-collapse-ref flex item margins http://www.w3.org/TR/css-flexbox-1/#propdef-flex-direction,http://www.w3.org/TR/css-flexbox-1/#item-margins 96231d68de1fe051b06e793d659a813a53a91ed9 `Ping Huang`<mailto:phuangce@gmail.com> The vertical gap between two green boxs should be 100px.
flex-minimum-height-flex-items-001 reference/ref-filled-green-100px-square Minimum height of flex items http://www.w3.org/TR/css-flexbox-1/#min-size-auto f895c2907ea97510c9bda238e3cb254560992e74 `Manuel Rego Casasnovas`<mailto:rego@igalia.com> Checks that minimum height for flex items is the min-content size.
@ -150,37 +150,39 @@ flex-wrap_wrap flex-wrap_wrap http://www.w3.org/TR/css-flexbox-1/#propdef-flex
flex-wrap_wrap-reverse flex-wrap_wrap-reverse http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap 5e9b027925dfa2db5208aac448106b46a4ef019b `Intel`<http://www.intel.com> Check if the web engine can identify the flex-wrap value wrap-reverse.
flexbox-abspos-child-001a reference/flexbox-abspos-child-001-ref Testing that "min-width", "max-width", "min-height", and "max-height" are applied on absolutely positioned children of a horizontal flex container http://www.w3.org/TR/css-flexbox-1/#abspos-items 26d0f34eed0c45d01d0264cc9b9c4f84a8805643 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-abspos-child-001b reference/flexbox-abspos-child-001-ref Testing that "min-width", "max-width", "min-height", and "max-height" are applied on absolutely positioned children of a vertical flex container http://www.w3.org/TR/css-flexbox-1/#abspos-items 5a02c14579eb4f61bb921a2422bf239453542e91 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-content-horiz-001a reference/flexbox-align-content-horiz-001-ref Testing 'align-content' in a horizontal flex container http://www.w3.org/TR/css-flexbox-1/#align-content-property e3a49caf48912d5799ccd3f435bcdb24c5e9e9c2 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-content-horiz-001b reference/flexbox-align-content-horiz-001-ref Testing 'align-content' in a horizontal flex container http://www.w3.org/TR/css-flexbox-1/#align-content-property 067772e2465336c95f5c71b6a1eaf2024971e721 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-content-vert-001a reference/flexbox-align-content-vert-001-ref Testing 'align-content' in a vertical flex container http://www.w3.org/TR/css-flexbox-1/#align-content-property 9240ccde2b7d5e237308032e40488023fbcdd9d1 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-content-vert-001b reference/flexbox-align-content-vert-001-ref Testing 'align-content' in a vertical flex container http://www.w3.org/TR/css-flexbox-1/#align-content-property e36c247019bcdfe491f9995e9a5c47dd5f008242 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-self-baseline-horiz-001a reference/flexbox-align-self-baseline-horiz-001-ref Baseline alignment of block flex items with 'baseline' value for 'align-items' / 'align-self' http://www.w3.org/TR/css-flexbox-1/#baseline-participation fabc16fabb851108f082dfb7cf42b497666e3447 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-self-baseline-horiz-001b reference/flexbox-align-self-baseline-horiz-001-ref Baseline alignment of block flex items with 'baseline' value for 'align-items' / 'align-self' in a wrap-reverse flex container http://www.w3.org/TR/css-flexbox-1/#baseline-participation 675397922dd82ff7b3372977662aaba0d9c91943 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-content-horiz-001a reference/flexbox-align-content-horiz-001-ref Testing 'align-content' in a horizontal flex container http://www.w3.org/TR/css-flexbox-1/#align-content-property d5aea3f04c277853b017ccee282f2d42b783b8a6 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-content-horiz-001b reference/flexbox-align-content-horiz-001-ref Testing 'align-content' in a horizontal flex container http://www.w3.org/TR/css-flexbox-1/#align-content-property 233a386f12e893ba541c6c8f7b2572f88f7cb051 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-content-vert-001a reference/flexbox-align-content-vert-001-ref Testing 'align-content' in a vertical flex container http://www.w3.org/TR/css-flexbox-1/#align-content-property 6238298391aac9bd8b28a7065407eb63a01b8df7 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-content-vert-001b reference/flexbox-align-content-vert-001-ref Testing 'align-content' in a vertical flex container http://www.w3.org/TR/css-flexbox-1/#align-content-property 5c85769810fcdc23817a4ba0c96fc19fc5b18fe4 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-self-baseline-horiz-001a reference/flexbox-align-self-baseline-horiz-001-ref Baseline alignment of block flex items with 'baseline' value for 'align-items' / 'align-self' http://www.w3.org/TR/css-flexbox-1/#baseline-participation 54adf30cf492ee4a11011c75d5e9dcadca0357cc `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-self-baseline-horiz-001b reference/flexbox-align-self-baseline-horiz-001-ref Baseline alignment of block flex items with 'baseline' value for 'align-items' / 'align-self' in a wrap-reverse flex container http://www.w3.org/TR/css-flexbox-1/#baseline-participation 5609c5630809e849d8d238eafff81cddc6aed932 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-self-baseline-horiz-002 reference/flexbox-align-self-baseline-horiz-002-ref Baseline alignment of flex items in fixed-size single-line flex container http://www.w3.org/TR/css-flexbox-1/#baseline-participation 8b040717c0aa1788f98a5ed0095399b1f8ac64fc `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-self-baseline-horiz-003 reference/flexbox-align-self-baseline-horiz-003-ref Baseline alignment of flex items in fixed-size single-line flex container, with cross axis reversed http://www.w3.org/TR/css-flexbox-1/#baseline-participation 218fc9c38f93ce1e661f9d95e2cacccf8f9dfa7b `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-self-baseline-horiz-004 reference/flexbox-align-self-baseline-horiz-004-ref Baseline alignment of block flex items with 'baseline' value for 'align-items' / 'align-self' in a multi-line flex container http://www.w3.org/TR/css-flexbox-1/#baseline-participation e0299d04b12aad85d3d0a583c3b0d27e7b9f990a `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-self-baseline-horiz-005 reference/flexbox-align-self-baseline-horiz-005-ref Baseline alignment of block flex items with 'baseline' value for 'align-items' / 'align-self' in a multi-line flex container http://www.w3.org/TR/css-flexbox-1/#baseline-participation 87aa705213832e513475800e2a74f844e80a0da2 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-self-horiz-001-block reference/flexbox-align-self-horiz-001-ref Testing the behavior of 'align-self' property values on flex items that are blocks, in a horizontal flex container http://www.w3.org/TR/css-flexbox-1/#align-items-property 8ddd9e5c643399d31bc48e8a39684d98ce7f2406 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-self-horiz-001-table reference/flexbox-align-self-horiz-001-ref Testing the various 'align-self' property values on flex items that are tables http://www.w3.org/TR/css-flexbox-1/#align-items-property 183f460c2e72e0bcf57e9fc6ce6e2225f9115212 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-self-baseline-horiz-006 reference/flexbox-align-self-baseline-horiz-006-ref Baseline alignment of block flex items with 'baseline' value for 'align-items' / 'align-self' against non-parallel writing-modes. http://www.w3.org/TR/css-flexbox-1/#baseline-participation 28ca13d3960038effa6689b4ef5121c2b2f115c2 `Brad Werth`<mailto:bwerth@mozilla.com>
flexbox-align-self-baseline-horiz-007 reference/flexbox-align-self-baseline-horiz-007-ref Baseline alignment of block flex items with 'baseline' and 'last-baseline' values for 'align-self' against each other. http://www.w3.org/TR/css-flexbox-1/#baseline-participation 1e03904c87d3a33eba55c98367c8b9c69197cd07 `Brad Werth`<mailto:bwerth@mozilla.com>
flexbox-align-self-horiz-001-block reference/flexbox-align-self-horiz-001-ref Testing the behavior of 'align-self' property values on flex items that are blocks, in a horizontal flex container http://www.w3.org/TR/css-flexbox-1/#align-items-property 9ba8782db7882c020858550665000d7a9b93826f `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-self-horiz-001-table reference/flexbox-align-self-horiz-001-ref Testing the various 'align-self' property values on flex items that are tables http://www.w3.org/TR/css-flexbox-1/#align-items-property 974a216e5d30bbeddbad266125ceccb2d0d33dae `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-self-horiz-002 reference/flexbox-align-self-horiz-002-ref Testing the behavior of 'align-self' with a horizontal flex container, with margin/padding/border on the items http://www.w3.org/TR/css-flexbox-1/#align-items-property 8ab4c5c5d3600422c2560908ea8c809511fd8456 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-self-horiz-003 reference/flexbox-align-self-horiz-003-ref Testing the behavior of 'align-self' with a horizontal flex container that's shorter than its items http://www.w3.org/TR/css-flexbox-1/#align-items-property 93f5ee5346f64dfaf676ad9c9830d8821a984bec `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-self-horiz-004 reference/flexbox-align-self-horiz-004-ref Testing the behavior of 'align-self' with a horizontal flex container that's shorter than its items, with margin/padding/border on the items http://www.w3.org/TR/css-flexbox-1/#align-items-property 10a87f5352d8eb2c448129d27aa505f3148d4534 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-self-horiz-005 reference/flexbox-align-self-horiz-005-ref Testing the behavior of 'align-self' with auto margins in play, in a horizontal flex container http://www.w3.org/TR/css-flexbox-1/#auto-margins 47ddfa8eb08586be92297f63fb61d0b9e8899e29 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-self-stretch-vert-001 reference/flexbox-align-self-stretch-vert-001-ref Testing the sizing of a stretched horizontal flex container in a vertical flex container http://www.w3.org/TR/css-flexbox-1/#layout-algorithm 6c777130631b607e0e1106a0bd655645cfb049e3 `Daniel Holbert`<mailto:dholbert@mozilla.com> 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 https://drafts.csswg.org/css-flexbox/issues-cr-2012#issue-23
flexbox-align-self-stretch-vert-002 reference/flexbox-align-self-stretch-vert-002-ref Testing the sizing of stretched flex items in a vertical multi-line flex container http://www.w3.org/TR/css-flexbox-1/#layout-algorithm 840566b89d122841be2e884ea8221ac398d42806 `Daniel Holbert`<mailto:dholbert@mozilla.com> In a multi-line flex container, flex items should not be stretched (in the cross axis) until after wrapping has been performed.
flexbox-align-self-vert-001 reference/flexbox-align-self-vert-001-ref Testing the behavior of 'align-self' property values on flex items that are blocks, in a vertical flex container http://www.w3.org/TR/css-flexbox-1/#align-items-property 4e00d307563cb8aa340346dcfe8b5739041b89d4 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-self-vert-001 reference/flexbox-align-self-vert-001-ref Testing the behavior of 'align-self' property values on flex items that are blocks, in a vertical flex container http://www.w3.org/TR/css-flexbox-1/#align-items-property 6a2d203be69a6b72f6897aebf078bf7981145a08 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-self-vert-002 reference/flexbox-align-self-vert-002-ref Testing the behavior of 'align-self' with a vertical flex container, with margin/padding/border on the items http://www.w3.org/TR/css-flexbox-1/#align-items-property e4ec24ac64ed22adb3900510ba0aee2079ed087e `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-self-vert-003 reference/flexbox-align-self-vert-003-ref Testing the behavior of 'align-self' with a vertical flex container that's skinnier than its items http://www.w3.org/TR/css-flexbox-1/#align-items-property e1068a4a199f105864fbbe609c885c8989f73bff `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-self-vert-004 reference/flexbox-align-self-vert-004-ref Testing the behavior of 'align-self' with a vertical flex container that's skinnier than its items, with margin/padding/border on the items http://www.w3.org/TR/css-flexbox-1/#align-items-property bbeaab1c6c159de1a6df40c73b78ed8ca049dde6 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-self-vert-rtl-001 reference/flexbox-align-self-vert-rtl-001-ref Testing the behavior of 'align-self' property values on flex items that are blocks, in a vertical flex container with 'direction: rtl' http://www.w3.org/TR/css-flexbox-1/#align-items-property bc2cddd8f92054fdb8ef0c60ec4dfb92b85a1e9f `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-self-vert-rtl-001 reference/flexbox-align-self-vert-rtl-001-ref Testing the behavior of 'align-self' property values on flex items that are blocks, in a vertical flex container with 'direction: rtl' http://www.w3.org/TR/css-flexbox-1/#align-items-property 7adb76d065c952807832b3a41da3bed43eba7b3d `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-self-vert-rtl-002 reference/flexbox-align-self-vert-rtl-002-ref Testing the behavior of 'align-self' with a vertical flex container, with margin/padding/border on the items and with 'direction: rtl' http://www.w3.org/TR/css-flexbox-1/#align-items-property efb57e456adb51958e2fe0f94616d6a0c81e0a83 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-self-vert-rtl-003 reference/flexbox-align-self-vert-rtl-003-ref Testing the behavior of 'align-self' with a vertical flex container that's skinnier than its items and with 'direction: rtl' http://www.w3.org/TR/css-flexbox-1/#align-items-property 31a2a8ea620c80f95c34ac55b33538ae675a59d6 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-align-self-vert-rtl-004 reference/flexbox-align-self-vert-rtl-004-ref Testing the behavior of 'align-self' with a vertical flex container that's skinnier than its items, with margin/padding/border on the items and with 'direction: rtl' http://www.w3.org/TR/css-flexbox-1/#align-items-property 3d3ab6a958cf8699ca899e4502dccde60bb4101d `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-anonymous-items-001 reference/flexbox-anonymous-items-001-ref Testing that we gracefully handle cases where two anonymous flex items become adjacent due to "order" reordering http://www.w3.org/TR/css-flexbox-1/#flex-items 52184e10e8769e13e8e22317cfc27568b6be5bf3 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-baseline-align-self-baseline-horiz-001 reference/flexbox-baseline-align-self-baseline-horiz-001-ref Testing the baseline of a horizontal flex container with baseline-aligned flex items http://www.w3.org/TR/css-flexbox-1/#flex-baselines b1ec3f485c09884b34a4428cd9e2c61ba0d6d566 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-baseline-align-self-baseline-vert-001 reference/flexbox-baseline-align-self-baseline-vert-001-ref Testing the baseline of a vertical flex container with baseline-aligned flex items http://www.w3.org/TR/css-flexbox-1/#flex-baselines 0c08d77d4fdeeb6376fde7274059d9eb0b774b85 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-baseline-empty-001a reference/flexbox-baseline-empty-001-ref Testing the baseline of an empty horizontal flex container http://www.w3.org/TR/css-flexbox-1/#flex-baselines 8c0729a3905f9147062c16d2ff05434be1927f1f `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-baseline-empty-001b reference/flexbox-baseline-empty-001-ref Testing the baseline of an empty vertical flex container http://www.w3.org/TR/css-flexbox-1/#flex-baselines 347722d0a1056868babe94ffd6d3e64c5a1387ec `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-baseline-empty-001a reference/flexbox-baseline-empty-001-ref Testing the baseline of an empty horizontal flex container http://www.w3.org/TR/css-flexbox-1/#flex-baselines 064a99603cccc954d4ea803fbe94c9726104444b `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-baseline-empty-001b reference/flexbox-baseline-empty-001-ref Testing the baseline of an empty vertical flex container http://www.w3.org/TR/css-flexbox-1/#flex-baselines 15f124799e1debe81e0ae2ca8a2c927b92574b72 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-baseline-multi-item-horiz-001 reference/flexbox-baseline-multi-item-horiz-001-ref Testing the baseline of a horizontal flex container whose flex items are not baseline-aligned http://www.w3.org/TR/css-flexbox-1/#flex-baselines a283f1e214227518363634bca2679006df8923f8 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-baseline-multi-item-vert-001 reference/flexbox-baseline-multi-item-vert-001-ref Testing the baseline of a vertical flex container whose flex items are not baseline-aligned http://www.w3.org/TR/css-flexbox-1/#flex-baselines 8cab7e76d6ecf1d954444cf2947f7b7f5b4bd139 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-baseline-multi-line-horiz-001 reference/flexbox-baseline-multi-line-horiz-001-ref Testing the baseline of a horizontal flex container with multiple flex lines http://www.w3.org/TR/css-flexbox-1/#flex-baselines 5b40cbd240a4fe9a6b527bfe21d87ab531d22c25 `Daniel Holbert`<mailto:dholbert@mozilla.com>
@ -189,8 +191,8 @@ flexbox-baseline-multi-line-horiz-003 reference/flexbox-baseline-multi-line-hori
flexbox-baseline-multi-line-horiz-004 reference/flexbox-baseline-multi-line-horiz-004-ref Testing the baseline of a horizontal multi-line (wrap-reverse) flex container with baseline-aligned items on first line http://www.w3.org/TR/css-flexbox-1/#flex-baselines 3ac46dde16f6bd3200879bc8fa7c657ce5bfc094 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-baseline-multi-line-vert-001 reference/flexbox-baseline-multi-line-vert-001-ref Testing the baseline of a vertical flex container with multiple flex lines http://www.w3.org/TR/css-flexbox-1/#flex-baselines f78a8e482f175d284d6e6f229eb73aadd93b160c `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-baseline-multi-line-vert-002 reference/flexbox-baseline-multi-line-vert-002-ref Testing the baseline of a vertical flex container with multiple flex lines http://www.w3.org/TR/css-flexbox-1/#flex-baselines 86134be0477c7abc57dbd95b223a49661460c225 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-baseline-single-item-001a reference/flexbox-baseline-single-item-001-ref Testing the baseline of a horizontal flex container with one flex item http://www.w3.org/TR/css-flexbox-1/#flex-baselines 521c1fb2d5f212dd8f3866a712e7da1648a7d675 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-baseline-single-item-001b reference/flexbox-baseline-single-item-001-ref Testing the baseline of a vertical flex container with one flex item http://www.w3.org/TR/css-flexbox-1/#flex-baselines 6610787967ced8297117e38f57d7a60a9b4dc5f5 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-baseline-single-item-001a reference/flexbox-baseline-single-item-001-ref Testing the baseline of a horizontal flex container with one flex item http://www.w3.org/TR/css-flexbox-1/#flex-baselines e54bbca42924dc954da8bc4c7540af1d976c1931 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-baseline-single-item-001b reference/flexbox-baseline-single-item-001-ref Testing the baseline of a vertical flex container with one flex item http://www.w3.org/TR/css-flexbox-1/#flex-baselines 75c7ced9a8dc63622b56376f0c40cc0eed41445d `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-basic-block-horiz-001 reference/flexbox-basic-block-horiz-001-ref Testing flexbox layout algorithm property on block flex items in a horizontal flex container http://www.w3.org/TR/css-flexbox-1/#layout-algorithm b734e5c504d50dd58b448d99a977a0816a2bc4a7 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-basic-block-vert-001 reference/flexbox-basic-block-vert-001-ref Testing flexbox layout algorithm property on block flex items in a vertical flex container http://www.w3.org/TR/css-flexbox-1/#layout-algorithm 56d4d7b765cbfa53e5b903999ffebccc8497f960 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-basic-canvas-horiz-001 reference/flexbox-basic-canvas-horiz-001-ref Testing flexbox layout algorithm property on canvas flex items in a horizontal flex container http://www.w3.org/TR/css-flexbox-1/#layout-algorithm 4b4ec70409a9c3bc289653f2b0267780dc6d389d `Daniel Holbert`<mailto:dholbert@mozilla.com>
@ -201,7 +203,7 @@ flexbox-basic-iframe-horiz-001 reference/flexbox-basic-iframe-horiz-001-ref Test
flexbox-basic-iframe-vert-001 reference/flexbox-basic-iframe-vert-001-ref Testing flexbox layout algorithm property on iframe flex items in a vertical flex container http://www.w3.org/TR/css-flexbox-1/#layout-algorithm a0f1958a683f150246fe4b8d943ed99faa92f506 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-basic-img-horiz-001 reference/flexbox-basic-img-horiz-001-ref Testing flexbox layout algorithm property on img flex items in a horizontal flex container http://www.w3.org/TR/css-flexbox-1/#layout-algorithm f458bf0b4de3a16ec2691ca5dd7e81a267c123aa `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-basic-img-vert-001 reference/flexbox-basic-img-vert-001-ref Testing flexbox layout algorithm property on img flex items in a vertical flex container http://www.w3.org/TR/css-flexbox-1/#layout-algorithm 125a32aa462d4727c81109b4e3e15120bbaedba6 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-basic-textarea-horiz-001 reference/flexbox-basic-textarea-horiz-001-ref Testing flexbox layout algorithm property on textarea flex items in a horizontal flex container http://www.w3.org/TR/css-flexbox-1/#layout-algorithm 76e81cfa0324e78f62eddd19dfaf60dc9cb29701 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-basic-textarea-horiz-001 reference/flexbox-basic-textarea-horiz-001-ref Testing flexbox layout algorithm property on textarea flex items in a horizontal flex container http://www.w3.org/TR/css-flexbox-1/#layout-algorithm c68a52997168de56c78c8f4d9c5bffa94814a41d `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-basic-textarea-vert-001 reference/flexbox-basic-textarea-vert-001-ref Testing flexbox layout algorithm property on textarea flex items in a vertical flex container http://www.w3.org/TR/css-flexbox-1/#layout-algorithm 5cc3168e6c0a2df12f14e9167eb748460cc49e93 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-basic-video-horiz-001 reference/flexbox-basic-video-horiz-001-ref Testing flexbox layout algorithm property on video flex items in a horizontal flex container http://www.w3.org/TR/css-flexbox-1/#layout-algorithm 8b3ab455f84b2a833309454ea85bdabfb816f2d8 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-basic-video-vert-001 reference/flexbox-basic-video-vert-001-ref Testing flexbox layout algorithm property on video flex items in a vertical flex container http://www.w3.org/TR/css-flexbox-1/#layout-algorithm 499fb79b81a9e52c0931e6886d33f48f0a7705b3 `Daniel Holbert`<mailto:dholbert@mozilla.com>
@ -242,18 +244,18 @@ flexbox-intrinsic-ratio-006 reference/flexbox-intrinsic-ratio-006-ref Testing ho
flexbox-items-as-stacking-contexts-001 reference/flexbox-items-as-stacking-contexts-001-ref Testing that 'z-index' property makes flex items form stacking contexts http://www.w3.org/TR/css-flexbox-1/#painting 24a2f639c8eb38ec564295dfa45f740629d0b8b2 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-items-as-stacking-contexts-002 reference/flexbox-items-as-stacking-contexts-002-ref Testing that flex items paint as pseudo-stacking contexts (like inline-blocks): atomically, in the absence of 'z-index' on descendants http://www.w3.org/TR/css-flexbox-1/#painting c8ea90174cb46e7cad9e0f953fae1cc47e48d753 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-items-as-stacking-contexts-003 reference/flexbox-items-as-stacking-contexts-003-ref Testing that flex items paint as pseudo-stacking contexts (like inline-blocks), instead of full stacking contexts: 'z-index' should let descendants interleave http://www.w3.org/TR/css-flexbox-1/#painting ddab47de6e88e2d8862a119e837149fe6a70f396 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-justify-content-horiz-001a reference/flexbox-justify-content-horiz-001-ref Testing 'justify-content' in a horizontal flex container http://www.w3.org/TR/css-flexbox-1/#justify-content-property 3e37d17c14565fa3411ab3727fd6215756f82f10 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-justify-content-horiz-001b reference/flexbox-justify-content-horiz-001-ref Testing 'justify-content' in a horizontal flex container with "min-width" http://www.w3.org/TR/css-flexbox-1/#justify-content-property 3444fbce066b79d95403b1ead1400bfe0521088b `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-justify-content-horiz-002 reference/flexbox-justify-content-horiz-002-ref Testing 'justify-content' in a horizontal flex container, with margins/border/padding on flex items http://www.w3.org/TR/css-flexbox-1/#justify-content-property 9d6b1d1ffb549b6e03a8eeb89aae62eaa4cfbf41 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-justify-content-horiz-003 reference/flexbox-justify-content-horiz-003-ref Testing 'justify-content' in a horizontal flex container, and its effects on flex items that overflow http://www.w3.org/TR/css-flexbox-1/#justify-content-property 8cb3b2c128edf48df2fa64d0f2551636b69853f1 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-justify-content-horiz-004 reference/flexbox-justify-content-horiz-004-ref Testing 'justify-content' in a horizontal flex container, and its effects on flex items that overflow, with margins/border/padding on flex items http://www.w3.org/TR/css-flexbox-1/#justify-content-property 1a8483bd2fc2896f00f5a037f2b31146c444a196 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-justify-content-horiz-005 reference/flexbox-justify-content-horiz-005-ref Testing 'justify-content' in an auto-sized horizontal flex container http://www.w3.org/TR/css-flexbox-1/#justify-content-property ff0ebbcb9674b03a184e34b0eba56bef3eb21f39 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-justify-content-vert-001a reference/flexbox-justify-content-vert-001-ref Testing 'justify-content' in a vertical flex container http://www.w3.org/TR/css-flexbox-1/#justify-content-property 7d81a4514f3595215307bfd53a94611ece9fd716 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-justify-content-vert-001b reference/flexbox-justify-content-vert-001-ref Testing 'justify-content' in a vertical flex container with "min-height" http://www.w3.org/TR/css-flexbox-1/#justify-content-property 192c9550df0a596cf20bb6c2a5d70c825760652f `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-justify-content-vert-002 reference/flexbox-justify-content-vert-002-ref Testing 'justify-content' in a vertical flex container, with margins/border/padding on flex items http://www.w3.org/TR/css-flexbox-1/#justify-content-property a392e91755b4e0bfe04230f6edb4d3ac0e015c94 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-justify-content-vert-003 reference/flexbox-justify-content-vert-003-ref Testing 'justify-content' in a vertical flex container, and its effects on flex items that overflow http://www.w3.org/TR/css-flexbox-1/#justify-content-property f79f7b761b9534661cf9940bc8ea3e9759da61dc `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-justify-content-vert-004 reference/flexbox-justify-content-vert-004-ref Testing 'justify-content' in a vertical flex container, and its effects on flex items that overflow, with margins/border/padding on flex items http://www.w3.org/TR/css-flexbox-1/#justify-content-property b3217e5b57a9e3280f61bfcffdce534af2070fda `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-justify-content-vert-005 reference/flexbox-justify-content-vert-005-ref Testing 'justify-content' in an auto-sized vertical flex container http://www.w3.org/TR/css-flexbox-1/#justify-content-property d45ecb633a90c0ec59d4cfcf6df95fec601a1814 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-justify-content-horiz-001a reference/flexbox-justify-content-horiz-001-ref Testing 'justify-content' in a horizontal flex container http://www.w3.org/TR/css-flexbox-1/#justify-content-property 9dc740e68523d95b5ea023bc4ee12b8ef95387d8 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-justify-content-horiz-001b reference/flexbox-justify-content-horiz-001-ref Testing 'justify-content' in a horizontal flex container with "min-width" http://www.w3.org/TR/css-flexbox-1/#justify-content-property ca8adbf30c77b2f0cf62d730e8a87e9defad56ba `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-justify-content-horiz-002 reference/flexbox-justify-content-horiz-002-ref Testing 'justify-content' in a horizontal flex container, with margins/border/padding on flex items http://www.w3.org/TR/css-flexbox-1/#justify-content-property d0603a0f0f87b99734aff39e064df29b4723ff55 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-justify-content-horiz-003 reference/flexbox-justify-content-horiz-003-ref Testing 'justify-content' in a horizontal flex container, and its effects on flex items that overflow http://www.w3.org/TR/css-flexbox-1/#justify-content-property 6faa3ebf06d1639df3cfa1345dc0f2c2b7ee8400 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-justify-content-horiz-004 reference/flexbox-justify-content-horiz-004-ref Testing 'justify-content' in a horizontal flex container, and its effects on flex items that overflow, with margins/border/padding on flex items http://www.w3.org/TR/css-flexbox-1/#justify-content-property 400009cc5cd3fc24444e48f05ac771447bfcd396 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-justify-content-horiz-005 reference/flexbox-justify-content-horiz-005-ref Testing 'justify-content' in an auto-sized horizontal flex container http://www.w3.org/TR/css-flexbox-1/#justify-content-property c3be9dd7f88d6bf1a79b54e3514dc73c2628629b `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-justify-content-vert-001a reference/flexbox-justify-content-vert-001-ref Testing 'justify-content' in a vertical flex container http://www.w3.org/TR/css-flexbox-1/#justify-content-property 05437a04038519993c1bbd83cbb44ef6503d0260 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-justify-content-vert-001b reference/flexbox-justify-content-vert-001-ref Testing 'justify-content' in a vertical flex container with "min-height" http://www.w3.org/TR/css-flexbox-1/#justify-content-property 88a4dff5756246c09954c7e2776309df286a0b30 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-justify-content-vert-002 reference/flexbox-justify-content-vert-002-ref Testing 'justify-content' in a vertical flex container, with margins/border/padding on flex items http://www.w3.org/TR/css-flexbox-1/#justify-content-property 1da1a18ea321f7c5476e638785c0d84e4eff3af6 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-justify-content-vert-003 reference/flexbox-justify-content-vert-003-ref Testing 'justify-content' in a vertical flex container, and its effects on flex items that overflow http://www.w3.org/TR/css-flexbox-1/#justify-content-property c582fbf0b42c7f339768e6d87aa6be6eb5d30c44 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-justify-content-vert-004 reference/flexbox-justify-content-vert-004-ref Testing 'justify-content' in a vertical flex container, and its effects on flex items that overflow, with margins/border/padding on flex items http://www.w3.org/TR/css-flexbox-1/#justify-content-property 201544e8b3c4e17f8279329754c311e1600d17ae `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-justify-content-vert-005 reference/flexbox-justify-content-vert-005-ref Testing 'justify-content' in an auto-sized vertical flex container http://www.w3.org/TR/css-flexbox-1/#justify-content-property 3a8aa2a77f9db542bf29b70acc135601cfd93429 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-margin-auto-horiz-001 reference/flexbox-margin-auto-horiz-001-ref Testing horizontal auto margins on flex items in a horizontal flex container http://www.w3.org/TR/css-flexbox-1/#auto-margins 087c658eba6c0bdd9668859721b1026bea08dd07 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-margin-auto-horiz-002 reference/flexbox-margin-auto-horiz-002-ref Testing vertical auto margins on flex items in a horizontal flex container http://www.w3.org/TR/css-flexbox-1/#auto-margins 34bb4a35da385cde61a74f48e978694e3ed4029f `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-mbp-horiz-001 reference/flexbox-mbp-horiz-001-ref Testing borders on flex items in a horizontal flex container http://www.w3.org/TR/css-flexbox-1/#layout-algorithm 377fd628292f6099011fbc0b4dbe6d7bbbc00ccd `Daniel Holbert`<mailto:dholbert@mozilla.com>
@ -293,13 +295,16 @@ flexbox-paint-ordering-001 reference/flexbox-paint-ordering-001-ref Testing the
flexbox-paint-ordering-002 reference/flexbox-paint-ordering-002-ref Testing the paint-order of overlapping flex items with 'order' and 'z-index' set http://www.w3.org/TR/css-flexbox-1/#painting f3e30ac5139fdd3a22358d0e6bc8e872ffc41ef6 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-root-node-001a reference/flexbox-root-node-001-ref Testing 'display:flex' on root node http://www.w3.org/TR/css-flexbox-1/#flex-containers e9f781e1155684797a4774428d459f5ee9bee206 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-root-node-001b reference/flexbox-root-node-001-ref Testing 'display:flex' on root node http://www.w3.org/TR/css-flexbox-1/#flex-containers a7dfe341f4bae5fe519eb19a832352d8950d465a `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-single-line-clamp-1 reference/flexbox-single-line-clamp-1-ref Single-line flex containers should clamp their line's height to the container's computed min and max cross-size. https://www.w3.org/TR/css-flexbox-1/#algo-cross-line fa5ad0e13186046c412993e3596e702af6b0979b `Emilio Cobos &Aacute;lvarez`<mailto:ecoal95@gmail.com>
flexbox-single-line-clamp-2 reference/flexbox-single-line-clamp-2-ref Single-line flex containers should clamp their line's height to the container's computed min and max cross-size. https://www.w3.org/TR/css-flexbox-1/#algo-cross-line 8b92afe3a12ea23473042013fdab058b59fad49a `Emilio Cobos &Aacute;lvarez`<mailto:ecoal95@gmail.com>
flexbox-single-line-clamp-3 reference/flexbox-single-line-clamp-3-ref Single-line flex containers should clamp their line's height to the container's computed min and max cross-size. https://www.w3.org/TR/css-flexbox-1/#algo-cross-line 5b90e03fcf4f155ad5a0f1893fd967b6bfc7a05a `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-sizing-horiz-001 reference/flexbox-sizing-horiz-001-ref Testing sizing of an auto-sized horizontal flex container with min-width and max-width constraints http://www.w3.org/TR/css-flexbox-1/#layout-algorithm 4e734479386d57634d02240b1a3d37a5222252e8 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-sizing-horiz-002 reference/flexbox-sizing-horiz-002-ref Testing sizing of an auto-sized horizontal flex container with min-height and max-height constraints http://www.w3.org/TR/css-flexbox-1/#layout-algorithm 4963f41505c0e53be620ff6158dfba5c5c6fe26b `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-sizing-vert-001 reference/flexbox-sizing-vert-001-ref Testing sizing of an auto-sized vertical flex container with min-height and max-height constraints http://www.w3.org/TR/css-flexbox-1/#layout-algorithm 4bece9556972f83b198bf5bc0e9335a2f2e5f0cd `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-sizing-vert-002 reference/flexbox-sizing-vert-002-ref Testing sizing of an auto-sized vertical flex container with min-width and max-width constraints http://www.w3.org/TR/css-flexbox-1/#layout-algorithm 752f2a91acbff746fd6ba7414e962a2c4e0e09e6 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-table-fixup-001 reference/flexbox-table-fixup-001-ref Testing that table cells in a flex container get blockified and each form their own flex item http://www.w3.org/TR/css-flexbox-1/#flex-items e077c9a8352635c9dce0fe7f2ff57ddc326c1035 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-whitespace-handling-001a reference/flexbox-whitespace-handling-001-ref Test that anonymous flex items aren't created for pure-whitespace inline content http://www.w3.org/TR/css-flexbox-1/#flex-items adf4c8485f397ef7c079db3aeb1df21b633b35aa `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-whitespace-handling-001b reference/flexbox-whitespace-handling-001-ref Test that flex items are created correctly http://www.w3.org/TR/css-flexbox-1/#flex-items 97512777163dc1da26e9a2df8abd4694ec32572c `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-whitespace-handling-001a reference/flexbox-whitespace-handling-001-ref Test that anonymous flex items aren't created for pure-whitespace inline content http://www.w3.org/TR/css-flexbox-1/#flex-items 09a0d50b300982346cb94004377650313dd1fbb6 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-whitespace-handling-001b reference/flexbox-whitespace-handling-001-ref Test that flex items are created correctly http://www.w3.org/TR/css-flexbox-1/#flex-items d41a5c9d87c66f9678b0d7cc5cf274fb8a424a51 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-whitespace-handling-002 reference/flexbox-whitespace-handling-002-ref Test that whitespace is preserved at the edges of anonymous flex items if 'white-space: pre' is set http://www.w3.org/TR/css-flexbox-1/#flex-items 6de836d376b85b954af361b51db27193dd535603 `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-with-pseudo-elements-001 reference/flexbox-with-pseudo-elements-001-ref Testing that generated content nodes are treated as a flex items http://www.w3.org/TR/css-flexbox-1/#flex-items 840f23805278348fabc43767fbda8357c1e58b8a `Daniel Holbert`<mailto:dholbert@mozilla.com>
flexbox-with-pseudo-elements-002 reference/flexbox-with-pseudo-elements-002-ref Testing that generated content nodes are treated as a flex items, and honor 'order' http://www.w3.org/TR/css-flexbox-1/#flex-items 1131841b5d5f11eac2b9e81fc6f4358d418a6f2f `Daniel Holbert`<mailto:dholbert@mozilla.com>
@ -640,13 +645,16 @@ justify-content_flex-end justify-content_flex-end http://www.w3.org/TR/css-fle
justify-content_flex-start justify-content_flex-start http://www.w3.org/TR/css-flexbox-1/#propdef-justify-content b2d8a2db40369225f983831fe7e3764ae9bd7a1e `Intel`<http://www.intel.com> Check if the web engine can indentify the justify-content value flex-start.
justify-content_space-around justify-content_space-around http://www.w3.org/TR/css-flexbox-1/#propdef-justify-content 57a89c6dbe40a6e198eaa4ef06afbc6cfaa1c6ce `Intel`<http://www.intel.com> Check if the web engine can indentify the justy-content value space-around.
justify-content_space-between justify-content_space-between http://www.w3.org/TR/css-flexbox-1/#propdef-justify-content 272c283b96980803e385bd33b6eef2e145c63267 `Intel`<http://www.intel.com> Check if the web engine can indentify the justify-content value space-between.
layout-algorithm_algo-cross-line-001 reference/layout-algorithm_algo-cross-line-001-ref cross size determination with overflow:scroll https://www.w3.org/TR/css-flexbox-1/#algo-cross-line 73a75ebce0f5c6c6b068a1879b68486e14357616 `Tomek Wytrebowicz`<mailto:tomalecpub+github@gmail.com> This test checks that correct height is applied if overflow: scroll is set
layout-algorithm_algo-cross-line-002 reference/layout-algorithm_algo-cross-line-002-ref cross size determination with overflow:scroll https://www.w3.org/TR/css-flexbox-1/#algo-cross-line 7f827d6fd1085eb5c6f95c278855d5a69d237152 `Tomek Wytrebowicz`<mailto:tomalecpub+github@gmail.com> This test checks that correct width is applied if overflow: scroll is set
multi-line-wrap-reverse-column-reverse reference/multi-line-wrap-reverse-column-reverse-ref flex container multiline wrapping-reverse in column-reverse direction. http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap,http://www.w3.org/TR/css-flexbox-1/#flex-direction-property cf5398c349ce875045d9a8f193db6b2c45057e3d `tmtysk`<mailto:tmtysk@gmail.com> This test check that a flex container reverse-wraps blocks multiline in column-reverse direction.
multi-line-wrap-reverse-row-reverse reference/multi-line-wrap-reverse-row-reverse-ref flex container multiline wrapping-reverse in row-reverse direction. http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap,http://www.w3.org/TR/css-flexbox-1/#flex-direction-property 603856a322bbc0eaefcb6334b0a883e713d5def6 `tmtysk`<mailto:tmtysk@gmail.com> This test check that a flex container reverse-wraps blocks multiline in row-reverse direction.
multi-line-wrap-with-column-reverse reference/multi-line-wrap-with-column-reverse-ref flex container multiline wrapping in column-reverse direction http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap,http://www.w3.org/TR/css-flexbox-1/#flex-direction-property 02ac708366bcef7fcae636d92dc00b0162aa859c `tmtysk`<mailto:tmtysk@gmail.com> This test check that a flex container wraps blocks multiline in column-reverse direction.
multi-line-wrap-with-row-reverse reference/multi-line-wrap-with-row-reverse-ref flex container multiline wrapping in row-reverse direction http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap,http://www.w3.org/TR/css-flexbox-1/#flex-direction-property c57b9d0f1fdda471b9c1a27f6fb6e34173938767 `tmtysk`<mailto:tmtysk@gmail.com> This test check that a flex container wraps blocks multiline in row-reverse direction.
negative-margins-001 reference/negative-margins-001-ref Negative margins http://www.w3.org/TR/css-flexbox-1/#item-margins ab174843702f92c846760b790bd5daaa7459fc06 `Google Inc.`<https://www.google.com/> Negative margins get floored at zero for intrinsic size computations
order-001 The 'order' property on flex items set to a value of '-1' http://www.w3.org/TR/css-flexbox-1/#propdef-order 04b5480a5e5ed8d047c97faee2ca8d8d2e450ca5 `Microsoft`<http://www.microsoft.com/> This test checks that a flex container will lay out its content in the order specified by the ordinal groups.
order-with-column-reverse reference/order-with-column-reverse-ref flex container layout lowest order with column-reverse direction http://www.w3.org/TR/css-flexbox-1/#propdef-order 781edf3b64de42acf2ac3b923cf7d8ca515f0501 `tmtysk`<mailto:tmtysk@gmail.com> This test check that a flex container layouts out its content starting with the lowest numbered ordinal group and going up with column-reverse direction.
order-with-row-reverse reference/order-with-row-reverse-ref flex container layout lowest order with row-reverse direction http://www.w3.org/TR/css-flexbox-1/#propdef-order 379d0daab60067a9fb6157277ec463b4ac66a1f1 `tmtysk`<tmtysk@gmail.com> This test check that a flex container layouts out its content starting with the lowest numbered ordinal group and going up with row-reverse direction.
order-with-row-reverse reference/order-with-row-reverse-ref flex container layout lowest order with row-reverse direction http://www.w3.org/TR/css-flexbox-1/#propdef-order 60ee520334fad3fba0c4c6b013e4b9de1bfce756 `tmtysk`<mailto:tmtysk@gmail.com> This test check that a flex container layouts out its content starting with the lowest numbered ordinal group and going up with row-reverse direction.
order_value order_check script http://www.w3.org/TR/css-flexbox-1/#propdef-order f5d773d782a1400c848d447eab95274ed8b8fbb2 `Intel`<http://www.intel.com> Check if the web engine can indentify order property.
percentage-heights-000 CSS Flexbox: Basic percentage heights dom,script https://drafts.csswg.org/css-flexbox-1/#main-sizing b3fad7d6cc3aa6c1ecd38948ff8982bbf9a23818 `Google`<https://www.google.com/> This test checks that percentage heights on a flex item correctly resolve against the container.
regions-flexbox-001 reference/regions-flexbox-001-ref CSS Regions: flowing flexbox elements in region http://www.w3.org/TR/css3-regions/#the-flow-into-property,http://www.w3.org/TR/css3-regions/#flow-from,http://www.w3.org/TR/css-flexbox-1/#flex-containers 11164a17de38e44ba5a60371b8f6f0cde1d58870 `Catalin Badea`<mailto:badea@adobe.com> Test that flex containers are flowed inside a namedflow.