mirror of
https://github.com/servo/servo.git
synced 2025-08-24 14:48:21 +01:00
Update CSS tests to revision c68e4df16362489debde94340cc6f54945a72f2f
This commit is contained in:
parent
32efe41299
commit
53608a60a4
1543 changed files with 42190 additions and 14617 deletions
|
@ -3,8 +3,8 @@ aspect-ratio-001 min-aspect-ratio - 59/79 ('aspect-ratio' property with prefix
|
|||
aspect-ratio-002 min-aspect-ratio - 0/0 ('aspect-ratio' property with prefix 'min') http://www.w3.org/TR/css3-mediaqueries/#aspect-ratio fb4e6afaa646bc6e427ad90ca4954fa4af531276 `Intel`<http://www.intel.com/> The 'aspect-ratio' property with prefix 'min' set '0/0' is invalid that means the style sheet specified by 'min-aspect-ratio' will not be applied.
|
||||
aspect-ratio-003 max-aspect-ratio - 1280/720 ('aspect-ratio' property with prefix 'max') http://www.w3.org/TR/css3-mediaqueries/#aspect-ratio bdd11c8297b2de2aab720a9819cba34a474a64f4 `Intel`<http://www.intel.com/> The 'aspect-ratio' property with prefix 'max' set '1280/720' means that the maximum of ratio is '1280/720', only and only if the value of the 'width' to the value of the 'height' is lower than value of 'max-aspect-ratio', the style sheet will be applied.
|
||||
aspect-ratio-004 max-aspect-ratio - 0/0 ('aspect-ratio' property with prefix 'max') http://www.w3.org/TR/css3-mediaqueries/#aspect-ratio 2d29dde79c0ce756ec04ec3dd74749b27a350c58 `Intel`<http://www.intel.com/> The 'aspect-ratio' property with prefix 'max' set '0/0' is invalid that means the style sheet specified by 'max-aspect-ratio' will not be applied.
|
||||
calc-in-media-queries-001 reference/all-green Calc function inside media queries http://www.w3.org/TR/css3-values/#calc,http://www.w3.org/TR/css3-mediaqueries/#width 6a127d34fb85a246bda3aa36d73dce95ea4a4e0e `François REMY`<mailto:fremycompany.developer@yahoo.fr> The calc() expression is supported in the min-width media query.
|
||||
calc-in-media-queries-002 reference/all-green Calc function inside media queries http://www.w3.org/TR/css3-values/#calc,http://www.w3.org/TR/css3-mediaqueries/#width 3087b072832e69bba496ea39bcf6494612acf458 `François REMY`<mailto:fremycompany.developer@yahoo.fr> The calc() expression is supported in the min-width media query properly (=with range clamping).
|
||||
calc-in-media-queries-001 reference/all-green Calc function inside media queries http://www.w3.org/TR/css3-values/#calc-notation,http://www.w3.org/TR/css3-mediaqueries/#width 76041848c2d73ff643ff2ae5b858e92ecc0661eb `François REMY`<mailto:fremycompany.developer@yahoo.fr> The calc() expression is supported in the min-width media query.
|
||||
calc-in-media-queries-002 reference/all-green Calc function inside media queries http://www.w3.org/TR/css3-values/#calc-notation,http://www.w3.org/TR/css3-mediaqueries/#width 4b4079fde947d7f5774601249a38067946206375 `François REMY`<mailto:fremycompany.developer@yahoo.fr> The calc() expression is supported in the min-width media query properly (=with range clamping).
|
||||
device-aspect-ratio-001 max-device-aspect-ratio - 1281/1024 ('device-aspect-ratio' property with prefix 'max') http://www.w3.org/TR/css3-mediaqueries/#device-aspect-ratio 34de25dd08103101c8c0f4411d5b19e1edb3d3ed `Intel`<http://www.intel.com/>,`Xin Liu`<mailto:xinx.liu@intel.com> The 'device-aspect-ratio' property with prefix 'max' set '1281/1024' means that the maximum of ratio is '1281/1024', only and only if the device value of 'width' to value of 'height' is lower than value of 'max-device-aspect-ratio', the style sheet will be applied.
|
||||
device-aspect-ratio-002 max-device-aspect-ratio - 0/0 ('device-aspect-ratio' property with prefix 'max') http://www.w3.org/TR/css3-mediaqueries/#device-aspect-ratio 8dcba4ea99941d945034a6167eba446e830a6b9b `Intel`<http://www.intel.com/>,`Xin Liu`<mailto:xinx.liu@intel.com> The 'device-aspect-ratio' property with prefix 'max' set '0/0' is invalid that means the style sheet specified by 'max-device-aspect-ratio' will not be applied.
|
||||
device-aspect-ratio-003 min-device-aspect-ratio - 1279/1024 ('device-aspect-ratio' property with prefix 'min') http://www.w3.org/TR/css3-mediaqueries/#device-aspect-ratio 41c9d18a45327f6597e481b50d9ed1617e839399 `Intel`<http://www.intel.com/>,`Xin Liu`<mailto:xinx.liu@intel.com> The 'device-aspect-ratio' property with prefix 'min' set '1279/1024' means that the minimum of ratio is '1279/1024', only and only if the device value of 'width' to value of 'height' is greater than value of 'min-device-aspect-ratio', the style sheet will be applied.
|
||||
|
@ -13,7 +13,7 @@ device-aspect-ratio-005 device-aspect-ratio - 1280/1024 (basic) http://www.w3.
|
|||
device-aspect-ratio-006 device-aspect-ratio - 0/0 (invalid) http://www.w3.org/TR/css3-mediaqueries/#device-aspect-ratio 1dea75d6abe8c4c2bfcea4b9308092bb73d575e6 `Intel`<http://www.intel.com/>,`Xin Liu`<mailto:xinx.liu@intel.com> The 'device-aspect-ratio' property set '0/0' is invalid that means the style sheet specified by 'device-aspect-ratio' will not be applied.
|
||||
min-width-001 ref min-width length value approximation http://www.w3.org/TR/css3-mediaqueries/#width,http://www.w3.org/TR/mediaqueries-4/#width,http://www.w3.org/TR/css3-values/#length-value edff68d05ca48525e5456d924b43578c8dfdbf57 `Chris Rebert`<http://chrisrebert.com> min-width length values that are too large to be supported must be clamped, rounded to infinity, or approximated, but not overflowed to a small or negative value.
|
||||
min-width-tables-001 ref Table Layout and Viewport Resizing dom https://drafts.csswg.org/css2/tables.html#auto-table-layout,https://drafts.csswg.org/mediaqueries-3/#width,https://drafts.csswg.org/mediaqueries-4/#width a883cf239dd0589e23d0a444cc1557307a6f9264 `Chris Rebert`<http://chrisrebert.com> Resizing a page which toggles the `display` of elements between `block` and `table-cell` based on the viewport width should not cause unnecessary wrapping of the table.
|
||||
mq-calc-002 reference/mq-calc-001-ref evaluation of em in calc in Media Queries http://www.w3.org/TR/css3-values/#calc,http://www.w3.org/TR/css3-mediaqueries/#units 3f31db065f78cf4397a64917dd932104f271e7a8 `Florian Rivoal`<http://florian.rivoal.net/> The size in pixels of the 'em' unit used in calc inside a media query does not depend on declarations and use the initial value.
|
||||
mq-calc-003 reference/mq-calc-001-ref evaluation of ex in calc in Media Queries http://www.w3.org/TR/css3-values/#calc,http://www.w3.org/TR/css3-mediaqueries/#units 2ffa614017b062fa1fd9bc56b7d1eb79f653d7e8 `Florian Rivoal`<http://florian.rivoal.net/> The size in pixels of the 'ex' unit used in calc inside a media query does not depend on declarations and use the initial value.
|
||||
mq-calc-004 reference/mq-calc-001-ref evaluation of ch in calc in Media Queries http://www.w3.org/TR/css3-values/#calc,http://www.w3.org/TR/css3-mediaqueries/#units 9a3c9a98e0bcc97d70b3cb71e2cfef1f63abf5a1 `Florian Rivoal`<http://florian.rivoal.net/> The size in pixels of the 'ch' unit used in calc inside a media query does not depend on declarations and use the initial value.
|
||||
mq-calc-005 reference/mq-calc-001-ref evaluation of rem in calc in Media Queries http://www.w3.org/TR/css3-values/#calc,http://www.w3.org/TR/css3-mediaqueries/#units 8ee79a3cd3d7b614ee4209b61d4793fbd3650eb4 `Florian Rivoal`<http://florian.rivoal.net/> The size in pixels of the 'rem' unit used in calc inside a media query does not depend on declarations and use the initial value.
|
||||
mq-calc-002 reference/mq-calc-001-ref evaluation of em in calc in Media Queries http://www.w3.org/TR/css3-values/#calc-notation,http://www.w3.org/TR/css3-mediaqueries/#units 0cacb89c9a83b3c696156eb81b19fbe466dc0fa1 `Florian Rivoal`<http://florian.rivoal.net/> The size in pixels of the 'em' unit used in calc inside a media query does not depend on declarations and use the initial value.
|
||||
mq-calc-003 reference/mq-calc-001-ref evaluation of ex in calc in Media Queries http://www.w3.org/TR/css3-values/#calc-notation,http://www.w3.org/TR/css3-mediaqueries/#units 3412e0e24953015d4e8f2f3d98b76cd63adf5eb6 `Florian Rivoal`<http://florian.rivoal.net/> The size in pixels of the 'ex' unit used in calc inside a media query does not depend on declarations and use the initial value.
|
||||
mq-calc-004 reference/mq-calc-001-ref evaluation of ch in calc in Media Queries http://www.w3.org/TR/css3-values/#calc-notation,http://www.w3.org/TR/css3-mediaqueries/#units 68791138cef29002ea9c8fc54d0dd7ec34375fd1 `Florian Rivoal`<http://florian.rivoal.net/> The size in pixels of the 'ch' unit used in calc inside a media query does not depend on declarations and use the initial value.
|
||||
mq-calc-005 reference/mq-calc-001-ref evaluation of rem in calc in Media Queries http://www.w3.org/TR/css3-values/#calc-notation,http://www.w3.org/TR/css3-mediaqueries/#units 305ee11ac9a53f8610670beb20e1bb8ce9392d75 `Florian Rivoal`<http://florian.rivoal.net/> The size in pixels of the 'rem' unit used in calc inside a media query does not depend on declarations and use the initial value.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue