mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
This commit is contained in:
parent
9aa1b1e408
commit
35c74aecc2
11290 changed files with 92400 additions and 49214 deletions
|
@ -1,5 +1,5 @@
|
|||
id references title flags links revision credits assertion
|
||||
align-content-001 reference/align-content-001-ref A multi-line flex container with the 'align-content' property set to 'center' http://www.w3.org/TR/css-flexbox-1/#align-content-property 4c5f3030574991aba5f60b17f5c095f88ce663f2 `Microsoft`<http://www.microsoft.com/> This test checks that a multi-line flex container with 'align-content: center' centers lines in the flex container.
|
||||
align-content-001 reference/align-content-001-ref A multi-line flex container with the 'align-content' property set to 'center' http://www.w3.org/TR/css-flexbox-1/#align-content-property fef3efe3e5cd11de1b905aba10c750ed95c1e34a `Microsoft`<http://www.microsoft.com/> This test checks that a multi-line flex container with 'align-content: center' centers lines in the flex container.
|
||||
align-content-002 reference/align-content-001-ref A multi-line flex container with the 'align-content' property set to 'flex-start' http://www.w3.org/TR/css-flexbox-1/#align-content-property 190b201ce64305bbc31e1aac68440f107d0b0d37 `Microsoft`<http://www.microsoft.com/> This test checks that a multi-line flex container with 'align-content: flex-start' packs lines toward the start of the flex container.
|
||||
align-content-003 reference/align-content-001-ref A multi-line flex container with the 'align-content' property set to 'flex-end' http://www.w3.org/TR/css-flexbox-1/#align-content-property 756731440b6e3954113add77eb19ae4059971216 `Microsoft`<http://www.microsoft.com/> This test checks that a multi-line flex container with 'align-content: flex-end' packs lines toward the end of the flex container.
|
||||
align-content-004 reference/align-content-001-ref A multi-line flex container with the 'align-content' property set to 'space-between' http://www.w3.org/TR/css-flexbox-1/#align-content-property 34f53f21d8e29643dc7d4e0a682fe2cf3efc0aba `Microsoft`<http://www.microsoft.com/> This test checks that a multi-line flex container with 'align-content: space-between' distributes lines evenly in the flex container.
|
||||
|
@ -20,11 +20,11 @@ align-self-001 reference/ref-filled-green-100px-square align-self - flex-start
|
|||
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
|
||||
align-self-003 reference/ref-filled-green-100px-square align-self - center http://www.w3.org/TR/css-flexbox-1/#align-items-property,http://www.w3.org/TR/css-flexbox-1/#propdef-align-self 1ce28e4e595a2f36bd3c9a74033a3a72da36f37f `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The 'align-self' property set 'center' centered the flex items in the cross axis within the line
|
||||
align-self-004 reference/ref-filled-green-100px-square align-self - stretch http://www.w3.org/TR/css-flexbox-1/#align-items-property,http://www.w3.org/TR/css-flexbox-1/#propdef-align-self e07644c7ce7601750f39d681ee9aea5dc72e888d `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The 'align-self' property set 'stretch' makes the cross size of the item's margin box as close to the same size as the line as possible
|
||||
align-self-005 reference/ref-filled-green-100px-square align-self - stretch (height: number) http://www.w3.org/TR/css-flexbox-1/#align-items-property,http://www.w3.org/TR/css-flexbox-1/#propdef-align-self ac6110310efb808ea2b4891488aa2052f2f573a5 `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The 'align-self' property set 'stretch' will be invalid while cross size of the flex item set exact number
|
||||
align-self-005 reference/ref-filled-green-100px-square align-self - stretch (height: number) http://www.w3.org/TR/css-flexbox-1/#align-items-property,http://www.w3.org/TR/css-flexbox-1/#propdef-align-self 4ffd7f73199bdfd77d31095d4d4126782e59db5a `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The 'align-self' property set 'stretch' will be invalid while cross size of the flex item set exact number
|
||||
align-self-006 align-self - baseline http://www.w3.org/TR/css-flexbox-1/#align-items-property,http://www.w3.org/TR/css-flexbox-1/#propdef-align-self 0aac8117fbe0abfc970d00541545e63d96d62b2e `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The 'align-self' property set 'baseline' aligns the flex items to the baseline of content
|
||||
align-self-007 reference/ref-filled-green-100px-square align-self - auto and align-items - flex-start http://www.w3.org/TR/css-flexbox-1/#align-items-property,http://www.w3.org/TR/css-flexbox-1/#propdef-align-self,http://www.w3.org/TR/css-flexbox-1/#propdef-align-items 490151fafd13a31265bb23af939244e540d0aa69 `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The 'align-self' property set 'auto' aligns flex items to start edge of cross-axis when 'align-items' set 'flex-start'
|
||||
align-self-008 reference/ref-filled-green-100px-square align-self - auto and align-items - flex-end http://www.w3.org/TR/css-flexbox-1/#align-items-property,http://www.w3.org/TR/css-flexbox-1/#propdef-align-self d2ed9f4f6f56313ea4614bf8e3aea8210a0ce85f `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The 'align-self' property set 'auto' aligns flex items to end edge of cross-axis when 'align-items' set 'flex-end'
|
||||
align-self-009 reference/ref-filled-green-100px-square align-self - auto and align-items - center http://www.w3.org/TR/css-flexbox-1/#align-items-property,http://www.w3.org/TR/css-flexbox-1/#propdef-align-self d72a8a12de59ed58d8c4acd3570ba930faa86d5a `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The 'align-self' property set 'auto' will center flex items the flex items in the cross axis when 'align-items' set 'center'
|
||||
align-self-007 reference/ref-filled-green-100px-square align-self - auto and align-items - flex-start http://www.w3.org/TR/css-flexbox-1/#align-items-property,http://www.w3.org/TR/css-flexbox-1/#propdef-align-self,http://www.w3.org/TR/css-flexbox-1/#propdef-align-items 08a37ab62ab05aace2c1936bdfd4da408f44ae92 `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The 'align-self' property set 'auto' aligns flex items to start edge of cross-axis when 'align-items' set 'flex-start'
|
||||
align-self-008 reference/ref-filled-green-100px-square align-self - auto and align-items - flex-end http://www.w3.org/TR/css-flexbox-1/#align-items-property,http://www.w3.org/TR/css-flexbox-1/#propdef-align-self 68b946c4e6e0871e6fae61bcc6c1c12efb48c760 `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The 'align-self' property set 'auto' aligns flex items to end edge of cross-axis when 'align-items' set 'flex-end'
|
||||
align-self-009 reference/ref-filled-green-100px-square align-self - auto and align-items - center http://www.w3.org/TR/css-flexbox-1/#align-items-property,http://www.w3.org/TR/css-flexbox-1/#propdef-align-self 1edea6e4b18b8e4bec4d0303d6f4dc07548e7e98 `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The 'align-self' property set 'auto' will center flex items the flex items in the cross axis when 'align-items' set 'center'
|
||||
align-self-010 align-self - auto and align-items - baseline http://www.w3.org/TR/css-flexbox-1/#align-items-property,http://www.w3.org/TR/css-flexbox-1/#propdef-align-self f38470b8bca80980d4f3c797246367fc1669c0b1 `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The 'align-self' property set 'auto' aligns the flex items to the baseline of content when 'align-items' set 'baseline'
|
||||
align-self-011 reference/ref-filled-green-100px-square align-self - auto and align-items - stretch http://www.w3.org/TR/css-flexbox-1/#align-items-property,http://www.w3.org/TR/css-flexbox-1/#propdef-align-self f6b0b0c7d8a543164b3a07710ccc28902014f7b8 `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The 'align-self' property set 'auto' makes the cross size of the item's margin box as close to the same size as the line as possible when 'align-items' set 'stretch'
|
||||
align-self-012 reference/ref-filled-green-100px-square align-self - auto (initial value) http://www.w3.org/TR/css-flexbox-1/#align-items-property,http://www.w3.org/TR/css-flexbox-1/#propdef-align-self 34bdc9d96afd87a8c296f0fc12909f6d3dca4fc4 `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The initial value of 'align-self' property is 'auto'
|
||||
|
@ -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 3c9fbcfcc69b063efc377e05a4dc3d3068c80be7 `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 8eb9ef235feb6bf970b0c71c58e98e639d447352 `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.
|
||||
|
@ -54,7 +54,7 @@ css-flexbox-column-reverse-wrap-reverse reference/css-flexbox-column-ref flex di
|
|||
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 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 8a74bbc2ba16b660e1a0db83344e4c886f12a6a8 `Eiji Kitamura`<mailto:agektmr@gmail.com> 3 rectangular images fill out border.
|
||||
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 a3d322e0c668c00cb991d7016ab1e7b025d493b2 `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.
|
||||
|
@ -78,21 +78,21 @@ flex-basis-005 reference/ref-filled-green-100px-square flex-basis - 0 http://ww
|
|||
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-box-wrap reference/flex-box-wrap-ref flex-wrap: wrap http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap 9d6a4d6440cb23bae63e478580d061d47ffba194 `Tsuyoshi Tokuda`<mailto:tokuda109@gmail.com> the test passes if you see green box.
|
||||
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 a766d53d70193da1a751a9b50c249bdbfad42047 `houzhenyu`<http://www.github.com/sskyy> The flow of flex items in the the flex container should observe the flex-direction property.
|
||||
flex-direction-column-reverse flex-direction: column-reverse swaps main start and end directions http://www.w3.org/TR/css-flexbox-1/#flex-direction 4e5f9ded45793abc3c57aa37fd7a18a10c394a34 `Sylvain Galineau`<mailto:galineau@adobe.com> This test checks that column-reverse flex-direction swaps the main start and main end directions
|
||||
flex-direction-modify reference/flex-direction-modify flex flow direction http://www.w3.org/TR/css-flexbox-1/#flex-direction 3b720e9b64459c43328b05d707190079a2faf3d4 `houzhenyu`<http://www.github.com/sskyy> Changing 'flex-direction' with JavaScript and then changing it back should returns to the original look.
|
||||
flex-direction-row flex-direction:row axis matches that of writing mode inline axis http://www.w3.org/TR/css-flexbox-1/#flex-direction 4eed35953b8b35d394d337a3cd1157eac3efaa40 `Sylvain Galineau`<mailto:galineau@adobe.com> This test checks that the main axis of the row flex-direction has the same orientation as the inline axis of the current writing mode
|
||||
flex-direction-row-reverse flow-direction:row-reverse swaps main start and end directions http://www.w3.org/TR/css-flexbox-1/#flex-direction 7dd52f5c06389c50211d45d668e12b1d7b48e175 `Sylvain Galineau`<mailto:galineau@adobe.com> This test checks that row-reverse flex-direction swaps the main start and main end directions
|
||||
flex-direction-row-vertical flex-direction:row has the same orientation as inline axis http://www.w3.org/TR/css-flexbox-1/#flex-direction 4172f1a06a747e66a6011db8f7c083972cbda05a `Sylvain Galineau`<mailto:galineau@adobe.com> This test checks that the main axis of the row flex-direction has the same orientation as the inline axis of the current vertical writing mode
|
||||
flex-direction-with-element-insert reference/flex-direction-with-element-insert flex flow direction http://www.w3.org/TR/css-flexbox-1/#flex-direction 8a0e003676ce6a5b745a3d29d6c50ee1e92b28a7 `houzhenyu`<http://www.github.com/sskyy> The flex items inserted by script shuould follow the right direction what the flex-direction property directives.
|
||||
flex-direction_column flex-direction_column http://www.w3.org/TR/css-flexbox-1/#flex-direction-property 90067411196e9f5cb63fbde402bc9172ff7143e0 `Intel`<http://www.intel.com> Check if the web engine can identify the flex-direction value column.
|
||||
flex-direction_column-reverse flex-direction_column-reverse http://www.w3.org/TR/css-flexbox-1/#flex-direction-property fdbdeebff5f4f812f48064b59b05ea587841c758 `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 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 8d37a361c029bcb07faf82e3f172f1d4ec7bb785 `shaofeic`<csf178@gmail.com> no blue color could be seen.
|
||||
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.
|
||||
flex-direction-column-reverse flex-direction: column-reverse swaps main start and end directions http://www.w3.org/TR/css-flexbox-1/#flex-direction 9d5fd17c3460baabfe4a2d7b360d140485c10d5d `Sylvain Galineau`<mailto:galineau@adobe.com> This test checks that column-reverse flex-direction swaps the main start and main end directions
|
||||
flex-direction-modify reference/flex-direction-modify flex flow direction http://www.w3.org/TR/css-flexbox-1/#flex-direction 76b26a3c0de9ba0e914dca0a20b57bb21af09225 `houzhenyu`<http://www.github.com/sskyy> Changing 'flex-direction' with JavaScript and then changing it back should returns to the original look.
|
||||
flex-direction-row flex-direction:row axis matches that of writing mode inline axis http://www.w3.org/TR/css-flexbox-1/#flex-direction 802cd247ee06b59e135b29300d78a263d2537e76 `Sylvain Galineau`<mailto:galineau@adobe.com> This test checks that the main axis of the row flex-direction has the same orientation as the inline axis of the current writing mode
|
||||
flex-direction-row-reverse flow-direction:row-reverse swaps main start and end directions http://www.w3.org/TR/css-flexbox-1/#flex-direction c59a590dea7730a209a03e9c586318f6e9ee2476 `Sylvain Galineau`<mailto:galineau@adobe.com> This test checks that row-reverse flex-direction swaps the main start and main end directions
|
||||
flex-direction-row-vertical flex-direction:row has the same orientation as inline axis http://www.w3.org/TR/css-flexbox-1/#flex-direction 81b714b5a7f513ab073b8eddd54ee96b706cb21e `Sylvain Galineau`<mailto:galineau@adobe.com> This test checks that the main axis of the row flex-direction has the same orientation as the inline axis of the current vertical writing mode
|
||||
flex-direction-with-element-insert reference/flex-direction-with-element-insert flex flow direction http://www.w3.org/TR/css-flexbox-1/#flex-direction 0cba6df06c02153f2f797337f3ef00e6cc41a68a `houzhenyu`<http://www.github.com/sskyy> The flex items inserted by script shuould follow the right direction what the flex-direction property directives.
|
||||
flex-direction_column flex-direction_column http://www.w3.org/TR/css-flexbox-1/#flex-direction-property 7f33fa6c8e9ea0b8dcc0fce9496dfe38f5618075 `Intel`<http://www.intel.com> Check if the web engine can identify the flex-direction value column.
|
||||
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-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
|
||||
|
@ -139,9 +139,9 @@ flex-shrink-006 reference/ref-filled-green-100px-square flex-shrink - 0(one of f
|
|||
flex-shrink-007 reference/ref-filled-green-100px-square flex-shrink - applied to flex container http://www.w3.org/TR/css-flexbox-1/#propdef-flex-shrink 9a2164f7f24794bbaad241af2643c60162c045b2 `Intel`<http://www.intel.com>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> The flex-shrink property applied to flex container is invalid, all flex items will use the default value 1
|
||||
flex-vertical-align-effect reference/flex-vertical-align-effect 'display' property set to 'flex' http://www.w3.org/TR/css-flexbox-1/#flex-property eac71db3e7e1dd242d560f86d2695a90cfeb930d `Hua Zhao`<mailto:zhaohua.design@163.com> vertical-align property has no effect
|
||||
flex-wrap-001 A flex container with 'flex-flow' set to 'wrap' http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap c5cacdf99fd5cf6be2fd750358b6379f871a38e5 `Microsoft`<http://www.microsoft.com/> This test checks that the flex container with 'flex-flow: wrap' is a multi-line flex container.
|
||||
flex-wrap_nowrap flex-wrap_nowrap http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap 675a7d6b44d517799f98d854bc3acf87775d5217 `Intel`<http://www.intel.com> Check if the web engine can identify the flex-wrap value nowrap.
|
||||
flex-wrap_wrap flex-wrap_wrap http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap 7ac94c91ff6e4fc5ecda2e3fad262d74dbb8c00e `Intel`<http://www.intel.com> Check if the display can recognize inline-flex value.
|
||||
flex-wrap_wrap-reverse flex-wrap_wrap-reverse http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap 8ba9e66764e3c6a4ce87415b0c8c1da5803dd45a `Intel`<http://www.intel.com> Check if the web engine can identify the flex-wrap value wrap-reverse.
|
||||
flex-wrap_nowrap flex-wrap_nowrap http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap 5ec5f8c4dafa27fffef9428e2ff71abce8435ca9 `Intel`<http://www.intel.com> Check if the web engine can identify the flex-wrap value nowrap.
|
||||
flex-wrap_wrap flex-wrap_wrap http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap 818c98e2535af512ae6d24cd6b87216258f679d2 `Intel`<http://www.intel.com> Check if the display can recognize inline-flex value.
|
||||
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>
|
||||
|
@ -331,80 +331,80 @@ flexbox_box-clear reference/flexbox_box-clear-ref flexbox | cleared box http://
|
|||
flexbox_columns reference/flexbox_columns-ref flexbox | multicol http://www.w3.org/TR/css-flexbox-1/#flex-containers 297153339eb61889abf033f09bf49f37fef934ce `Opera Software`<http://opera.com>
|
||||
flexbox_columns-flexitems reference/flexbox_columns-flexitems-ref flexbox | multicol on flexbox items http://www.w3.org/TR/css-flexbox-1/#flex-containers bebd2a295c93d54e819399b86a7d3cab5df543ce `Opera Software`<http://opera.com>
|
||||
flexbox_columns-flexitems-2 reference/flexbox_columns-flexitems-2-ref flexbox | multicol on flexbox items http://www.w3.org/TR/css-flexbox-1/#flex-containers 640c16169121a745c0f2504beb052769a91bcadd `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-content-center flexbox | computed style | align-content: center dom http://www.w3.org/TR/css-flexbox-1/#align-content-property 3054bf565827655c2db51fa250f25bc3d3dedc43 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-content-flex-end flexbox | computed style | align-content: flex-end dom http://www.w3.org/TR/css-flexbox-1/#align-content-property c1d059c05c59a870025bf4bdaa9f2dad26af5b07 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-content-flex-start flexbox | computed style | align-content: flex-start dom http://www.w3.org/TR/css-flexbox-1/#align-content-property efa339f5699d7c9f415c5e7c405cf22502ad2860 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-content-space-around flexbox | computed style | align-content: space-around dom http://www.w3.org/TR/css-flexbox-1/#align-content-property db6c6fa4433972b1ae6543967b574aca0304736a `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-content-space-between flexbox | computed style | align-content: space-between dom http://www.w3.org/TR/css-flexbox-1/#align-content-property 8440b518022a142d4a380fbd9decf250846c7e5a `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-items-baseline flexbox | computed style | align-items: baseline dom http://www.w3.org/TR/css-flexbox-1/#propdef-align-items fdd467a02c7403e4220e2c1c116922d11c3088be `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-items-center flexbox | computed style | align-items: center dom http://www.w3.org/TR/css-flexbox-1/#propdef-align-items 865f1f13af2b2ece10271adbb3c1a1075cb2bfa5 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-items-flex-end flexbox | computed style | align-items: flex-end dom http://www.w3.org/TR/css-flexbox-1/#propdef-align-items 709578c65b9417046bfbbc72478c401f92359fb6 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-items-flex-start flexbox | computed style | align-items: flex-start dom http://www.w3.org/TR/css-flexbox-1/#propdef-align-items 79245b9718a75eea5e1f6fae0a71715d5aa3051b `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-items-invalid flexbox | computed style | align-items: invalid dom http://www.w3.org/TR/css-flexbox-1/#propdef-align-items c95f8977d27808a4e4c87bd03554d6b1ceacb08e `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-items-stretch flexbox | computed style | align-items: stretch dom http://www.w3.org/TR/css-flexbox-1/#propdef-align-items 8a2400d01abaeb1cb4638d0a6d695652101f9630 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-self-baseline flexbox | computed style | align-self: baseline dom http://www.w3.org/TR/css-flexbox-1/#propdef-align-self f40d85b0cf472d05bce84835f040b08d59d967ff `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-self-center flexbox | computed style | align-self: center dom http://www.w3.org/TR/css-flexbox-1/#propdef-align-self 9f52e0fb645cbca222bec1406b03634814cd466a `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-self-flex-end flexbox | computed style | align-self: flex-end dom http://www.w3.org/TR/css-flexbox-1/#propdef-align-self e23df85ec38ea677d76d4990127298a150519201 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-self-flex-start flexbox | computed style | align-self: flex-start dom http://www.w3.org/TR/css-flexbox-1/#propdef-align-self cdef24995f2c8181b19ba7f0909dab0059afa102 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-self-invalid flexbox | computed style | align-self: invalid dom http://www.w3.org/TR/css-flexbox-1/#propdef-align-self 5e1d77ee6d68d0c07d376cc7200bd1287b42d863 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-self-stretch flexbox | computed style | align-self: stretch dom http://www.w3.org/TR/css-flexbox-1/#propdef-align-self 0b7894af032c80dcf3da4590da61f9773667a2e7 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_display flexbox | computed style | display: flex dom http://www.w3.org/TR/css-flexbox-1/#flex-containers 6b0e8d4d230f570765797fe08e4e28b4c9fd22c3 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_display-inline flexbox | computed style | display: inline-flex dom http://www.w3.org/TR/css-flexbox-1/#flex-containers fa7097515842ced4446dfa68ba6a6d7a9f31d8bc `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-basis-0 flexbox | computed style | flex-basis: 0 dom http://www.w3.org/TR/css-flexbox-1/#flex-basis-property 6756ecdc0ec2d662f54712a270f83fdf82143bd2 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-basis-0percent flexbox | computed style | flex-basis: 0% dom http://www.w3.org/TR/css-flexbox-1/#flex-basis-property 32d88ff0064cfd6b1cba7d7c858bfa4ef7709f31 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-basis-auto flexbox | computed style | flex-basis: auto dom http://www.w3.org/TR/css-flexbox-1/#flex-basis-property 442548a9a5449a479aefd00833aa430da4beca96 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-basis-percent flexbox | computed style | flex-basis: percent dom http://www.w3.org/TR/css-flexbox-1/#flex-basis-property e70ece19203db7f6d71873b3808b6481ce6d6b7a `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-direction-column flexbox | computed style | flex-direction: column dom http://www.w3.org/TR/css-flexbox-1/#flex-direction e8c1e59522103feab525fbaabf0eb07c959dbbb3 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-direction-column-reverse flexbox | computed style | flex-direction: column-reverse dom http://www.w3.org/TR/css-flexbox-1/#flex-direction 915fcf970e0fd793d1d33c7d907867a30bd7e251 `Opera Software`<http://opera.com>
|
||||
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/#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>
|
||||
flexbox_computedstyle_flex-shorthand flexbox | computed style | flex: invalid dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex 30b0fa32e95fd832c2177949adb61f263a15d0c0 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-shorthand-0-auto flexbox | computed style | flex: 0 auto dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex 1ae10873e92b58bef656ea80b5e91e4179bbb87a `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-shorthand-auto flexbox | computed style | flex: auto dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex a17113734db597e00de9a833d34bbcb95620889b `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-shorthand-initial flexbox | computed style | flex: initial dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex 5959f270393e535f31b3c83c115c730014723522 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-shorthand-invalid flexbox | computed style | flex: invalid dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex 5af50e748a9e639907f3188050bd92d93386e5a7 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-shorthand-none flexbox | computed style | flex: auto dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex b2b7d2c9544204548fe6c998e89988541acb8737 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-shorthand-number flexbox | computed style | flex: number dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex 1aaa6516504f3d57d0a9bc02a38c067dca4b3e1a `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-shrink-0 flexbox | computed style | flex-shrink: 0 dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-shrink 1ca37f150a4c9108d0e631353ab2991ea4aa744a `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-shrink-invalid flexbox | computed style | flex-shrink: negative dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-shrink 35eb6643c788f916b68d1df9394ba0c9b1c86ea0 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-shrink-number flexbox | computed style | flex-shrink: number dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-shrink f9666bfa9122581b2093d54571a15348c8511642 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-wrap-invalid flexbox | computed style | flex-wrap: wrap dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap f3ce392913348ec6fa6dfe4a22dc15c9b50f5cd3 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-wrap-nowrap flexbox | computed style | flex-wrap: nowrap dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap 8d6db9e0fa7c151825b3baeac5457aec28dce7e0 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-wrap-wrap flexbox | computed style | flex-wrap: wrap dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap ede29ce2d73d0170aad0b21283d4e521d4dd5ddb `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-wrap-wrap-reverse flexbox | computed style | flex-wrap: wrap-reverse dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap c7cc465b1695c3cb61b231b8cbfd9401b717edb8 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_justify-content-center flexbox | computed style | justify-content: center dom http://www.w3.org/TR/css-flexbox-1/#propdef-justify-content b80d62d5e7807705eb3ab805d0c04268a3c6a187 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_justify-content-flex-end flexbox | computed style | justify-content: flex-end dom http://www.w3.org/TR/css-flexbox-1/#propdef-justify-content 29f1c65d1871b958c556368bcb7598cc08e88c1c `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_justify-content-flex-start flexbox | computed style | justify-content: flex-start dom http://www.w3.org/TR/css-flexbox-1/#propdef-justify-content b7ec987bfad41a125b4abb9a8ee9772f996f1474 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_justify-content-space-around flexbox | computed style | justify-content: space-around dom http://www.w3.org/TR/css-flexbox-1/#propdef-justify-content 99d6926aa3c10e50120345b900288a2afaccf60e `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_justify-content-space-between flexbox | computed style | justify-content: space-between dom http://www.w3.org/TR/css-flexbox-1/#propdef-justify-content 6a4fbe774eb5adf599d3a75bed7075c297ca4f12 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_min-height-auto flexbox | computed style | min-height: auto dom http://www.w3.org/TR/css-flexbox-1/#min-size-auto 09882bf62cfcac1aabe5b77a190b3c0f86ef7ed1 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_min-width-auto flexbox | computed style | min-width: auto dom http://www.w3.org/TR/css-flexbox-1/#min-size-auto d03eb73bf0681d3b2f85d6591195126d7af9488e `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_order flexbox | computed style | order: 0 dom http://www.w3.org/TR/css-flexbox-1/#propdef-order 23b646679d88f81ba8a0dfdd920937c5e716a575 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_order-inherit flexbox | computed style | order: -1 dom http://www.w3.org/TR/css-flexbox-1/#propdef-order 7a9be6125fca8c91514cb98e22e2ed58fde7a842 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_order-integer flexbox | computed style | order: integer dom http://www.w3.org/TR/css-flexbox-1/#propdef-order cea169047b9ec7a46baa9d84c36a8143ee2c9c6e `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_order-invalid flexbox | computed style | order: noninteger dom http://www.w3.org/TR/css-flexbox-1/#propdef-order 07ec0c0c0b850a509f019f787a698daad148e4ee `Opera Software`<http://opera.com>
|
||||
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_computedstyle_align-content-center reference/ref-pass-body flexbox | computed style | align-content: center dom http://www.w3.org/TR/css-flexbox-1/#align-content-property 62addb19d645250ca7c38cd420e0c5c72a85bba0 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-content-flex-end reference/ref-pass-body flexbox | computed style | align-content: flex-end dom http://www.w3.org/TR/css-flexbox-1/#align-content-property 29cad8dd81ecd2834ed996def67b7fe7a2af2fb0 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-content-flex-start reference/ref-pass-body flexbox | computed style | align-content: flex-start dom http://www.w3.org/TR/css-flexbox-1/#align-content-property f203255eae7bac313f3175a7f0de4e3249ae04d3 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-content-space-around reference/ref-pass-body flexbox | computed style | align-content: space-around dom http://www.w3.org/TR/css-flexbox-1/#align-content-property ec34f8b1b3833139d5bc895e8dc856e755720e54 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-content-space-between reference/ref-pass-body flexbox | computed style | align-content: space-between dom http://www.w3.org/TR/css-flexbox-1/#align-content-property 97863d2ffa279426e8aad6a8900e80448ce785f9 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-items-baseline reference/ref-pass-body flexbox | computed style | align-items: baseline dom http://www.w3.org/TR/css-flexbox-1/#propdef-align-items 2ad1fab98161fda41efa9a4952861315a44bfff1 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-items-center reference/ref-pass-body flexbox | computed style | align-items: center dom http://www.w3.org/TR/css-flexbox-1/#propdef-align-items 67bf459031adb99fd33da38532023d4f423de3c2 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-items-flex-end reference/ref-pass-body flexbox | computed style | align-items: flex-end dom http://www.w3.org/TR/css-flexbox-1/#propdef-align-items 281f9ad73a196825bf47d65519d4b64aa48ce63a `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-items-flex-start reference/ref-pass-body flexbox | computed style | align-items: flex-start dom http://www.w3.org/TR/css-flexbox-1/#propdef-align-items 0b4ae91b4abcf1713ba786c883dee416e40d1d9a `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-items-invalid reference/ref-pass-body flexbox | computed style | align-items: invalid dom http://www.w3.org/TR/css-flexbox-1/#propdef-align-items a9c458bf2891dda0988bee7c853f2cd204ec5092 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-items-stretch reference/ref-pass-body flexbox | computed style | align-items: stretch dom http://www.w3.org/TR/css-flexbox-1/#propdef-align-items 9be43311a3ca366cd803dcf17da1202f647f11a4 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-self-baseline reference/ref-pass-body flexbox | computed style | align-self: baseline dom http://www.w3.org/TR/css-flexbox-1/#propdef-align-self ce1e2923f5c77debac6f55c78a18d7aaac8f6a8a `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-self-center reference/ref-pass-body flexbox | computed style | align-self: center dom http://www.w3.org/TR/css-flexbox-1/#propdef-align-self 288b831ba54587ed1ad02f81c25d348de9ab133d `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-self-flex-end reference/ref-pass-body flexbox | computed style | align-self: flex-end dom http://www.w3.org/TR/css-flexbox-1/#propdef-align-self 7d4d23359eda048decd404ade4f7972c0cbe4757 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-self-flex-start reference/ref-pass-body flexbox | computed style | align-self: flex-start dom http://www.w3.org/TR/css-flexbox-1/#propdef-align-self 2515e8e650f8f4765baa0613577666d4e8ff27b0 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-self-invalid reference/ref-pass-body flexbox | computed style | align-self: invalid dom http://www.w3.org/TR/css-flexbox-1/#propdef-align-self 40fdbe1a0acd0769632418a117dda82c44b1e2e9 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_align-self-stretch reference/ref-pass-body flexbox | computed style | align-self: stretch dom http://www.w3.org/TR/css-flexbox-1/#propdef-align-self dac2da0a5b9d401533649f442f7947b987d71ad5 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_display reference/ref-pass-body flexbox | computed style | display: flex dom http://www.w3.org/TR/css-flexbox-1/#flex-containers e7f6da70160d661c4fdce2d93cce036a70b508b8 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_display-inline reference/ref-pass-body flexbox | computed style | display: inline-flex dom http://www.w3.org/TR/css-flexbox-1/#flex-containers 15e33468e7c03922e3f5d5b9213ad751e595fbe1 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-basis-0 reference/ref-pass-body flexbox | computed style | flex-basis: 0 dom http://www.w3.org/TR/css-flexbox-1/#flex-basis-property cf75d173a497479e517a58e9d2ea5563dd58ef14 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-basis-0percent reference/ref-pass-body flexbox | computed style | flex-basis: 0% dom http://www.w3.org/TR/css-flexbox-1/#flex-basis-property adec4138f98318be3f4bd3d4abcf64d315c9c0f5 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-basis-auto reference/ref-pass-body flexbox | computed style | flex-basis: auto dom http://www.w3.org/TR/css-flexbox-1/#flex-basis-property 1e0ffb01bda4122e70072b761cab72a991f9931e `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-basis-percent reference/ref-pass-body flexbox | computed style | flex-basis: percent dom http://www.w3.org/TR/css-flexbox-1/#flex-basis-property 8f7a75f379dedb5a8edc286aa68de03eaecd862d `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-direction-column reference/ref-pass-body flexbox | computed style | flex-direction: column dom http://www.w3.org/TR/css-flexbox-1/#flex-direction e8ed255d8fa1dbd7562021c781fd3ffc58a591ec `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-direction-column-reverse reference/ref-pass-body flexbox | computed style | flex-direction: column-reverse dom http://www.w3.org/TR/css-flexbox-1/#flex-direction 3138cf05f8ed9934686234b9c78468edfb1e7ce5 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-direction-invalid reference/ref-pass-body flexbox | computed style | flex-direction: row dom http://www.w3.org/TR/css-flexbox-1/#flex-direction 46f05c5aa4142bec62b38b79da27996902a14c3b `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-direction-row reference/ref-pass-body flexbox | computed style | flex-direction: row dom http://www.w3.org/TR/css-flexbox-1/#flex-direction 4aa1709d56f435eafa955916609cae9fe56cbff2 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-direction-row-reverse reference/ref-pass-body flexbox | computed style | flex-direction: row-reverse dom http://www.w3.org/TR/css-flexbox-1/#flex-direction 46d1c052c605e0d3bcae27d70eaae38bb8b1f89e `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-flow-column reference/ref-pass-body 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 451b5092b3f83a41cca3413e270218b066c83b94 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-flow-column-nowrap reference/ref-pass-body 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 aaf329b0654bfe3c287601ebdf6f0adae5b79379 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-flow-column-reverse reference/ref-pass-body 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 180397840dea82bbb77a69cb38205cc32b174984 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-flow-column-reverse-nowrap reference/ref-pass-body 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 7710479d7b9b0241c9f6cc7921d88a01375020c8 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-flow-column-reverse-wrap reference/ref-pass-body 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 6eea80b27ffd37ea01ecfc74156f66a7172d5e16 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-flow-column-wrap reference/ref-pass-body 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 1cb63941c5676d176bc51be50328ee15092ab5a8 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-flow-column-wrap-reverse reference/ref-pass-body 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 c363b07aac45dcc7ce4300c0b4899479941d4a8f `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-flow-nowrap reference/ref-pass-body 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 8b84de3f8eef756ed68c345e666a9e595e2c08d4 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-flow-row reference/ref-pass-body 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 481dea00bf33a0425aeace3a0a3b09e46264eac0 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-flow-row-nowrap reference/ref-pass-body 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 1e7e9eeb79d7edd9c34102adc09650a759e2361a `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-flow-row-reverse reference/ref-pass-body 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 836cb44fdc0bf2f4b98bbeedbcf2593509985616 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-flow-row-reverse-nowrap reference/ref-pass-body 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 c79eb44bbc1cc491ebe813a6c7a3980633309c15 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-flow-row-reverse-wrap reference/ref-pass-body 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 afd99e782b643542e209e037ca8cc0f371f77260 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-flow-row-reverse-wrap-reverse reference/ref-pass-body 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 701c06efded1f06b17640327987679c5beaf3250 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-flow-row-wrap reference/ref-pass-body 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 2bcdc74edd3c7ba5cccccd85ce900d63718f406d `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-flow-row-wrap-reverse reference/ref-pass-body 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 a66a4d38ee0a7ad2cc973ee5a0f23576b2f7e483 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-flow-wrap reference/ref-pass-body 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 261d0f5350d4822ace02d270be150185623d9634 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-grow-0 reference/ref-pass-body flexbox | computed style | flex-grow: 0 dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-grow c92f9416a0e86440851af99db55aaf26924492d1 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-grow-invalid reference/ref-pass-body flexbox | computed style | flex-grow: negative dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-grow 964e22a3871e0c5f05ea05fb6a38e5b4783955e1 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-grow-number reference/ref-pass-body flexbox | computed style | flex-grow: number dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-grow 24960e520f367b0ce29992148954582d4e43d224 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-shorthand reference/ref-pass-body flexbox | computed style | flex: invalid dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex 925dcae2b1c40494ffb2a809edc9873b49c3171a `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-shorthand-0-auto reference/ref-pass-body flexbox | computed style | flex: 0 auto dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex eac4513b139b9474cdc662d896aeccfa2eada009 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-shorthand-auto reference/ref-pass-body flexbox | computed style | flex: auto dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex 93123c78d317dc9559678e8259caf6b0c26dea24 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-shorthand-initial reference/ref-pass-body flexbox | computed style | flex: initial dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex 8cc334ce02bce28ea3452288b2653f857b35a4e6 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-shorthand-invalid reference/ref-pass-body flexbox | computed style | flex: invalid dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex 4556711538161200fcb7db90eb35f9e21443ea59 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-shorthand-none reference/ref-pass-body flexbox | computed style | flex: auto dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex 4628a756415a016ed23a51c48abb6d7833cfcd29 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-shorthand-number reference/ref-pass-body flexbox | computed style | flex: number dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex 60acfca58faaa7dceb934bd9232d9a00ffd526bc `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-shrink-0 reference/ref-pass-body flexbox | computed style | flex-shrink: 0 dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-shrink a5edca2a35f7e59ddd75133224005cf2d4d7a7e9 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-shrink-invalid reference/ref-pass-body flexbox | computed style | flex-shrink: negative dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-shrink bb694a52bebcf1c4a941c2227e0f3fd49e126a0d `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-shrink-number reference/ref-pass-body flexbox | computed style | flex-shrink: number dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-shrink 8fa0d89f57b6c4a14686961f7a2d31f9d7d2d332 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-wrap-invalid reference/ref-pass-body flexbox | computed style | flex-wrap: wrap dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap bcd00aaf592dd9671011c82131a4433521bbd6d9 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-wrap-nowrap reference/ref-pass-body flexbox | computed style | flex-wrap: nowrap dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap 453f2f391bf751800ee4d6b29760d2032a526d7a `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-wrap-wrap reference/ref-pass-body flexbox | computed style | flex-wrap: wrap dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap 8ebc673a8a51285e9c2da9ba372bd0e7a2e7c028 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_flex-wrap-wrap-reverse reference/ref-pass-body flexbox | computed style | flex-wrap: wrap-reverse dom http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap 63f817b37233a4b45e870d6cfc1e6e598a9a7de2 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_justify-content-center reference/ref-pass-body flexbox | computed style | justify-content: center dom http://www.w3.org/TR/css-flexbox-1/#propdef-justify-content 5d4d0a1cd43a651cc6f6da0e61f4638019bef38d `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_justify-content-flex-end reference/ref-pass-body flexbox | computed style | justify-content: flex-end dom http://www.w3.org/TR/css-flexbox-1/#propdef-justify-content 72491118510586cec847e142b219decc93308854 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_justify-content-flex-start reference/ref-pass-body flexbox | computed style | justify-content: flex-start dom http://www.w3.org/TR/css-flexbox-1/#propdef-justify-content 2040fa69912eb6c1c42c690a8edb2c0ddf33d309 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_justify-content-space-around reference/ref-pass-body flexbox | computed style | justify-content: space-around dom http://www.w3.org/TR/css-flexbox-1/#propdef-justify-content da0af0ef66852e425682bd285301da530f55d8d4 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_justify-content-space-between reference/ref-pass-body flexbox | computed style | justify-content: space-between dom http://www.w3.org/TR/css-flexbox-1/#propdef-justify-content 80584aeaf1c1205140eff98f2e722f88230215c3 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_min-height-auto reference/ref-pass-body flexbox | computed style | min-height: auto dom http://www.w3.org/TR/css-flexbox-1/#min-size-auto aab95f096c3a7eb51281856fffa19d9b025ef818 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_min-width-auto reference/ref-pass-body flexbox | computed style | min-width: auto dom http://www.w3.org/TR/css-flexbox-1/#min-size-auto c7b8cf33d103b61e909abfd48fbda8d27361625a `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_order reference/ref-pass-body flexbox | computed style | order: 0 dom http://www.w3.org/TR/css-flexbox-1/#propdef-order 94980b5e1c17d6e6b9978fe38a109c8c88e76c0a `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_order-inherit reference/ref-pass-body flexbox | computed style | order: -1 dom http://www.w3.org/TR/css-flexbox-1/#propdef-order ff0c10ec5872f4507d485ad0df8c99fa0e2a3d03 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_order-integer reference/ref-pass-body flexbox | computed style | order: integer dom http://www.w3.org/TR/css-flexbox-1/#propdef-order 069a507949e7eccbd64a01d58646a663b0f1d500 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_order-invalid reference/ref-pass-body flexbox | computed style | order: noninteger dom http://www.w3.org/TR/css-flexbox-1/#propdef-order 9d18fb9ab03c106a5b450a989aa5b1f9e7a20df1 `Opera Software`<http://opera.com>
|
||||
flexbox_computedstyle_order-negative reference/ref-pass-body flexbox | computed style | order: -1 dom http://www.w3.org/TR/css-flexbox-1/#propdef-order b438810e317b8dea137d60f3a8ab339fc2a1ec87 `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 f1320e1caafb090d6e0cbdc74c873f98dfea7d85 `Opera Software`<http://opera.com>
|
||||
|
@ -578,17 +578,17 @@ flexbox_rtl-direction reference/flexbox_rtl-direction-ref flexbox | flex-directi
|
|||
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>
|
||||
flexbox_stf-inline-block reference/flexbox_empty-ref flexbox | flexcontainer versus stf :: inline-block http://www.w3.org/TR/css-flexbox-1/#flex-items 4259e59c7a0f8702f3efb86b6206dda1ab15e28a `Opera Software`<http://opera.com>
|
||||
flexbox_stf-table reference/flexbox_empty-ref flexbox | flexcontainer versus stf :: table http://www.w3.org/TR/css-flexbox-1/#flex-items 570daa9307011b2b9db1b35536e7e3cfcc4add84 `Opera Software`<http://opera.com>
|
||||
flexbox_stf-table-caption reference/flexbox_empty-ref flexbox | flexcontainer versus stf :: table-caption http://www.w3.org/TR/css-flexbox-1/#flex-items aa5a9f67f5ab984f96651c0a8281ee513a851606 `Opera Software`<http://opera.com>
|
||||
flexbox_stf-table-cell reference/flexbox_empty-ref flexbox | flexcontainer versus stf :: table cell http://www.w3.org/TR/css-flexbox-1/#flex-items 231f41d8099988fe657d4496d81e0908186bf2e9 `Opera Software`<http://opera.com>
|
||||
flexbox_stf-table-row reference/flexbox_empty-ref flexbox | flexcontainer versus stf :: table row http://www.w3.org/TR/css-flexbox-1/#flex-items 67b11fb222418056fe51cf31853fda0e49e356fa `Opera Software`<http://opera.com>
|
||||
flexbox_stf-table-row-group reference/flexbox_empty-ref flexbox | flexcontainer versus stf :: table row group http://www.w3.org/TR/css-flexbox-1/#flex-items 9334c8af34947e8cba82c8fdb88ef06b7008d3e0 `Opera Software`<http://opera.com>
|
||||
flexbox_stf-table-singleline reference/flexbox_stf-table-singleline-ref flexbox | singleline flexcontainer versus stf :: table http://www.w3.org/TR/css-flexbox-1/#flex-items 57b142b09c1767a18bee353bd37a339a23f8d94b `Opera Software`<http://opera.com>
|
||||
flexbox_stf-table-singleline-2 reference/flexbox_stf-table-singleline-ref flexbox | singleline flexcontainer versus stf :: table http://www.w3.org/TR/css-flexbox-1/#flex-items 6d3e465bc8358e7f24b9b957bac0afde8dea3452 `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 aff1f446de82f6153b26b2354654620a63fa2158 `Opera Software`<http://opera.com>
|
||||
flexbox_stf-fixpos flexbox | flexcontainer versus stf :: fixed http://www.w3.org/TR/css-flexbox-1/#flex-items 46d182c2e9d5ce46b95479408c35a8f50511b897 `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 d460ffe311c151715351cebf465fe55f5b797536 `Opera Software`<http://opera.com>
|
||||
flexbox_stf-inline-block reference/flexbox_empty-ref flexbox | flexcontainer versus stf :: inline-block http://www.w3.org/TR/css-flexbox-1/#flex-items a3e2bad63b8c3a1df6d05d782d174d54d7492fb0 `Opera Software`<http://opera.com>
|
||||
flexbox_stf-table reference/flexbox_empty-ref flexbox | flexcontainer versus stf :: table http://www.w3.org/TR/css-flexbox-1/#flex-items 2ec338ac02f13ef68373b8209ad8479d55316c5a `Opera Software`<http://opera.com>
|
||||
flexbox_stf-table-caption reference/flexbox_empty-ref flexbox | flexcontainer versus stf :: table-caption http://www.w3.org/TR/css-flexbox-1/#flex-items 876c18496863e412278bc2eb8566e5287fc95cdf `Opera Software`<http://opera.com>
|
||||
flexbox_stf-table-cell reference/flexbox_empty-ref flexbox | flexcontainer versus stf :: table cell http://www.w3.org/TR/css-flexbox-1/#flex-items a4d136d94fe39350e981066b416071d516e2c62d `Opera Software`<http://opera.com>
|
||||
flexbox_stf-table-row reference/flexbox_empty-ref flexbox | flexcontainer versus stf :: table row http://www.w3.org/TR/css-flexbox-1/#flex-items 46694f03fe0cedd0f1425e5178a99d9cec1a6196 `Opera Software`<http://opera.com>
|
||||
flexbox_stf-table-row-group reference/flexbox_empty-ref flexbox | flexcontainer versus stf :: table row group http://www.w3.org/TR/css-flexbox-1/#flex-items afce220443e1464547c4a6c91b1868548644557a `Opera Software`<http://opera.com>
|
||||
flexbox_stf-table-singleline reference/flexbox_stf-table-singleline-ref flexbox | singleline flexcontainer versus stf :: table http://www.w3.org/TR/css-flexbox-1/#flex-items 1a9c64a1738cb8799daa4d83aaf1813578987688 `Opera Software`<http://opera.com>
|
||||
flexbox_stf-table-singleline-2 reference/flexbox_stf-table-singleline-ref flexbox | singleline flexcontainer versus stf :: table http://www.w3.org/TR/css-flexbox-1/#flex-items 6efe7cce394e3e7fc5f48b485df3ca3bef07ad05 `Opera Software`<http://opera.com>
|
||||
flexbox_table-fixed-layout reference/flexbox_empty-ref flexbox | flexcontainers in tables http://www.w3.org/TR/css-flexbox-1/#flex-items 7eedea681ea117d880fcb4f73295f125942e9034 `Opera Software`<http://opera.com>
|
||||
flexbox_visibility-collapse reference/flexbox_visibility-collapse-ref flexbox | visibility: collapse http://www.w3.org/TR/css-flexbox-1/#visibility-collapse ebd5212b72efc42fda270e6c11e70f664e37c0d3 `Opera Software`<http://opera.com>
|
||||
flexbox_visibility-collapse-line-wrapping reference/flexbox_visibility-collapse-line-wrapping-ref flexbox | visibility: collapse and line wrapping http://www.w3.org/TR/css-flexbox-1/#visibility-collapse cdc89f83b4d48e51b216e749ff461b2ff4ee3072 `Opera Software`<http://opera.com>
|
||||
|
@ -596,9 +596,9 @@ flexbox_width-overflow reference/flexbox_empty-ref flexbox | overflow http://ww
|
|||
flexbox_wrap reference/flexbox_wrap-ref flexbox | flex-wrap: wrap http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap 7db5c112d5eec4bd9f8ba96bcaf532ffc522689c `Opera Software`<http://opera.com>
|
||||
flexbox_wrap-long reference/flexbox_wrap-long-ref flexbox | flex-wrap: wrap / long items http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap 822533ba3456a2cd31d24d1c9b8a495ff422319b `Opera Software`<http://opera.com>
|
||||
flexbox_wrap-reverse reference/flexbox_wrap-reverse-ref flexbox | flex-wrap: wrap http://www.w3.org/TR/css-flexbox-1/#propdef-flex-wrap d9720447cf718c4c142a9f6ea012f0dd181283b1 `Opera Software`<http://opera.com>
|
||||
flexbox_writing_mode_vertical_lays_out_contents_from_top_to_bottom reference/flexbox_writing_mode_vertical_lays_out_contents_from_top_to_bottom-ref Align content flex-start with writing mode vertical-rl. http://www.w3.org/TR/css-flexbox-1/#flow-order 17cc4246ed20d7ad8f42d438b996f6c009552a61 `Ryuichi Nonaka`<mailto:ryuichi1com@gmail.com> In vertical Japanese, for example, a row flexbox lays out its contents from top to bottom.
|
||||
flexbox_writing_mode_vertical_lays_out_contents_from_top_to_bottom reference/flexbox_writing_mode_vertical_lays_out_contents_from_top_to_bottom-ref Align content flex-start with writing mode vertical-rl. http://www.w3.org/TR/css-flexbox-1/#flow-order 122ea1861a86ebca9024aad76c3b5e7c1c6791aa `Ryuichi Nonaka`<mailto:ryuichi1com@gmail.com> In vertical Japanese, for example, a row flexbox lays out its contents from top to bottom.
|
||||
flexible-box-float reference/flex-box-float-ref flexible box flex item float effect http://www.w3.org/TR/css-flexbox-1/#flex-containers 71056b40e8e41321e7463d829d634027549c42c8 `zhouli`<mailto:liz@oupeng.com> float has no effect on flex items
|
||||
Flexible-order reference/Flexible-order-ref Change the value of 'order' property http://www.w3.org/TR/css-flexbox-1/#propdef-order ce262f5831c1c4e1021f8acf04611c4df8a05461 `KeynesQu`<mailto:keynesqu@sohu.com> The order of three should be blue-red-black
|
||||
Flexible-order reference/Flexible-order-ref Change the value of 'order' property http://www.w3.org/TR/css-flexbox-1/#propdef-order 43e8211cceee46b4994b9116187a7b88ecc87c27 `KeynesQu`<mailto:keynesqu@sohu.com> The order of three should be blue-red-black
|
||||
grid-inline-order-property-auto-placement-001 reference/grid-2x2-blue-yellow-lime-magenta 'order' property affects grid items auto-placement position within an inline grid ahem http://www.w3.org/TR/css-grid-1/#order-property,https://drafts.csswg.org/css-flexbox-1/#order-property 918e47a41ffe595541954cf93da712b43f445a5e `Manuel Rego Casasnovas`<mailto:rego@igalia.com>
|
||||
grid-inline-order-property-auto-placement-002 reference/grid-2x2-blue-yellow-lime-magenta 'order' property affects grid items auto-placement position within an inline grid ahem http://www.w3.org/TR/css-grid-1/#order-property,https://drafts.csswg.org/css-flexbox-1/#order-property 4edacd9b53d661e31bf2106e16952e5f1d5a4ae3 `Manuel Rego Casasnovas`<mailto:rego@igalia.com>
|
||||
grid-inline-order-property-auto-placement-003 reference/grid-2x2-blue-yellow-lime-magenta 'order' property affects grid items auto-placement position within an inline grid ahem http://www.w3.org/TR/css-grid-1/#order-property,https://drafts.csswg.org/css-flexbox-1/#order-property c477590482de8b6d0a47f65f0ee444e535dfe808 `Manuel Rego Casasnovas`<mailto:rego@igalia.com>
|
||||
|
@ -648,13 +648,13 @@ ttwf-reftest-flex-align-content-space-around reference/ttwf-reftest-flex-align-c
|
|||
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-column reference/ttwf-reftest-flex-direction-column-ref flex-direction proprety - column http://www.w3.org/TR/css-flexbox-1/#flex-direction-property 4fb556ba99b2f1c027f97ba7cd61285f5822873d `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 d4a79bc50bd4e8a98814f8f98fc2ffeade38a506 `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-inline reference/ttwf-reftest-flex-inline-ref display proprety - inline-flex http://www.w3.org/TR/css-flexbox-1/#valdef-display-inline-flex d4bf7203c62b3ee71080538a8d5be9d6a7ad7ef7 `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
|
||||
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 568cea73da02e6ff8acf4590d62ee2e21a1e5196 `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 afeb42caa4f8ec9df528076ebfffb46bbead061f `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.
|
||||
visibility-collapse-002 A flex item with the 'visibility' property set to 'collapse' should be large enough to fit the collapsed item http://www.w3.org/TR/css-flexbox-1/#visibility-collapse 73a4a6c9327acbd5cdfc39f621a7fdd6c1108d64 `Microsoft`<http://www.microsoft.com/> This test checks that the cross size of a line of flex items containing an item with 'visbility: collapse' is large enough to fit the collapsed item.
|
||||
visibility-collapse-002 A flex item with the 'visibility' property set to 'collapse' should be large enough to fit the collapsed item http://www.w3.org/TR/css-flexbox-1/#visibility-collapse 5ff47e24f82c9e30540d720b515ac83b74a767b9 `Microsoft`<http://www.microsoft.com/> This test checks that the cross size of a line of flex items containing an item with 'visbility: collapse' is large enough to fit the collapsed item.
|
||||
visibility-regions-in-flexbox reference/visibility-regions-in-flexbox-ref CSS Regions: collapsed region flex items 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/#visibility-collapse f928a7d12588030ca5a9e83b970ad9ff0a70a22c `Catalin Badea`<mailto:badea@adobe.com> Test checks that the flexbox collapsed property works on flex items that are regions. The collapsed region item should not contribute to the flex container's width.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue