mirror of
https://github.com/servo/servo.git
synced 2025-08-14 01:45:33 +01:00
Update CSS tests to revision 7d0ff6117ee51720c307ea24d413d13eb5abf3e6
This commit is contained in:
parent
40c52d55e2
commit
349c75536d
7391 changed files with 304135 additions and 153491 deletions
|
@ -1,7 +1,7 @@
|
|||
id references title flags links revision credits assertion
|
||||
break-before-always-001 'break-before: always' and paginated multi-column elements page http://www.w3.org/TR/css3-multicol/#break-before-break-after-break-inside 72a4a1eec3cbec490943a8993258bb32a5285250 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> A forced break of type 'always' will break through both the multi-column context and the pagination context.
|
||||
grid-inline-multicol-001 reference/ref-filled-green-100px-square 'column-*' properties from inline grid container does not apply to grid items http://www.w3.org/TR/css-grid-1/#grid-containers,http://www.w3.org/TR/css3-multicol/#the-number-and-width-of-columns 40b1c5d5aa0df0497e38f2cfbaba0f4e4bcc963f `Manuel Rego Casasnovas`<mailto:rego@igalia.com> This test checks that 'column-*' properties in the Multicol module are ignored in grid items when applied to an inline grid container.
|
||||
grid-multicol-001 reference/ref-filled-green-100px-square 'column-*' properties from grid container does not apply to grid items http://www.w3.org/TR/css-grid-1/#grid-containers,http://www.w3.org/TR/css3-multicol/#the-number-and-width-of-columns 521dbe45e2022be1140904fe6d2513370d6bfef3 `Manuel Rego Casasnovas`<mailto:rego@igalia.com> This test checks that 'column-*' properties in the Multicol module are ignored in grid items when applied to a grid container.
|
||||
grid-inline-multicol-001 reference/ref-filled-green-100px-square 'column-*' properties from inline grid container does not apply to grid items http://www.w3.org/TR/css-grid-1/#grid-containers,http://www.w3.org/TR/css3-multicol/#the-number-and-width-of-columns e531f2cacb3048f0e59b4dbcc8efb181362c35b6 `Manuel Rego Casasnovas`<mailto:rego@igalia.com> This test checks that 'column-*' properties in the Multicol module are ignored in grid items when applied to an inline grid container.
|
||||
grid-multicol-001 reference/ref-filled-green-100px-square 'column-*' properties from grid container does not apply to grid items http://www.w3.org/TR/css-grid-1/#grid-containers,http://www.w3.org/TR/css3-multicol/#the-number-and-width-of-columns 88839c1417842812d49f6ca916e7056d6f8ed9f8 `Manuel Rego Casasnovas`<mailto:rego@igalia.com> This test checks that 'column-*' properties in the Multicol module are ignored in grid items when applied to a grid container.
|
||||
multicol-basic-001 reference/multicol-basic-ref Multi-column element via columns: [integer] ahem http://www.w3.org/TR/css3-multicol/#columns d11e495020e6f10073c7f0686381b325d4f0bcaf `Anselm Hannemann`<mailto:info@anselm-hannemann.com>,`Håkon Wium Lie`<mailto:howcome@opera.com>
|
||||
multicol-basic-002 reference/multicol-basic-ref Multi-column element via column-count: [integer] ahem http://www.w3.org/TR/css3-multicol/#columns 1d18cddcf79d2692f993eecf1936e2e7098dcdfc `Anselm Hannemann`<mailto:info@anselm-hannemann.com>,`Håkon Wium Lie`<mailto:howcome@opera.com>
|
||||
multicol-basic-003 reference/multicol-basic-ref Multi-column element via columns: [width] ahem http://www.w3.org/TR/css3-multicol/#columns 5e4005ddb3903e4b80b891f89588ad30c683a704 `Anselm Hannemann`<mailto:info@anselm-hannemann.com>,`Håkon Wium Lie`<mailto:howcome@opera.com>
|
||||
|
@ -65,8 +65,8 @@ multicol-inherit-002 reference/multicol-inherit-002-ref 'column-count' and inher
|
|||
multicol-inherit-003 reference/multicol-inherit-3-ref multicolumn | inheritance ahem http://www.w3.org/TR/css3-multicol/#the-number-and-width-of-columns 1527f5a878558799053296769a1d05953c7b3037 `Opera Software ASA`<http://www.opera.com/>
|
||||
multicol-inherit-004 reference/multicol-inherit-4-ref multicolumn | inheritance ahem http://www.w3.org/TR/css3-multicol/#column-gaps-and-rules 1453ea7dad4bd33d43538cf01e4b38d4e0a18d4f `Opera Software ASA`<http://www.opera.com/>
|
||||
multicol-list-item-001 reference/multicol-list-item-001-ref multi-column and list-item ahem http://www.w3.org/TR/css3-multicol/#pseudo-algorithm f1663e0916be86eddfabcd90b9eb0c95486bcea0 `Opera Software ASA`<http://www.opera.com/> This test checks that an unordered list of list items can be set to display its list-items in column boxes.
|
||||
multicol-margin-001 reference/ref-filled-green-100px-square multi-column and margin collapsing of first child (basic) ahem http://www.w3.org/TR/css3-multicol/#pseudo-algorithm 583a0f73b20b2d397ea11eea3ba10ee05ed2d2d6 `Opera Software ASA`<http://www.opera.com/> This test checks that the margin-top of the first child of a multi-column element (with column-fill: auto) does not collapse with its parent.
|
||||
multicol-margin-002 reference/ref-filled-green-100px-square multi-column and margin collapsing of first child (basic) ahem http://www.w3.org/TR/css3-multicol/#pseudo-algorithm b0045aadd4646a989acba06f30dba37075c6fbc5 `Opera Software ASA`<http://www.opera.com/> This test checks that the margin-top of the first child (an inline-block) of a multi-column element (with column-fill: balance) does not collapse with its parent.
|
||||
multicol-margin-001 reference/ref-filled-green-100px-square multi-column and margin collapsing of first child (basic) ahem http://www.w3.org/TR/css3-multicol/#pseudo-algorithm 315c42d753506ebe8b90d3cc49e60dca6a1b9eb7 `Opera Software ASA`<http://www.opera.com/> This test checks that the margin-top of the first child of a multi-column element (with column-fill: auto) does not collapse with its parent.
|
||||
multicol-margin-002 reference/ref-filled-green-100px-square multi-column and margin collapsing of first child (basic) ahem http://www.w3.org/TR/css3-multicol/#pseudo-algorithm 60dab0407503a48faf82712a62c3805bcd3fedbf `Opera Software ASA`<http://www.opera.com/> This test checks that the margin-top of the first child (an inline-block) of a multi-column element (with column-fill: balance) does not collapse with its parent.
|
||||
multicol-margin-child-001 reference/multicol-margin-child-001-ref multi-column and margin collapsing of block children (basic) ahem http://www.w3.org/TR/css3-multicol/#the-multi-column-model 1f39de251cb320795304e849601e7c5f72ff82b3 `Opera Software ASA`<http://www.opera.com/> This test checks that the margin-bottom of a block child in a multi-column element will collapse with the margin-top of a following block child of that same multi-colum element if those children are vertically adjacent and if no line boxes, no clearance, no padding and no border separate them.
|
||||
multicol-nested-002 reference/multicol-nested-002-ref multicolumn and margin-bottom collapsing ahem http://www.w3.org/TR/css3-multicol/#the-multi-column-model 394336c2879d1774e494055c40da1c2f22689445 `Opera Software ASA`<http://www.opera.com/> This test checks that a block container element's margin-bottom can collapse with its multi-column parent's margin-bottom if no line boxes, no clearance, no padding and no border separate them.
|
||||
multicol-nested-005 reference/multicol-nested-005-ref nested multi-columns and constrained dimensions ahem http://www.w3.org/TR/css3-multicol/#pseudo-algorithm ee05c455bb55edbc65f43a559d01ae340cd83b82 `Opera Software ASA`<http://www.opera.com/> This test checks how the height of column boxes conditions the height of nested column boxes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue