mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Update CSS tests to revision d674587d6ae7d2e231d632785559f2613d554eb0
This commit is contained in:
parent
7c45ff8e05
commit
f235d49372
6623 changed files with 267392 additions and 10061 deletions
|
@ -24,8 +24,6 @@
|
|||
|
||||
.inline-grid {
|
||||
display: inline-grid;
|
||||
-moz-column-width: 50px;
|
||||
-webkit-column-width: 50px;
|
||||
column-width: 50px;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -24,8 +24,6 @@
|
|||
|
||||
.grid {
|
||||
display: grid;
|
||||
-moz-column-width: 50px;
|
||||
-webkit-column-width: 50px;
|
||||
column-width: 50px;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -5,10 +5,10 @@
|
|||
testname revision result comment
|
||||
html4/break-before-always-001.htm 72a4a1eec3cbec490943a8993258bb32a5285250 ?
|
||||
xhtml1/break-before-always-001.xht 72a4a1eec3cbec490943a8993258bb32a5285250 ?
|
||||
html4/grid-inline-multicol-001.htm a0af357d315758f568692084e5852c41776c61e6 ?
|
||||
xhtml1/grid-inline-multicol-001.xht a0af357d315758f568692084e5852c41776c61e6 ?
|
||||
html4/grid-multicol-001.htm b47a53c716718e3a62f445c44c7155fa761e8af6 ?
|
||||
xhtml1/grid-multicol-001.xht b47a53c716718e3a62f445c44c7155fa761e8af6 ?
|
||||
html4/grid-inline-multicol-001.htm 40b1c5d5aa0df0497e38f2cfbaba0f4e4bcc963f ?
|
||||
xhtml1/grid-inline-multicol-001.xht 40b1c5d5aa0df0497e38f2cfbaba0f4e4bcc963f ?
|
||||
html4/grid-multicol-001.htm 521dbe45e2022be1140904fe6d2513370d6bfef3 ?
|
||||
xhtml1/grid-multicol-001.xht 521dbe45e2022be1140904fe6d2513370d6bfef3 ?
|
||||
html4/multicol-basic-001.htm c4ece1b380b07334fb5a47bb1b48b7deb795696f ?
|
||||
xhtml1/multicol-basic-001.xht c4ece1b380b07334fb5a47bb1b48b7deb795696f ?
|
||||
html4/multicol-basic-002.htm d6a13af70f1cd2d552dfbcf706026fc02f34dde6 ?
|
||||
|
|
|
@ -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 a0af357d315758f568692084e5852c41776c61e6 `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 b47a53c716718e3a62f445c44c7155fa761e8af6 `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 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.
|
||||
multicol-basic-001 reference/multicol-basic-ref Multi-column element via columns: [integer] ahem http://www.w3.org/TR/css3-multicol/#columns c4ece1b380b07334fb5a47bb1b48b7deb795696f `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 d6a13af70f1cd2d552dfbcf706026fc02f34dde6 `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 5965c6dcb3f02a3f70c2d38760d7338d3e9dbaaa `Anselm Hannemann`<mailto:info@anselm-hannemann.com>,`HÃ¥kon Wium Lie`<mailto:howcome@opera.com>
|
||||
|
|
|
@ -24,8 +24,6 @@
|
|||
|
||||
.inline-grid {
|
||||
display: inline-grid;
|
||||
-moz-column-width: 50px;
|
||||
-webkit-column-width: 50px;
|
||||
column-width: 50px;
|
||||
}
|
||||
]]></style>
|
||||
|
|
|
@ -24,8 +24,6 @@
|
|||
|
||||
.grid {
|
||||
display: grid;
|
||||
-moz-column-width: 50px;
|
||||
-webkit-column-width: 50px;
|
||||
column-width: 50px;
|
||||
}
|
||||
]]></style>
|
||||
|
|
|
@ -33,8 +33,6 @@
|
|||
|
||||
.inline-grid {
|
||||
display: inline-grid;
|
||||
-moz-column-width: 50px;
|
||||
-webkit-column-width: 50px;
|
||||
column-width: 50px;
|
||||
}
|
||||
]]></style>
|
||||
|
|
|
@ -33,8 +33,6 @@
|
|||
|
||||
.grid {
|
||||
display: grid;
|
||||
-moz-column-width: 50px;
|
||||
-webkit-column-width: 50px;
|
||||
column-width: 50px;
|
||||
}
|
||||
]]></style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue