Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef

This commit is contained in:
Ms2ger 2015-12-09 01:48:05 -05:00
parent 9aa1b1e408
commit 35c74aecc2
11290 changed files with 92400 additions and 49214 deletions

View file

@ -17,7 +17,7 @@ only and only if the value of the 'width' to the value of the 'height' is greate
@media screen and (min-aspect-ratio: 59/79) {
div {
background-color: green;
}
}
}
</style>
</head><body>

View file

@ -16,7 +16,7 @@
@media screen and (min-aspect-ratio: 0/0) {
div {
background-color: red;
}
}
}
</style>
</head><body>

View file

@ -16,7 +16,7 @@
@media screen and (max-aspect-ratio: 1280/720) {
div {
background-color: green;
}
}
}
</style>
</head><body>

View file

@ -16,7 +16,7 @@
@media screen and (max-aspect-ratio: 0/0) {
div {
background-color: red;
}
}
}
</style>
</head><body>

View file

@ -2,29 +2,29 @@
<html><head>
<meta charset="utf-8">
<title>
CSS Values and Units and Media Queries Test:
CSS Values and Units and Media Queries Test:
Calc function inside media queries
</title>
<meta content="
The calc() expression is supported in the min-width media query.
" name="assert">
<link href="mailto:fremycompany.developer@yahoo.fr" rel="author" title="Fran<EFBFBD>ois REMY">
<link href="mailto:fremycompany.developer@yahoo.fr" rel="author" title="François REMY">
<link href="http://www.w3.org/TR/css3-values/#calc-notation" rel="help">
<link href="http://www.w3.org/TR/css3-mediaqueries/#width" rel="help">
<link href="reference/all-green.htm" rel="match">
<style type="text/css">
html { background: red; }
@media (min-width: calc(100px)) {
html { background: green; }
}
</style>
</head>
<body>

View file

@ -2,29 +2,29 @@
<html><head>
<meta charset="utf-8">
<title>
CSS Values and Units and Media Queries Test:
CSS Values and Units and Media Queries Test:
Calc function inside media queries
</title>
<meta content="
The calc() expression is supported in the min-width media query properly (=with range clamping).
" name="assert">
<link href="mailto:fremycompany.developer@yahoo.fr" rel="author" title="Fran<EFBFBD>ois REMY">
<link href="mailto:fremycompany.developer@yahoo.fr" rel="author" title="François REMY">
<link href="http://www.w3.org/TR/css3-values/#calc-notation" rel="help">
<link href="http://www.w3.org/TR/css3-mediaqueries/#width" rel="help">
<link href="reference/all-green.htm" rel="match">
<style type="text/css">
html { background: red; }
@media (min-width: calc(-100px)) { /* should clamp to 0px */
html { background: green; }
}
</style>
</head>
<body>

View file

@ -3,18 +3,18 @@
# http://test.csswg.org/suites/mediaqueries-3_dev/DATESTAMP/
# See http://wiki.csswg.org/test/implementation-report for instructions
testname revision result comment
html/aspect-ratio-001.htm 02ea281e8d5e82a324ae879127747de52ba74f36 ?
xhtml1/aspect-ratio-001.xht 02ea281e8d5e82a324ae879127747de52ba74f36 ?
html/aspect-ratio-002.htm fb4e6afaa646bc6e427ad90ca4954fa4af531276 ?
xhtml1/aspect-ratio-002.xht fb4e6afaa646bc6e427ad90ca4954fa4af531276 ?
html/aspect-ratio-003.htm bdd11c8297b2de2aab720a9819cba34a474a64f4 ?
xhtml1/aspect-ratio-003.xht bdd11c8297b2de2aab720a9819cba34a474a64f4 ?
html/aspect-ratio-004.htm 2d29dde79c0ce756ec04ec3dd74749b27a350c58 ?
xhtml1/aspect-ratio-004.xht 2d29dde79c0ce756ec04ec3dd74749b27a350c58 ?
html/calc-in-media-queries-001.htm 4dbdaf4a19ce6c32853e5384f14bb0a9ed77360b ?
xhtml1/calc-in-media-queries-001.xht 4dbdaf4a19ce6c32853e5384f14bb0a9ed77360b ?
html/calc-in-media-queries-002.htm 9a9949bf31ece680a8d54659d18517483a919d2d ?
xhtml1/calc-in-media-queries-002.xht 9a9949bf31ece680a8d54659d18517483a919d2d ?
html/aspect-ratio-001.htm 5b2bb6cb44fa2fbf29a5127aa4ad7f53f64d57ad ?
xhtml1/aspect-ratio-001.xht 5b2bb6cb44fa2fbf29a5127aa4ad7f53f64d57ad ?
html/aspect-ratio-002.htm a9b122ecc9325b313cf315e955c47124ed1dbf5b ?
xhtml1/aspect-ratio-002.xht a9b122ecc9325b313cf315e955c47124ed1dbf5b ?
html/aspect-ratio-003.htm c056067d01072894fa0176f00bede949c47ef044 ?
xhtml1/aspect-ratio-003.xht c056067d01072894fa0176f00bede949c47ef044 ?
html/aspect-ratio-004.htm 578b1707ab85f44167043f28ec6a823a9a412c2a ?
xhtml1/aspect-ratio-004.xht 578b1707ab85f44167043f28ec6a823a9a412c2a ?
html/calc-in-media-queries-001.htm 19716233220fa1ac70f6299dde69dbe73ae3f08c ?
xhtml1/calc-in-media-queries-001.xht 19716233220fa1ac70f6299dde69dbe73ae3f08c ?
html/calc-in-media-queries-002.htm ba99058dbb02f00c6ce8a9a1a99b906fe0d65ab4 ?
xhtml1/calc-in-media-queries-002.xht ba99058dbb02f00c6ce8a9a1a99b906fe0d65ab4 ?
html/device-aspect-ratio-001.htm 34de25dd08103101c8c0f4411d5b19e1edb3d3ed ?
xhtml1/device-aspect-ratio-001.xht 34de25dd08103101c8c0f4411d5b19e1edb3d3ed ?
html/device-aspect-ratio-002.htm 8dcba4ea99941d945034a6167eba446e830a6b9b ?

View file

@ -133,7 +133,7 @@
<ul>
<li>Chris Rebert</li>
<li>Florian Rivoal</li>
<li>Fran&#65533;ois REMY</li>
<li>Fran&ccedil;ois REMY</li>
<li>Intel</li>
<li>Xin Liu</li>
</ul>

View file

@ -133,7 +133,7 @@
<ul>
<li>Chris Rebert</li>
<li>Florian Rivoal</li>
<li>Fran&#65533;ois REMY</li>
<li>Fran&ccedil;ois REMY</li>
<li>Intel</li>
<li>Xin Liu</li>
</ul>

View file

@ -1,10 +1,10 @@
id references title flags links revision credits assertion
aspect-ratio-001 min-aspect-ratio - 59/79 ('aspect-ratio' property with prefix 'min') http://www.w3.org/TR/css3-mediaqueries/#aspect-ratio 02ea281e8d5e82a324ae879127747de52ba74f36 `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 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-notation,http://www.w3.org/TR/css3-mediaqueries/#width 4dbdaf4a19ce6c32853e5384f14bb0a9ed77360b `Fran&#65533;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 9a9949bf31ece680a8d54659d18517483a919d2d `Fran&#65533;ois REMY`<mailto:fremycompany.developer@yahoo.fr> The calc() expression is supported in the min-width media query properly (=with range clamping).
aspect-ratio-001 min-aspect-ratio - 59/79 ('aspect-ratio' property with prefix 'min') http://www.w3.org/TR/css3-mediaqueries/#aspect-ratio 5b2bb6cb44fa2fbf29a5127aa4ad7f53f64d57ad `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 min-aspect-ratio - 0/0 ('aspect-ratio' property with prefix 'min') http://www.w3.org/TR/css3-mediaqueries/#aspect-ratio a9b122ecc9325b313cf315e955c47124ed1dbf5b `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 c056067d01072894fa0176f00bede949c47ef044 `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 578b1707ab85f44167043f28ec6a823a9a412c2a `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&ccedil;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&ccedil;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.

View file

@ -17,7 +17,7 @@ only and only if the value of the 'width' to the value of the 'height' is greate
@media screen and (min-aspect-ratio: 59/79) {
div {
background-color: green;
}
}
}
</style>
</head><body>

View file

@ -16,7 +16,7 @@
@media screen and (min-aspect-ratio: 0/0) {
div {
background-color: red;
}
}
}
</style>
</head><body>

View file

@ -16,7 +16,7 @@
@media screen and (max-aspect-ratio: 1280/720) {
div {
background-color: green;
}
}
}
</style>
</head><body>

View file

