Update CSS tests to revision e102a993c37a2e0ebd549bc7d5548b006458ab34

This commit is contained in:
Ms2ger 2015-11-23 13:14:18 +01:00
parent 037cac7353
commit a00f2d6310
479 changed files with 13629 additions and 1611 deletions

View file

@ -55,7 +55,7 @@
<a href="css-image-fallbacks-and-annotations.xht">css-image-fallbacks-and-annotations</a></strong></td>
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
<td></td>
<td>CSS Image Fallbacks and Annotations: the &amp;acirc;&amp;#8364;&amp;#732;image()&amp;acirc;&amp;#8364;&amp;#8482; notation
<td>CSS Image Fallbacks and Annotations: the 'image()' notation
<ul class="assert">
<li>When the image doesn't load, the background color is still there to ensure that the white text is readable.</li>
</ul>
@ -66,9 +66,9 @@
<a href="css-image-fallbacks-and-annotations002.xht">css-image-fallbacks-and-annotations002</a></strong></td>
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
<td></td>
<td>CSS Image Fallbacks and Annotations: the &amp;acirc;&amp;#8364;&amp;#732;image()&amp;acirc;&amp;#8364;&amp;#8482; notation
<td>CSS Image Fallbacks and Annotations: the 'image()' notation
<ul class="assert">
<li>The &amp;acirc;&amp;#8364;&amp;#732;image()&amp;acirc;&amp;#8364;&amp;#8482; function load the image.</li>
<li>The 'image()' function load the image.</li>
</ul>
</td>
</tr>
@ -77,7 +77,7 @@
<a href="css-image-fallbacks-and-annotations003.xht">css-image-fallbacks-and-annotations003</a></strong></td>
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
<td></td>
<td>CSS Image Fallbacks and Annotations: the &amp;acirc;&amp;#8364;&amp;#732;image()&amp;acirc;&amp;#8364;&amp;#8482; notation
<td>CSS Image Fallbacks and Annotations: the 'image()' notation
<ul class="assert">
<li>The rule below would tell the UA to load The first file if it can; failing that to load The second file; failing that to display The third file.</li>
</ul>
@ -88,7 +88,7 @@
<a href="css-image-fallbacks-and-annotations004.xht">css-image-fallbacks-and-annotations004</a></strong></td>
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
<td></td>
<td>CSS Image Fallbacks and Annotations: the &amp;acirc;&amp;#8364;&amp;#732;image()&amp;acirc;&amp;#8364;&amp;#8482; notation
<td>CSS Image Fallbacks and Annotations: the 'image()' notation
<ul class="assert">
<li>The rule below would tell the UA to load The first file if it can; failing that to load The second file.</li>
</ul>
@ -99,9 +99,9 @@
<a href="css-image-fallbacks-and-annotations005.xht">css-image-fallbacks-and-annotations005</a></strong></td>
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
<td></td>
<td>CSS Image Fallbacks and Annotations: the &amp;acirc;&amp;#8364;&amp;#732;image()&amp;acirc;&amp;#8364;&amp;#8482; notation
<td>CSS Image Fallbacks and Annotations: the 'image()' notation
<ul class="assert">
<li>The &amp;acirc;&amp;#8364;&amp;#732;image()&amp;acirc;&amp;#8364;&amp;#8482; function specifies only a color without any URLs, the function immediately falls back to representing a solid-color image of the chosen color.</li>
<li>The 'image()' function specifies only a color without any URLs, the function immediately falls back to representing a solid-color image of the chosen color.</li>
</ul>
</td>
</tr>

View file

@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<title>CSS Image Fallbacks and Annotations: the image() notation</title>
<title>CSS Image Fallbacks and Annotations: the 'image()' notation</title>
<link href="mailto:yo9ega@aol.com" rel="author" title="Hirokazu Egashira" />
<link href="http://www.w3.org/TR/css3-images/#image-notation" rel="help" />
<link href="reference/css-image-fallbacks-and-annotations-ref.xht" rel="match" />
@ -18,4 +18,5 @@
<p>Test passes if background is green and no red.</p>
<div class="square"></div>
</body></html>

View file

