Update CSS tests to revision 7a87ef71fc579e52d3438e009107aa442bc4021b

This commit is contained in:
Ms2ger 2015-10-06 12:33:05 +02:00
parent ad94ef5a96
commit 145aea3eeb
1196 changed files with 14344 additions and 6221 deletions

View file

@ -14,7 +14,7 @@ align-content_stretch align-content_stretch http://www.w3.org/TR/css-flexbox-1
align-items-001 reference/align-content-001-ref A flex container with the 'align-items' property set to 'center' http://www.w3.org/TR/css-flexbox-1/#align-items-property,http://www.w3.org/TR/css-flexbox-1/#propdef-align-items 4ec90267d588987280f145d8df8ac6f061999258 `Microsoft`<http://www.microsoft.com/> This test checks that the flex container with 'align-items: center' centers each flex item's margin box in the cross-axis of its line.
align-items-002 reference/align-content-001-ref A flex container with the 'align-items' property set to 'flex-start' http://www.w3.org/TR/css-flexbox-1/#align-items-property,http://www.w3.org/TR/css-flexbox-1/#propdef-align-items ba2dfa0b337d281eb321868358df2435c600506b `Microsoft`<http://www.microsoft.com/> This test checks that the flex container with 'align-items: flex-start' places each flex item's margin box flush with the cross-start edge of line.
align-items-003 reference/align-content-001-ref A flex container with the 'align-items' property set to 'flex-end' http://www.w3.org/TR/css-flexbox-1/#align-items-property,http://www.w3.org/TR/css-flexbox-1/#propdef-align-items 0864a7e2510be86698e7eafc6c3853f7e3448596 `Microsoft`<http://www.microsoft.com/> This test checks that the flex container with 'align-items: flex-end' places each flex item's margin box flush with the cross-end edge of line.
align-items-004 reference/align-content-001-ref A flex container with the 'align-items' property set to 'baseline' ahem http://www.w3.org/TR/css-flexbox-1/#align-items-property,http://www.w3.org/TR/css-flexbox-1/#propdef-align-items 6de835b5ff8ccff198294837a175ecf36ee1371e `Microsoft`<http://www.microsoft.com/> This test checks that the flex container with 'align-items: baseline' places each flex item's margin box so that their baselines align.
align-items-004 reference/align-content-001-ref A flex container with the 'align-items' property set to 'baseline' ahem http://www.w3.org/TR/css-flexbox-1/#align-items-property,http://www.w3.org/TR/css-flexbox-1/#propdef-align-items a2ade60ce94bb9608abdcdb10affbbe2b6ba0637 `Microsoft`<http://www.microsoft.com/> This test checks that the flex container with 'align-items: baseline' places each flex item's margin box so that their baselines align.
align-items-005 reference/align-content-001-ref A flex container with the 'align-items' property set to 'stretch' http://www.w3.org/TR/css-flexbox-1/#align-items-property,http://www.w3.org/TR/css-flexbox-1/#propdef-align-items aa76f8315736ed389b671e843e2bff79d9642d16 `Microsoft`<http://www.microsoft.com/> This test checks that the flex container with 'align-items: stretch' places each flex item's margin box so that its cross size is the same as the cross size of the line.
align-self-001 reference/ref-filled-green-100px-square align-self - flex-start http://www.w3.org/TR/css-flexbox-1/#align-items-property,http://www.w3.org/TR/css-flexbox-1/#propdef-align-self 0cc4990fc47d11d97de1460c7229b2a9ae83854e `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The 'align-self' property set 'flex-start' aligns the flex items to the start edge of cross axis
align-self-002 reference/ref-filled-green-100px-square align-self - flex-end http://www.w3.org/TR/css-flexbox-1/#align-items-property,http://www.w3.org/TR/css-flexbox-1/#propdef-align-self 76ff8530ed54bf734655e7b061bda90fe575da6a `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The 'align-self' property set 'flex-end' aligns the flex items to the end edge of cross axis
@ -46,21 +46,21 @@ 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-justufy-content http://www.w3.org/TR/css-flexbox-1/#propdef-justify-content,http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow 16dde2bb8fde7d77358127c179586c543fb5441c `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 3c9fbcfcc69b063efc377e05a4dc3d3068c80be7 `xiaoxia`<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 2e5bf4ca2fcfceb11ea7a14828ed53b096385155 `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 a4226108be2f0af901413339910960676e0aeab3 `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 8c9461d7bb8e46a2173f6651e3596f1ea0650e94 `Naoki Okada`<mailto:somathor@gmail.com> Test checks that when writing mode is vertical and flex-flow: column wrap, the flex container is vertical.
css-flexbox-column-reverse-wrap-reverse reference/css-flexbox-column-ref flex direction: row http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow d38b70360a7799e70ca707646a606c038c899013 `Naoki Okada`<mailto:somathor@gmail.com> Test checks that when writing mode is vertical and flex-flow: column wrap-reverse, the flex container is vertical.
css-flexbox-column-reverse-wrap-reverse reference/css-flexbox-column-ref flex direction: row http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow 151160ed3d2ad2d58e598e4b1027bbc483dcc957 `Naoki Okada`<mailto:somathor@gmail.com> Test checks that when writing mode is vertical and flex-flow: column wrap-reverse, the flex container is vertical.
css-flexbox-column-wrap reference/css-flexbox-column-ref flex direction: row http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow 81bfe00b93f428cb9c18db56c7403d4b3fa8423e `Naoki Okada`<mailto:somathor@gmail.com> Test checks that when writing mode is vertical and flex-flow: column wrap, the flex container is vertical.
css-flexbox-column-wrap-reverse reference/css-flexbox-column-ref flex direction: row http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow 110b7c270b5e15c253d57db831c76009af42141d `Naoki Okada`<mailto:somathor@gmail.com> Test checks that when writing mode is vertical and flex-flow: column wrap-reverse, the flex container is vertical.
css-flexbox-column-wrap-reverse reference/css-flexbox-column-ref flex direction: row http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow 7a03ee23187886a90b8d25cf2f83ea452454b769 `Naoki Okada`<mailto:somathor@gmail.com> Test checks that when writing mode is vertical and flex-flow: column wrap-reverse, the flex container is vertical.
css-flexbox-height-animation-stretch reference/css-flexbox-height-animation-stretch-ref Items stretch correctly while content is animating http://www.w3.org/TR/css-flexbox-1/#propdef-align-items c0ec675efc75f1316a44fd2ab919ba9001af8b79 `Micky Brunetti`<mailto:micky2be@gmail.com> Items should stretch vertically in all time
css-flexbox-img-expand-evenly reference/css-flexbox-img-expand-evenly-ref Image Expansion http://www.w3.org/TR/css-flexbox-1/#propdef-flex-grow 5112d07ce834249f41852096719e363804b80059 `Eiji Kitamura`<mailto:agektmr@gmail.com> 3 square images fill out border.
css-flexbox-row reference/css-flexbox-row-ref flex direction: row, writing mode vertical http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode c2fdd1f935ea17ca5c3ef860a2b39c9040c2b032 `Tsutomu ogaoga Ogasawara`<mailto:info@ogaoga.org> Test checks that when writing mode is vertical and flex-flow: row, the flex container is vertical.
css-flexbox-row-reverse reference/css-flexbox-row-ref flex direction: row, writing mode vertical http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode 7d6c951b7d2a9a20aec2dae97cf647a7542fd97c `Tsutomu ogaoga Ogasawara`<mailto:info@ogaoga.org> Test checks that when writing mode is vertical and flex-flow: row-reverse, the flex container is vertical.
css-flexbox-row-reverse-wrap reference/css-flexbox-row-ref flex direction: row, writing mode vertical http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode 45362cab6ef4ccddc48442ef7c30cfdbc4d7b68f `Tsutomu ogaoga Ogasawara`<mailto:info@ogaoga.org> Test checks that when writing mode is vertical and flex-flow: row-reverse wrap, the flex container is vertical.
css-flexbox-row-reverse-wrap-reverse reference/css-flexbox-row-ref flex direction: row, writing mode vertical http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode ae71f495e9b7a0b872b7404e8d13546220a99b9c `Tsutomu ogaoga Ogasawara`<mailto:info@ogaoga.org> Test checks that when writing mode is vertical and flex-flow: row-reverse wrap-reverse, the flex container is vertical.
css-flexbox-row-wrap reference/css-flexbox-row-ref flex direction: row, writing mode vertical http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode 406a4ac39fbf0910cc734e4fa2c2d95d441cbf2a `Tsutomu ogaoga Ogasawara`<mailto:info@ogaoga.org> Test checks that when writing mode is vertical and flex-flow: row wrap, the flex container is vertical.
css-flexbox-row-wrap-reverse reference/css-flexbox-row-ref flex direction: row, writing mode vertical http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode 3de913d4d90d2452743b0b92d15a212215e1db4a `Tsutomu ogaoga Ogasawara`<mailto:info@ogaoga.org> Test checks that when writing mode is vertical and flex-flow: row wrap-reverse, the flex container is vertical.
css-flexbox-img-expand-evenly reference/css-flexbox-img-expand-evenly-ref Image Expansion http://www.w3.org/TR/css-flexbox-1/#propdef-flex-grow 8a74bbc2ba16b660e1a0db83344e4c886f12a6a8 `Eiji Kitamura`<mailto:agektmr@gmail.com> 3 rectangular images fill out border.
css-flexbox-row reference/css-flexbox-row-ref flex direction: row, writing mode vertical http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode 2095a3cec191a88ee70b6fa4f9186cc94aba326b `Tsutomu ogaoga Ogasawara`<mailto:info@ogaoga.org> Test checks that when writing mode is vertical and flex-flow: row, the flex container is vertical.
css-flexbox-row-reverse reference/css-flexbox-row-ref flex direction: row, writing mode vertical http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode 0cc3d0f04358dfedc826c7185067510092468290 `Tsutomu ogaoga Ogasawara`<mailto:info@ogaoga.org> Test checks that when writing mode is vertical and flex-flow: row-reverse, the flex container is vertical.
css-flexbox-row-reverse-wrap reference/css-flexbox-row-ref flex direction: row, writing mode vertical http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode af5da24a6d34f820f9208e2d02eecedc044a7859 `Tsutomu ogaoga Ogasawara`<mailto:info@ogaoga.org> Test checks that when writing mode is vertical and flex-flow: row-reverse wrap, the flex container is vertical.
css-flexbox-row-reverse-wrap-reverse reference/css-flexbox-row-ref flex direction: row, writing mode vertical http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode 01014629935eb4a0926836e06888db388ed75ff7 `Tsutomu ogaoga Ogasawara`<mailto:info@ogaoga.org> Test checks that when writing mode is vertical and flex-flow: row-reverse wrap-reverse, the flex container is vertical.
css-flexbox-row-wrap reference/css-flexbox-row-ref flex direction: row, writing mode vertical http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode 0ea199bc95c19bfdd73497a22bf49819b4b23d59 `Tsutomu ogaoga Ogasawara`<mailto:info@ogaoga.org> Test checks that when writing mode is vertical and flex-flow: row wrap, the flex container is vertical.
css-flexbox-row-wrap-reverse reference/css-flexbox-row-ref flex direction: row, writing mode vertical http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-writing-modes-3/#propdef-writing-mode a317095a9cf1aa23dfdc9105c21f7567b4dde075 `Tsutomu ogaoga Ogasawara`<mailto:info@ogaoga.org> Test checks that when writing mode is vertical and flex-flow: row wrap-reverse, the flex container is vertical.
css-flexbox-test1 reference/css-flexbox-test1-ref flex direction: row, writing mode vertical http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow ec7b52168d5d6bd0ea658e5dfa74df6fa1932dd4 `Tsutomu ogaoga Ogasawara`<mailto:info@ogaoga.org> Test checks that when writing mode is vertical and flex-flow: row, the flex container is vertical.
display-flex-001 reference/align-content-001-ref An element with the 'display' property set to 'flex' establishes a new block-level flex container http://www.w3.org/TR/css-flexbox-1/#flex-containers b28bb6c80284c5d838f0fd137133c592e214031d `Microsoft`<http://www.microsoft.com/> This test checks that an element with 'display' property set to 'flex' establishes a new block-level flex container.
display_flex_exist display_flex dom,script http://www.w3.org/TR/css-flexbox-1/#flex-containers d3b1b0e42faf6629b7df76679260d7f6fdb89ca3 `Intel`<http://www.intel.com> Check if the web engine can indenfy the display value flex.
@ -69,7 +69,7 @@ flex-001 reference/justify-content-001-ref The 'flex' shorthand adjusting the 'f
flex-002 reference/justify-content-001-ref The 'flex' shorthand adjusting the 'flex-shrink' sub-property http://www.w3.org/TR/css-flexbox-1/#flex-property 5eef65fc72a6f76892ec7c3e1502ace587d400e8 `Microsoft`<http://www.microsoft.com/> This test checks that the flex shrink factor is multiplied by the flex base size when distributing negative space.
flex-003 reference/justify-content-001-ref Comparing two different elements using different values for the 'flex-grow' sub-property on the 'flex' shorthand http://www.w3.org/TR/css-flexbox-1/#flex-property aa083c3c37e6ccf91569adfb76e7fbfd26af5cf0 `Microsoft`<http://www.microsoft.com/> This test checks that the flex items with a different flex grow factor have different flexibilities.
flex-004 reference/justify-content-001-ref Comparing two different elements using different values for the 'flex-shrink' sub-property on the 'flex' shorthand http://www.w3.org/TR/css-flexbox-1/#flex-property eacca20d92c3fd3ae90aa6531733d8112ea48f07 `Microsoft`<http://www.microsoft.com/> This test checks that the flex items with a different flex shrink factor have different flexibilities.
flex-align-items-center reference/flex-align-items-center-ref CSS Flex-basis Test http://www.w3.org/TR/css-flexbox-1/#alignment 46d2eaf879b0bbd16437e1092096a891ef98cf47 `Chunsheng Zhang`<mailto:zhangcs_423@163.com> flex items center
flex-align-items-center reference/flex-align-items-center-ref CSS Flex-basis Test http://www.w3.org/TR/css-flexbox-1/#alignment b0c25464d925ac14a19de215685135c15a2b4540 `Chunsheng Zhang`<mailto:zhangcs_423@163.com> flex items center
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.
@ -92,7 +92,7 @@ flex-direction_column-reverse flex-direction_column-reverse http://www.w3.org/
flex-direction_row flex-direction_row http://www.w3.org/TR/css-flexbox-1/#flex-direction-property 83c729ef6a0f2fb5c317dd507b2d9fe31316488e `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 3006570651d466202f7d917cd152312730b9edd8 `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 e502bf18a14c3bc4fa3ae2485df64c679162ac42 `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 3f2168e9d0e1d45b9e6b363febe37e8c5236ac67 `shaofeic`<csf178@gmail.com> no blue color could be seen.
flex-flexitem-percentage-prescation reference/flex-flexitem-percentage-prescation-ref flex item size prescation http://www.w3.org/TR/css-flexbox-1/#flex-items 8d37a361c029bcb07faf82e3f172f1d4ec7bb785 `shaofeic`<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
@ -111,7 +111,7 @@ flex-grow-003 reference/ref-filled-green-100px-square flex-grow - negative numbe
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-items-flexibility reference/flex-items-flexibility CSS Flex-basis Test http://www.w3.org/TR/css-flexbox-1/#flexibility 6bada7cc61f1b3adac7354992455b59cff76478e `Chunsheng Zhang`<mailto:zhangcs_423@163.com> flex items flexibility
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-minimun-height-flex-items-001 reference/ref-filled-green-100px-square Minimun height of flex items http://www.w3.org/TR/css-flexbox-1/#min-size-auto 605b08c7906eba5ed79720f2399103205a138218 `Manuel Rego Casasnovas`<mailto:rego@igalia.com> Checks that minimun height for flex items is the min-content size.
flex-minimun-height-flex-items-002 reference/ref-filled-green-100px-square Minimun height of flex items http://www.w3.org/TR/css-flexbox-1/#min-size-auto fb81ee347c99fde166c84ec223256317f0a54a41 `Manuel Rego Casasnovas`<mailto:rego@igalia.com> Checks that minimun height for flex items is the specified size if it's smaller than the min-content size.
@ -358,23 +358,23 @@ flexbox_computedstyle_flex-direction-column-reverse flexbox | computed style |
flexbox_computedstyle_flex-direction-invalid flexbox | computed style | flex-direction: row dom http://www.w3.org/TR/css-flexbox-1/#flex-direction b096ae197ef5e36455b3aa8ff5ecc79886f6c52d `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-direction-row flexbox | computed style | flex-direction: row dom http://www.w3.org/TR/css-flexbox-1/#flex-direction 465c68e1fd4e64b39e76943b0b7ad7d96a443841 `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-direction-row-reverse flexbox | computed style | flex-direction: row-reverse dom http://www.w3.org/TR/css-flexbox-1/#flex-direction 8d4493c084b32f03266f890b0608afd0917cfcfc `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-column flexbox | computed style | flex-flow: column dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valuedef-column ef9f6bc6246ee34178b215f4492ccd72fbd1da91 `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-column-nowrap flexbox | computed style | flex-flow: column nowrap dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valuedef-column,http://www.w3.org/TR/css-flexbox-1/#valuedef-nowrap 359ac2c2a647cfea137bc216250eb318d16a9187 `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-column-reverse flexbox | computed style | flex-flow: column-reverse dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valuedef-column-reverse f089964e4b358ebba66d169d5b695523968a7bb5 `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-column-reverse-nowrap flexbox | computed style | flex-flow: column-reverse nowrap dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valuedef-column-reverse,http://www.w3.org/TR/css-flexbox-1/#valuedef-nowrap ad2effa806590b36d9c5349198ab661cc0d94d81 `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-column-reverse-wrap flexbox | computed style | flex-flow: column-reverse wrap dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valuedef-column-reverse,http://www.w3.org/TR/css-flexbox-1/#valuedef-wrap 015b7532aa7c595d685ea092893b04aea5bcb9e8 `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-column-wrap flexbox | computed style | flex-flow: column wrap dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valuedef-column,http://www.w3.org/TR/css-flexbox-1/#valuedef-wrap 71787aa7701211b2730675a60e258f284573b391 `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-column-wrap-reverse flexbox | computed style | flex-flow: column wrap-reverse dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valuedef-column,http://www.w3.org/TR/css-flexbox-1/#valuedef-wrap-reverse 1b96b4db7cc1dc30ffe4e79c4ad1e230d328a41c `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-nowrap flexbox | computed style | flex-flow: nowrap dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valuedef-nowrap 742872f107b7e28d36ccdd00d57af705d561362d `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-row flexbox | computed style | flex-flow: row dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valuedef-row ab69bcad87b3ed66c2b8f377b18ee95cd647e7d1 `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-row-nowrap flexbox | computed style | flex-flow: row nowrap dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valuedef-row,http://www.w3.org/TR/css-flexbox-1/#valuedef-nowrap 54b563633e1e28a42aecde2a4d2bc4379f2de0fb `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-row-reverse flexbox | computed style | flex-flow: row-reverse dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valuedef-row-reverse 8af1cb92a885515647c49fa331ddbc91a35d157e `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-row-reverse-nowrap flexbox | computed style | flex-flow: row-reverse nowrap dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valuedef-row-reverse,http://www.w3.org/TR/css-flexbox-1/#valuedef-nowrap c452b89efa6e2b12ef52e08ecea18f94a076fdf1 `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-row-reverse-wrap flexbox | computed style | flex-flow: row-reverse wrap dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valuedef-row-reverse,http://www.w3.org/TR/css-flexbox-1/#valuedef-wrap 5ea1a4cb4d86a704a5b4841d4486713165c0031e `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-row-reverse-wrap-reverse flexbox | computed style | flex-flow: row-reverse wrap-reverse dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valuedef-row-reverse,http://www.w3.org/TR/css-flexbox-1/#valuedef-wrap-reverse a91258a18c62d35ba28b33a691a857dc590f5c5a `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-row-wrap flexbox | computed style | flex-flow: row wrap dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valuedef-row,http://www.w3.org/TR/css-flexbox-1/#valuedef-wrap cb822687a33313a012e7d1c130d374cf2d1ed62e `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-row-wrap-reverse flexbox | computed style | flex-flow: row wrap-reverse dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valuedef-row,http://www.w3.org/TR/css-flexbox-1/#valuedef-wrap-reverse bacc4933cd88efd4746ee6128986786ff52e35d5 `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-wrap flexbox | computed style | flex-flow: wrap dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valuedef-wrap 79f711e5e8f7fdf790ca04f23d86945da73ab7f4 `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-column flexbox | computed style | flex-flow: column dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-direction-column 713e4d8b0cc98d64c34e2541ff6343a3ae28b24d `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-column-nowrap flexbox | computed style | flex-flow: column nowrap dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-direction-column,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-wrap-nowrap 3977c478ddb26703dd9deb82e82255cb103deec6 `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-column-reverse flexbox | computed style | flex-flow: column-reverse dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-direction-column-reverse 6dcee51bc841b62093dea1bc396d7727d6e108fe `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-column-reverse-nowrap flexbox | computed style | flex-flow: column-reverse nowrap dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-direction-column-reverse,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-wrap-nowrap 8ca37aa465bc3f743a7dba45aeff1b6d0c9579b0 `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-column-reverse-wrap flexbox | computed style | flex-flow: column-reverse wrap dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-direction-column-reverse,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-wrap-wrap 784f9a9d00954ba675f9cf2b993bc536f16916fe `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-column-wrap flexbox | computed style | flex-flow: column wrap dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-direction-column,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-wrap-wrap f72610177758218a6493cf22cb96787f23f56341 `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-column-wrap-reverse flexbox | computed style | flex-flow: column wrap-reverse dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-direction-column,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-wrap-wrap-reverse bb0884f75d50052ebc5dd12835e28eff6ac80038 `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-nowrap flexbox | computed style | flex-flow: nowrap dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-wrap-nowrap 72295885e0fb14d2d3c6aa87f7175825542001f7 `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-row flexbox | computed style | flex-flow: row dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-direction-row 33c7e9474d83f1d1613ac4b2dc0010cdcb003d5d `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-row-nowrap flexbox | computed style | flex-flow: row nowrap dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-direction-row,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-wrap-nowrap d411b9be2d00b359da9fc1616f619eadec48c4a5 `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-row-reverse flexbox | computed style | flex-flow: row-reverse dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-direction-row-reverse f8fab15302d722bf44f7a7e3feb33bb42757c4c2 `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-row-reverse-nowrap flexbox | computed style | flex-flow: row-reverse nowrap dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-direction-row-reverse,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-wrap-nowrap 3ed9025f65ec9a9d321e15ed4f965b6b8c9e5853 `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-row-reverse-wrap flexbox | computed style | flex-flow: row-reverse wrap dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-direction-row-reverse,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-wrap-wrap a61f3c0001e0ad4d8e98d427e78a02455abc09bd `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-row-reverse-wrap-reverse flexbox | computed style | flex-flow: row-reverse wrap-reverse dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-direction-row-reverse,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-wrap-wrap-reverse 4c3f2b813f6e8e0fa6e1c7f3f67201c4f0709afd `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-row-wrap flexbox | computed style | flex-flow: row wrap dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-direction-row,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-wrap-wrap 9c36f816fc74472766c17f57e0ae133afca15ccd `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-row-wrap-reverse flexbox | computed style | flex-flow: row wrap-reverse dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-direction-row,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-wrap-wrap-reverse 32e8ba672ec87c0e84dd0f27e46d4d7b90de8ee2 `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-flow-wrap flexbox | computed style | flex-flow: wrap dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-wrap-wrap 76fe127a0c9bec9881983a9969e703c05fd069ba `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-grow-0 flexbox | computed style | flex-grow: 0 dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-grow 0d31e588261dbee89d706fa5ad4e7c972b28a4c2 `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-grow-invalid flexbox | computed style | flex-grow: negative dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-grow a7b47c4479c35c736ed5aba7089da7b1f3dedbd9 `Opera Software`<http://opera.com>
flexbox_computedstyle_flex-grow-number flexbox | computed style | flex-grow: number dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-grow 5242a9ccba365ad56b489ef924a99ef0eecb0a18 `Opera Software`<http://opera.com>
@ -406,7 +406,7 @@ flexbox_computedstyle_order-invalid flexbox | computed style | order: nonintege
flexbox_computedstyle_order-negative flexbox | computed style | order: -1 dom http://www.w3.org/TR/css-flexbox-1/#propdef-order 0a911382a0fcb5d01a8ee62acf7de9789de5e4cd `Opera Software`<http://opera.com>
flexbox_direction-column reference/flexbox_direction-column-ref flexbox | flex-direction: column http://www.w3.org/TR/css-flexbox-1/#flex-direction-property 016ee30f42dcea1993ff8772b43f2783f358d30e `Opera Software`<http://opera.com>
flexbox_direction-column-reverse reference/flexbox_direction-column-reverse-ref flexbox | flex-direction: column-reverse http://www.w3.org/TR/css-flexbox-1/#flex-direction-property 0ac54595950e762ca7752f3dd9f87ecd17aee308 `Opera Software`<http://opera.com>
flexbox_direction-row-reverse reference/flexbox_direction-row-reverse-ref flexbox | flex-direction: row-reverse http://www.w3.org/TR/css-flexbox-1/#flex-direction-property 494b66430b84f041f8d792572a830d1e80b4f6fe `Opera Software`<http://opera.com>
flexbox_direction-row-reverse reference/flexbox_direction-row-reverse-ref flexbox | flex-direction: row-reverse http://www.w3.org/TR/css-flexbox-1/#flex-direction-property f1320e1caafb090d6e0cbdc74c873f98dfea7d85 `Opera Software`<http://opera.com>
flexbox_display reference/flexbox_display-ref flexbox | display error-handling http://www.w3.org/TR/css-flexbox-1/#flex-containers 429c145ce111df3e08fa2ff4f5692e56bc4bbb4d `Opera Software`<http://opera.com>
flexbox_fbfc reference/flexbox_fbfc-ref flexbox | flex formatting context :: float intrusion http://www.w3.org/TR/css-flexbox-1/#flex-containers 5b33462ad18995d80f363daf64588ae2b06b1012 `Opera Software`<http://opera.com>
flexbox_fbfc2 reference/flexbox_fbfc2-ref flexbox | flex formatting context :: float intrusion http://www.w3.org/TR/css-flexbox-1/#flex-containers 96924b6ce7df17a725dff73a27ec2baa994a6744 `Opera Software`<http://opera.com>
@ -505,7 +505,7 @@ flexbox_flex-N-N-Npercent reference/flexbox_flex-N-N-Npercent-ref flexbox | flex
flexbox_flex-N-N-Npercent-shrink reference/flexbox_flex-N-N-Npercent-shrink-ref flexbox | flex: N N N% | shrinking http://www.w3.org/TR/css-flexbox-1/#flex-property f7fea5157a2d5d44e69ab1083598d8323c6fdfa4 `Opera Software`<http://opera.com>
flexbox_flex-natural reference/flexbox_flex-natural-ref flexbox | flex: larger integer http://www.w3.org/TR/css-flexbox-1/#flex-common e5f2206a3e7bde2995ea9a2712e0395618cec2f9 `Opera Software`<http://opera.com>
flexbox_flex-natural-mixed-basis reference/flexbox_flex-natural-mixed-basis-ref flexbox | flex: larger integer, mixed basis http://www.w3.org/TR/css-flexbox-1/#flex-basis-property aa956d1c13675e5b4872c65d15cb2eec96eb3d8e `Opera Software`<http://opera.com>
flexbox_flex-natural-mixed-basis-auto reference/flexbox_flex-natural-mixed-basis-auto-ref flexbox | flex: larger integer, mixed basis, auto http://www.w3.org/TR/css-flexbox-1/#flex-basis-property e92a27a4b8dcd6d86acf798d16ada443b742760f `Opera Software`<http://opera.com>
flexbox_flex-natural-mixed-basis-auto reference/flexbox_flex-natural-mixed-basis-auto-ref flexbox | flex: larger integer, mixed basis, auto http://www.w3.org/TR/css-flexbox-1/#flex-basis-property d51d054019bba36ae31354936ec17b47fe0e90f1 `Opera Software`<http://opera.com>
flexbox_flex-natural-variable-auto-basis reference/flexbox_flex-natural-variable-auto-basis-ref flexbox | flex: larger integer, auto basis http://www.w3.org/TR/css-flexbox-1/#flex-basis-property 7755aa9d0584d1d4ecc9f25559916eabde034e06 `Opera Software`<http://opera.com>
flexbox_flex-natural-variable-zero-basis reference/flexbox_flex-natural-variable-zero-basis-ref flexbox | flex: larger integer, zero basis http://www.w3.org/TR/css-flexbox-1/#propdef-flex-basis 4ba06ffb647768427b03ff4236cd122499ed14d6 `Opera Software`<http://opera.com>
flexbox_flex-none reference/flexbox_flex-none-ref flexbox | flex: none http://www.w3.org/TR/css-flexbox-1/#flex-common 2b468b57f1ba7761b333d2fea4637ad94516f3a4 `Opera Software`<http://opera.com>
@ -516,7 +516,6 @@ flexbox_flow-column-wrap-reverse reference/flexbox_flow-column-wrap-reverse-ref
flexbox_flow-row-wrap reference/flexbox_flow-row-wrap-ref flexbox | flex-flow: row wrap http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow 4339f96b8767fb59553404d641bf1a7a899f299b `Opera Software`<http://opera.com>
flexbox_flow-row-wrap-reverse reference/flexbox_flow-row-wrap-reverse-ref flexbox | flex-flow: row wrap-reverse http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow b28edd15c50b0467f0c2e32dc703261e81d690c2 `Opera Software`<http://opera.com>
flexbox_generated reference/flexbox_generated-ref flexbox | flexcontainer vs generated content http://www.w3.org/TR/css-flexbox-1/#flex-container 4570a214569e4838440ab3272b9ccd40a8bf26cb `Opera Software`<http://opera.com>
flexbox_generated-container reference/flexbox_generated-container-ref flexbox | flexcontainer vs generated content http://www.w3.org/TR/css-flexbox-1/#flex-container 0ca130877ef2b8b367b57ff6b389325f28098ce2 `Opera Software`<http://opera.com>
flexbox_generated-flex reference/flexbox_generated-flex-ref flexbox | flexcontainer via generated content http://www.w3.org/TR/css-flexbox-1/#flex-container 9757b85f200e0b9db067b1fd57c55500bd2c4114 `Opera Software`<http://opera.com>
flexbox_generated-nested-flex reference/flexbox_generated-flex-ref flexbox | flexcontainer via generated content http://www.w3.org/TR/css-flexbox-1/#flex-container 923485dbc0a175039a27e86323be636703775ab1 `Opera Software`<http://opera.com>
flexbox_inline reference/flexbox_inline-ref flexbox | inline http://www.w3.org/TR/css-flexbox-1/#flex-containers 447bdde9aed536a2bcc81a5dd78c8069f4836aa6 `Opera Software`<http://opera.com>
@ -565,21 +564,19 @@ flexbox_margin-auto-overflow reference/flexbox_margin-auto-overflow-ref flexbox
flexbox_margin-auto-overflow-2 reference/flexbox_margin-auto-overflow-2-ref flexbox | margin: auto in overflow http://www.w3.org/TR/css-flexbox-1/#auto-margins 4254fbcce87139219739456302d94f8d2bd72768 `Opera Software`<http://opera.com>
flexbox_margin-collapse reference/flexbox_margin-collapse-ref flexbox | flexitem margin collapsing http://www.w3.org/TR/css-flexbox-1/#visibility-collapse 6aa64150b93c317b76e5a43a41b62ca3c833b912 `Opera Software`<http://opera.com>
flexbox_margin-left-ex reference/flexbox_margin-left-ex-ref flexbox | margin-left: auto http://www.w3.org/TR/css-flexbox-1/#item-margins a722372e89428c63ff1b99c432a679db1301041e `Opera Software`<http://opera.com>
flexbox_min-height-auto reference/flexbox_min-height-auto-ref flexbox | min-height: auto http://www.w3.org/TR/css-flexbox-1/#min-size-auto 0889d1aa107e2ebeb115d99a06b54b6c2f8b8357 `Opera Software`<http://opera.com>
flexbox_min-width-auto reference/flexbox_min-width-auto-ref flexbox | min-width: auto http://www.w3.org/TR/css-flexbox-1/#min-size-auto 4fbbe3bae0e6f9fc1e4f77303542f3d1bf38ab67 `Opera Software`<http://opera.com>
flexbox_nested-flex reference/flexbox_generated-flex-ref flexbox | nested flexcontainer http://www.w3.org/TR/css-flexbox-1/#flex-containers de7cef3ac7399c36bde0844a90755fafb9ae75a5 `Opera Software`<http://opera.com>
flexbox_object reference/flexbox_object-ref flexbox | object fallback as a flex item http://www.w3.org/TR/css-flexbox-1/#propdef-justify-content 5b8622fb8a69aa78e7cb37ccaa7af3be17c742cb `Opera Software`<http://opera.com>
flexbox_order reference/flexbox_order-ref flexbox | flex-flow: column-reverse wrap-reverse; order http://www.w3.org/TR/css-flexbox-1/#propdef-order d345977eb697f0d70940b814f7aa1414434b9722 `Opera Software`<http://opera.com>
flexbox_order-abspos-space-around reference/flexbox_order-abspos-space-around-ref flexbox | order; justify-content: space-around http://www.w3.org/TR/css-flexbox-1/#propdef-order bd6d487a106559771331579297b95acbfb6a8577 `Opera Software`<http://opera.com>
flexbox_order-box reference/flexbox_order-box-ref flexbox | flex-flow: column-reverse wrap-reverse; order http://www.w3.org/TR/css-flexbox-1/#propdef-order 47ed809b00402ab4408062ec191e53f6da3e9f97 `Opera Software`<http://opera.com>
flexbox_order-noninteger-invalid reference/flexbox_empty-ref flexbox | flex-flow: column-reverse wrap-reverse; order http://www.w3.org/TR/css-flexbox-1/#propdef-order 1f672e31cf0d8647407d63e3fa67aec0149be5bd `Opera Software`<http://opera.com>
flexbox_order-noninteger-invalid reference/flexbox_empty-ref flexbox | flex-flow: column-reverse wrap-reverse; order http://www.w3.org/TR/css-flexbox-1/#propdef-order cb761f3308f054a7cd5d1ec75954abcfe5e486d6 `Opera Software`<http://opera.com>
flexbox_rowspan reference/flexbox_rowspan-ref flexbox | flexcontainers in cells with rowspan http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap cbdc9b8fb06e07f2dbda75a6040b7f72af6d2d39 `Opera Software`<http://opera.com>
flexbox_rowspan-overflow reference/flexbox_rowspan-ref flexbox | flexcontainers in cells with rowspan http://www.w3.org/TR/css-flexbox-1/#flex-property e890f105eb21884b8e6cf2ec49631885b6e0b19a `Opera Software`<http://opera.com>
flexbox_rowspan-overflow-automatic reference/flexbox_rowspan-ref flexbox | flexcontainers in cells with rowspan http://www.w3.org/TR/css-flexbox-1/#flex-property fc0765593c796aadb31bf2941c832e30abd3b3f4 `Opera Software`<http://opera.com>
flexbox_rtl-direction reference/flexbox_rtl-direction-ref flexbox | flex-direction: column-reverse | rtl http://www.w3.org/TR/css-flexbox-1/#flex-direction,http://www.w3.org/TR/css-flexbox-1/#valuedef-column-reverse 1e49c609fac138ef2cf55a176496f38a4d1ae94d `Opera Software`<http://opera.com>
flexbox_rtl-flow reference/flexbox_rtl-flow-ref flexbox | flex-flow: column wrap | rtl http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valuedef-column,http://www.w3.org/TR/css-flexbox-1/#valuedef-wrap b7f45ac17ad8b78c5a018da62d670538eebbc6ab `Opera Software`<http://opera.com>
flexbox_rtl-flow-reverse reference/flexbox_rtl-flow-reverse-ref flexbox | flex-flow: column wrap-reverse | rtl http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valuedef-column,http://www.w3.org/TR/css-flexbox-1/#valuedef-wrap-reverse 26b91c4a0460efceb73d731a90128bfeac237cd5 `Opera Software`<http://opera.com>
flexbox_rtl-order reference/flexbox_rtl-order-ref flexbox | flex-flow: column-reverse wrap-reverse; order | rtl http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valuedef-column-reverse,http://www.w3.org/TR/css-flexbox-1/#valuedef-wrap-reverse 79d4af59c7ded9606e082e8206e947788adf6a79 `Opera Software`<http://opera.com>
flexbox_rtl-direction reference/flexbox_rtl-direction-ref flexbox | flex-direction: column-reverse | rtl http://www.w3.org/TR/css-flexbox-1/#flex-direction,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-direction-column-reverse 0c040b5e2e2ab9b79d1b20be0b2cf01c5929ae15 `Opera Software`<http://opera.com>
flexbox_rtl-flow reference/flexbox_rtl-flow-ref flexbox | flex-flow: column wrap | rtl http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-direction-column,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-wrap-wrap df3787b159e0abba17c8e09947da4366e176f70c `Opera Software`<http://opera.com>
flexbox_rtl-flow-reverse reference/flexbox_rtl-flow-reverse-ref flexbox | flex-flow: column wrap-reverse | rtl http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-direction-column,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-wrap-wrap-reverse 97d6975321ffae724dcbf842e2c45ce755988d01 `Opera Software`<http://opera.com>
flexbox_rtl-order reference/flexbox_rtl-order-ref flexbox | flex-flow: column-reverse wrap-reverse; order | rtl http://www.w3.org/TR/css-flexbox-1/#propdef-flex-flow,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-direction-column-reverse,http://www.w3.org/TR/css-flexbox-1/#valdef-flex-wrap-wrap-reverse 4090c6d3a340952217f101b03d8ad2f93f9acfe4 `Opera Software`<http://opera.com>
flexbox_stf-abspos reference/flexbox_empty-ref flexbox | flexcontainer versus stf :: abspos http://www.w3.org/TR/css-flexbox-1/#flex-items e24fd8fe7d5bb6185a8c3d779c5197f0ca812d80 `Opera Software`<http://opera.com>
flexbox_stf-fixpos flexbox | flexcontainer versus stf :: fixed http://www.w3.org/TR/css-flexbox-1/#flex-items 033527b57604643b6c44febdccd54cd5a8a07007 `Opera Software`<http://opera.com>
flexbox_stf-float reference/flexbox_empty-ref flexbox | flexcontainer versus stf :: float http://www.w3.org/TR/css-flexbox-1/#flex-items 0159cfa2484cb57804d9cbe5362a0fc2eea3bad2 `Opera Software`<http://opera.com>
@ -631,12 +628,12 @@ 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.
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 c68df3dba4a3f36ad584bcc5bcbe0191153b6c82 `tmtysk`<mailto:tmtysk@gmail.com> This test check that a flex container reverse-wraps blocks multiline in column-reverse direction.
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 831fe2b271b86a9746f8e6ac2bbc998c0bbb0503 `tmtysk`<mailto:tmtysk@gmail.com> This test check that a flex container wraps blocks multiline in column-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.
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 4b46a5ecdd86862155091ee385b111da2246d8b6 `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-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_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.
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.
@ -646,14 +643,15 @@ regions-flexbox-004 reference/regions-flexbox-002-ref CSS Regions: fixed sized r
row-flexbox-break reference/row-flexbox-break-ref CSS Regions: row flex container fragmentation 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/#layout-algorithm,http://www.w3.org/TR/css-flexbox-1/#pagination 62eca80457772bbcd6ef028a809740a4671aaece `Catalin Badea`<mailto:badea@adobe.com> Test checks that a flex container with row flow is split between regions.
ttwf-reftest-flex-align-content-center reference/ttwf-reftest-flex-align-content-center-ref align-content property - center http://www.w3.org/TR/css-flexbox-1/#align-content-property 70cf594ac3554827c881644aaa1d282400d9275f `haosdent`<mailto:haosdent@gmail.com> Statement describing what the test case is asserting
ttwf-reftest-flex-align-content-end reference/ttwf-reftest-flex-align-content-end-ref align-content property - flex-end http://www.w3.org/TR/css-flexbox-1/#align-content-property e7b3fdf1d85f5ac349d8aad09401290e1f371359 `haosdent`<mailto:haosdent@gmail.com> Statement describing what the test case is asserting
ttwf-reftest-flex-align-content-space-around reference/ttwf-reftest-flex-align-content-space-around-ref align-content property - space-around http://www.w3.org/TR/css-flexbox-1/#align-content-property 219df9e7930f458af4acceb5e3e99859e033ab85 `haosdent`<mailto:haosdent@gmail.com> Statement describing what the test case is asserting
ttwf-reftest-flex-align-content-space-around reference/ttwf-reftest-flex-align-content-space-around-ref align-content property - space-around http://www.w3.org/TR/css-flexbox-1/#align-content-property 985fb0b70cedd2f698c42f3471dd6b93e9a0c4f4 `haosdent`<mailto:haosdent@gmail.com> Statement describing what the test case is asserting
ttwf-reftest-flex-align-content-space-between reference/ttwf-reftest-flex-align-content-space-between-ref align-content property - space-between http://www.w3.org/TR/css-flexbox-1/#align-content-property 3913f63bb373edde072e12c44a2211830cd4f1d7 `haosdent`<mailto:haosdent@gmail.com> Statement describing what the test case is asserting
ttwf-reftest-flex-align-content-start reference/ttwf-reftest-flex-align-content-start-ref align-content property - flex-start http://www.w3.org/TR/css-flexbox-1/#align-content-property d9579a3b26825e87897486a6e98d115d67e3e56e `haosdent`<mailto:haosdent@gmail.com> Statement describing what the test case is asserting
ttwf-reftest-flex-base reference/ttwf-reftest-flex-base-ref display proprety - flex http://www.w3.org/TR/css-flexbox-1/#flex-containers 09cd8d806fdea0d80f53d47755e6142bc5949bad `haosdent`<mailto:haosdent@gmail.com> Statement describing what the test case is asserting
ttwf-reftest-flex-direction-column reference/ttwf-reftest-flex-direction-column-ref flex-direction proprety - column http://www.w3.org/TR/css-flexbox-1/#flex-direction-property 728c353144e523d1a5a723816705922e0c6c1e76 `haosdent`<mailto:haosdent@gmail.com> Statement describing what the test case is asserting
ttwf-reftest-flex-direction-column-reverse reference/ttwf-reftest-flex-direction-column-reverse-ref flex-direction proprety - column-reverse http://www.w3.org/TR/css-flexbox-1/#flex-direction-property dd7661f0825e7ffc18333899ba88a572498717e9 `haosdent`<mailto:haosdent@gmail.com> Statement describing what the test case is asserting
ttwf-reftest-flex-direction-row-reverse reference/ttwf-reftest-flex-direction-row-reverse-ref flex-direction proprety - row-reverse http://www.w3.org/TR/css-flexbox-1/#flex-direction-property 5cf3a7c461178c681be521423a82e0878a80c275 `haosdent`<mailto:haosdent@gmail.com> Statement describing what the test case is asserting
ttwf-reftest-flex-order reference/ttwf-reftest-flex-order-ref order proprety - value http://www.w3.org/TR/css-flexbox-1/#propdef-order 20966eb34dbe8f0b6a907a7ecb417d8b3cafdbcf `haosdent`<mailto:haosdent@gmail.com> Statement describing what the test case is asserting
ttwf-reftest-flex-direction-row-reverse reference/ttwf-reftest-flex-direction-row-reverse-ref flex-direction proprety - row-reverse http://www.w3.org/TR/css-flexbox-1/#flex-direction-property 9098f8056ac9c5fc7f7633548358c81fedb3f8c8 `haosdent`<mailto:haosdent@gmail.com> Statement describing what the test case is asserting
ttwf-reftest-flex-inline reference/ttwf-reftest-flex-inline-ref display proprety - inline-flex http://www.w3.org/TR/css-flexbox-1/#valdef-display-inline-flex 76e35eb42afbf4c59d4f5a940e0df33746514690 `haosdent`<mailto:haosdent@gmail.com> Statement describing what the test case is asserting
ttwf-reftest-flex-order reference/ttwf-reftest-flex-order-ref order proprety - value http://www.w3.org/TR/css-flexbox-1/#propdef-order 044ded9f226cb84a3c9732056aea49c46c181e2f `haosdent`<mailto:haosdent@gmail.com> Statement describing what the test case is asserting
ttwf-reftest-flex-wrap reference/ttwf-reftest-flex-wrap-ref flex-wrap proprety - wrap http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap 6711a164362418be2fcd9c0212837ddd96134a16 `haosdent`<mailto:haosdent@gmail.com> Statement describing what the test case is asserting
ttwf-reftest-flex-wrap-reverse reference/ttwf-reftest-flex-wrap-reverse-ref flex-wrap proprety - wrap-reverse http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap ed8cc9b7b77eccf97ceba22b903b26ae3aa38e09 `haosdent`<mailto:haosdent@gmail.com> Statement describing what the test case is asserting
visibility-collapse-001 A flex item with the 'visibility' property set to 'collapse' should not take up space in the main axis http://www.w3.org/TR/css-flexbox-1/#visibility-collapse e3a914d7e3c7ff2a5e898eaf67dff3041dda16fc `Microsoft`<http://www.microsoft.com/> This test checks that a flex item with 'visibility: collapse' doesn't take up space in the main axis.