@ -16,7 +16,7 @@
@media screen and (max-aspect-ratio: 0/0) {
div {
background-color: red;
}
}
}
</style>
</head><body>

View file

@ -2,29 +2,29 @@
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>
CSS Values and Units and Media Queries Test:
CSS Values and Units and Media Queries Test:
Calc function inside media queries
</title>
<meta content="
The calc() expression is supported in the min-width media query.
" name="assert" />
<link href="mailto:fremycompany.developer@yahoo.fr" rel="author" title="Fran<EFBFBD>ois REMY" />
<link href="mailto:fremycompany.developer@yahoo.fr" rel="author" title="François REMY" />
<link href="http://www.w3.org/TR/css3-values/#calc-notation" rel="help" />
<link href="http://www.w3.org/TR/css3-mediaqueries/#width" rel="help" />
<link href="reference/all-green.xht" rel="match" />
<style type="text/css">
html { background: red; }
@media (min-width: calc(100px)) {
html { background: green; }
}
</style>
</head>
<body>

View file

@ -2,29 +2,29 @@
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>
CSS Values and Units and Media Queries Test:
CSS Values and Units and Media Queries Test:
Calc function inside media queries
</title>
<meta content="
The calc() expression is supported in the min-width media query properly (=with range clamping).
" name="assert" />
<link href="mailto:fremycompany.developer@yahoo.fr" rel="author" title="Fran<EFBFBD>ois REMY" />
<link href="mailto:fremycompany.developer@yahoo.fr" rel="author" title="François REMY" />
<link href="http://www.w3.org/TR/css3-values/#calc-notation" rel="help" />
<link href="http://www.w3.org/TR/css3-mediaqueries/#width" rel="help" />
<link href="reference/all-green.xht" rel="match" />
<style type="text/css">
html { background: red; }
@media (min-width: calc(-100px)) { /* should clamp to 0px */
html { background: green; }
}
</style>
</head>
<body>

View file

@ -17,7 +17,7 @@ only and only if the value of the 'width' to the value of the 'height' is greate
@media screen and (min-aspect-ratio: 59/79) {
div {
background-color: green;
}
}
}
</style>
</head><body>

View file

@ -16,7 +16,7 @@
@media screen and (min-aspect-ratio: 0/0) {
div {
background-color: red;
}
}
}
</style>
</head><body>

View file

@ -16,7 +16,7 @@
@media screen and (max-aspect-ratio: 1280/720) {
div {
background-color: green;
}
}
}
</style>
</head><body>

View file

@ -16,7 +16,7 @@
@media screen and (max-aspect-ratio: 0/0) {
div {
background-color: red;
}
}
}
</style>
</head><body>

View file

@ -2,29 +2,29 @@
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>
CSS Values and Units and Media Queries Test:
CSS Values and Units and Media Queries Test:
Calc function inside media queries
</title>
<meta content="
The calc() expression is supported in the min-width media query.
" name="assert" />
<link href="mailto:fremycompany.developer@yahoo.fr" rel="author" title="Fran<EFBFBD>ois REMY" />
<link href="mailto:fremycompany.developer@yahoo.fr" rel="author" title="François REMY" />
<link href="http://www.w3.org/TR/css3-values/#calc-notation" rel="help" />
<link href="http://www.w3.org/TR/css3-mediaqueries/#width" rel="help" />
<link href="reference/all-green.xht" rel="match" />
<style type="text/css">
html { background: red; }
@media (min-width: calc(100px)) {
html { background: green; }
}
</style>
</head>
<body>

View file

@ -2,29 +2,29 @@
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>
CSS Values and Units and Media Queries Test:
CSS Values and Units and Media Queries Test:
Calc function inside media queries
</title>
<meta content="
The calc() expression is supported in the min-width media query properly (=with range clamping).
" name="assert" />
<link href="mailto:fremycompany.developer@yahoo.fr" rel="author" title="Fran<EFBFBD>ois REMY" />
<link href="mailto:fremycompany.developer@yahoo.fr" rel="author" title="François REMY" />
<link href="http://www.w3.org/TR/css3-values/#calc-notation" rel="help" />
<link href="http://www.w3.org/TR/css3-mediaqueries/#width" rel="help" />
<link href="reference/all-green.xht" rel="match" />
<style type="text/css">
html { background: red; }
@media (min-width: calc(-100px)) { /* should clamp to 0px */
html { background: green; }
}
</style>
</head>
<body>