@ -1,10 +1,10 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<title>CSS Image Fallbacks and Annotations: the image() notation</title>
<title>CSS Image Fallbacks and Annotations: the 'image()' notation</title>
<link href="mailto:yo9ega@aol.com" rel="author" title="Hirokazu Egashira" />
<link href="http://www.w3.org/TR/css3-images/#image-notation" rel="help" />
<link href="reference/css-image-fallbacks-and-annotations-ref.xht" rel="match" />
<meta content="The image() function load the image." name="assert" />
<meta content="The 'image()' function load the image." name="assert" />
<style type="text/css">
.square{
width: 200px;
@ -19,4 +19,5 @@
<p>Test passes if background is green and no red.</p>
<div class="square"></div>
</body></html>

View file

@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<title>CSS Image Fallbacks and Annotations: the image() notation</title>
<title>CSS Image Fallbacks and Annotations: the 'image()' notation</title>
<link href="mailto:yo9ega@aol.com" rel="author" title="Hirokazu Egashira" />
<link href="http://www.w3.org/TR/css3-images/#image-notation" rel="help" />
<link href="reference/css-image-fallbacks-and-annotations-ref.xht" rel="match" />
@ -18,4 +18,5 @@
<p>Test passes if background is green and no red.</p>
<div class="square"></div>
</body></html>

View file

@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<title>CSS Image Fallbacks and Annotations: the image() notation</title>
<title>CSS Image Fallbacks and Annotations: the 'image()' notation</title>
<link href="mailto:yo9ega@aol.com" rel="author" title="Hirokazu Egashira" />
<link href="http://www.w3.org/TR/css3-images/#image-notation" rel="help" />
<link href="reference/css-image-fallbacks-and-annotations-ref.xht" rel="match" />
@ -18,4 +18,5 @@
<p>Test passes if background is green and no red.</p>
<div class="square"></div>
</body></html>

View file

@ -1,10 +1,10 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<title>CSS Image Fallbacks and Annotations: the image() notation</title>
<title>CSS Image Fallbacks and Annotations: the 'image()' notation</title>
<link href="mailto:yo9ega@aol.com" rel="author" title="Hirokazu Egashira" />
<link href="http://www.w3.org/TR/css3-images/#image-notation" rel="help" />
<link href="reference/css-image-fallbacks-and-annotations-ref.xht" rel="match" />
<meta content="The image() function specifies only a color without any URLs, the function immediately falls back to representing a solid-color image of the chosen color." name="assert" />
<meta content="The 'image()' function specifies only a color without any URLs, the function immediately falls back to representing a solid-color image of the chosen color." name="assert" />
<style type="text/css">
.square{
width: 200px;
@ -18,4 +18,5 @@
<p>Test passes if background is pale green and no green and no red.</p>
<div class="square"></div>
</body></html>

View file

@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<title>CSS Image Fallbacks and Annotations: the image() notation</title>
<title>CSS Image Fallbacks and Annotations: the 'image()' notation</title>
<link href="mailto:yo9ega@aol.com" rel="author" title="Hirokazu Egashira" />
<style type="text/css">
.square{
@ -14,4 +14,5 @@
<p>Test passes if background is green and no red.</p>
<div class="square"></div>
</body></html>

View file

@ -26,7 +26,7 @@
</thead>
<tbody id="css-image-fallbacks-and-annotations" class="">
<tr>
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the &amp;acirc;&amp;#8364;&amp;#732;image()&amp;acirc;&amp;#8364;&amp;#8482; notation">
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the 'image()' notation">
<a href="css-image-fallbacks-and-annotations.xht">css-image-fallbacks-and-annotations</a></td>
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
<td rowspan="1"></td>
@ -34,7 +34,7 @@
</tbody>
<tbody id="css-image-fallbacks-and-annotations002" class="">
<tr>
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the &amp;acirc;&amp;#8364;&amp;#732;image()&amp;acirc;&amp;#8364;&amp;#8482; notation">
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the 'image()' notation">
<a href="css-image-fallbacks-and-annotations002.xht">css-image-fallbacks-and-annotations002</a></td>
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
<td rowspan="1"></td>
@ -42,7 +42,7 @@
</tbody>
<tbody id="css-image-fallbacks-and-annotations003" class="">
<tr>
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the &amp;acirc;&amp;#8364;&amp;#732;image()&amp;acirc;&amp;#8364;&amp;#8482; notation">
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the 'image()' notation">
<a href="css-image-fallbacks-and-annotations003.xht">css-image-fallbacks-and-annotations003</a></td>
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
<td rowspan="1"></td>
@ -50,7 +50,7 @@
</tbody>
<tbody id="css-image-fallbacks-and-annotations004" class="">
<tr>
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the &amp;acirc;&amp;#8364;&amp;#732;image()&amp;acirc;&amp;#8364;&amp;#8482; notation">
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the 'image()' notation">
<a href="css-image-fallbacks-and-annotations004.xht">css-image-fallbacks-and-annotations004</a></td>
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
<td rowspan="1"></td>
@ -58,7 +58,7 @@
</tbody>
<tbody id="css-image-fallbacks-and-annotations005" class="">
<tr>
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the &amp;acirc;&amp;#8364;&amp;#732;image()&amp;acirc;&amp;#8364;&amp;#8482; notation">
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the 'image()' notation">
<a href="css-image-fallbacks-and-annotations005.xht">css-image-fallbacks-and-annotations005</a></td>
<td><a href="reference/css-image-fallbacks-and-annotations-ref.xht">=</a> </td>
<td rowspan="1"></td>