mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180. - Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
26 lines
10 KiB
Text
26 lines
10 KiB
Text
id references title flags links revision credits assertion
|
|
aspect-ratio-001 reference/ref-filled-green-100px-square min-aspect-ratio - 59/79 ('aspect-ratio' property with prefix 'min') http://www.w3.org/TR/css3-mediaqueries/#aspect-ratio 1f29a587090618f9603c94d019f34b3a37a88ed6 `Intel`<http://www.intel.com/> The 'aspect-ratio' property with prefix 'min' set '59/79' means that the minimum of ratio is '59/79', only and only if the value of the 'width' to the value of the 'height' is greater than value of 'min-aspect-ratio', the style sheet will be applied.
|
|
aspect-ratio-002 reference/ref-filled-green-100px-square min-aspect-ratio - 0/0 ('aspect-ratio' property with prefix 'min') http://www.w3.org/TR/css3-mediaqueries/#aspect-ratio b2933caf8de5c7d1e8d590c8b235c363ca8fb6f4 `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 reference/ref-filled-green-100px-square max-aspect-ratio - 1280/720 ('aspect-ratio' property with prefix 'max') http://www.w3.org/TR/css3-mediaqueries/#aspect-ratio a26374acae389f71aa8dfe907112c634b03ff5b8 `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 reference/ref-filled-green-100px-square max-aspect-ratio - 0/0 ('aspect-ratio' property with prefix 'max') http://www.w3.org/TR/css3-mediaqueries/#aspect-ratio 54175b460661b77a9c097dbc2be9deea81d13f1d `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-notation,http://www.w3.org/TR/css3-mediaqueries/#width 19716233220fa1ac70f6299dde69dbe73ae3f08c `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 ba99058dbb02f00c6ce8a9a1a99b906fe0d65ab4 `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 reference/ref-filled-green-100px-square max-device-aspect-ratio - 1281/1024 ('device-aspect-ratio' property with prefix 'max') http://www.w3.org/TR/css3-mediaqueries/#device-aspect-ratio eea514ade521da75181c44d16d24332f8ea208e7 `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 reference/ref-filled-green-100px-square max-device-aspect-ratio - 0/0 ('device-aspect-ratio' property with prefix 'max') http://www.w3.org/TR/css3-mediaqueries/#device-aspect-ratio 58e004d2239f8180acf20b1b9fa07f7422cdcd36 `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 reference/ref-filled-green-100px-square min-device-aspect-ratio - 1279/1024 ('device-aspect-ratio' property with prefix 'min') http://www.w3.org/TR/css3-mediaqueries/#device-aspect-ratio 22edbadc004bf35c0996a5b9ef0b3c4681839100 `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.
|
|
device-aspect-ratio-004 reference/ref-filled-green-100px-square min-device-aspect-ratio - 0/0 ('device-aspect-ratio' property with prefix 'min') http://www.w3.org/TR/css3-mediaqueries/#device-aspect-ratio c3f669622b3762aa625c836b2d61c6c8fd6e9329 `Intel`<http://www.intel.com/>,`Xin Liu`<mailto:xinx.liu@intel.com> The 'device-aspect-ratio' property with prefix 'min' set '0/0' is invalid that means the style sheet specified by 'min-device-aspect-ratio' will not be applied.
|
|
device-aspect-ratio-005 reference/ref-filled-green-100px-square device-aspect-ratio - 1280/1024 (basic) http://www.w3.org/TR/css3-mediaqueries/#device-aspect-ratio 0ac49f1fea8b7e25286c3d7fb22d32ca79a70d01 `Intel`<http://www.intel.com/>,`Xin Liu`<mailto:xinx.liu@intel.com> The 'device-aspect-ratio' property set '1280/1024' means that the ratio is '1280/1024', only and only if the device value of 'width' to value of 'height' is equals with value of 'device-aspect-ratio', the style sheet will be applied.
|
|
device-aspect-ratio-006 reference/ref-filled-green-100px-square device-aspect-ratio - 0/0 (invalid) http://www.w3.org/TR/css3-mediaqueries/#device-aspect-ratio 820c0a75a20669a129af1c5eaade249c9692a7b6 `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.
|
|
media-queries-001 Basic media queries test https://www.w3.org/TR/css3-mediaqueries/#media0 fb89345feeddf62a2b7fd9bc7b9338bd0c253a24 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
media-queries-002 The 'width' media feature (for visual devices with desktop viewport widths) https://www.w3.org/TR/css3-mediaqueries/#width 8851ac866cffe4d0b3d5a54e0e7240ebb64b0d26 `Ian Hickson`<mailto:ian@hixie.ch>
|
|
media-queries-003 The 'color' media feature (for color devices with bit depth less than 4096 bits per pixel) https://www.w3.org/TR/css3-mediaqueries/#color 7ab95ca0874ac97c4261490f1c775d0dd5aa211f `Ian Hickson`<mailto:ian@hixie.ch>
|
|
min-width-001 reference/ref-filled-green-100px-square 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 097fd2e09118aa15f050793212989bddbb0ad8aa `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 reference/ref-filled-green-100px-square 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 e63eaf57baa48408b03756b911cc11dd20e4b850 `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/ref-filled-green-100px-square 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 9cc618bb7a17417fd66f4e893b9f178e6a621b40 `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/ref-filled-green-100px-square 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 7beca4bff3fa5b51966cbed6dcbb827644c01097 `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/ref-filled-green-100px-square 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 e590e4240513b88a1664c3c0f58fb2c8ef8c88d3 `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/ref-filled-green-100px-square 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 1f10f735a2dc2b8dfa6f794e23c73ae94d824a83 `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.
|
|
relative-units-001 reference/ref-green-body Font-relative length units (rem) in width media queries https://www.w3.org/TR/css3-mediaqueries/#units,https://www.w3.org/TR/mediaqueries-4/#units 657a8148b3df5b07b809c441642176994fe91285 `Chris Rebert`<http://chrisrebert.com> Font-relative length units (such as 'rem') in media queries should be calculated based on the initial value of 'font-size', not based on author style declarations, such as: html { font-size: 200%; }
|
|
relative-units-002 reference/ref-green-body Font-relative length units (em) in width media queries https://www.w3.org/TR/css3-mediaqueries/#units,https://www.w3.org/TR/mediaqueries-4/#units 70bed8bc1264cedd4beae6813c1044c9a997e6c9 `Chris Rebert`<http://chrisrebert.com> Font-relative length units (such as 'em') in media queries should be calculated based on the initial value of 'font-size', not based on author style declarations, such as: html { font-size: 200%; }
|
|
relative-units-003 reference/ref-green-body Font-relative length units (ex) in width media queries https://www.w3.org/TR/css3-mediaqueries/#units,https://www.w3.org/TR/mediaqueries-4/#units f323ece075cd85be438348a13b3cf096eb2e9290 `Chris Rebert`<http://chrisrebert.com> Font-relative length units (such as 'ex') in media queries should be calculated based on the initial value of 'font-size', not based on author style declarations, such as: html { font-size: 200%; }
|
|
relative-units-004 reference/ref-green-body Font-relative length units (ch) in width media queries https://www.w3.org/TR/css3-mediaqueries/#units,https://www.w3.org/TR/mediaqueries-4/#units f6a159e514e4fa80dbc9729492a56def458e3ccd `Chris Rebert`<http://chrisrebert.com> Font-relative length units (such as 'ch') in media queries should be calculated based on the initial value of 'font-size', not based on author style declarations, such as: html { font-size: 200%; }
|