Update CSS tests to revision 7d0ff6117ee51720c307ea24d413d13eb5abf3e6

This commit is contained in:
Ms2ger 2016-03-01 16:08:43 +01:00
parent 40c52d55e2
commit 349c75536d
7391 changed files with 304135 additions and 153491 deletions

View file

@ -7,7 +7,7 @@
<link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/#width">
<link rel="help" href="http://www.w3.org/TR/mediaqueries-4/#width">
<link rel="help" href="http://www.w3.org/TR/css3-values/#length-value">
<link rel="match" href="ref.htm">
<link rel="match" href="reference/ref-filled-green-100px-square.htm">
<meta name="flags" content="">
<meta name="assert" content="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.">
<style>
@ -24,7 +24,7 @@ div {
</style>
</head>
<body>
<p>Test passes if there is a <strong>filled green square</strong> and <strong>no red</strong>.</p>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div></div>
</body>
</html>