mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02:00
Update CSS tests to revision e102a993c37a2e0ebd549bc7d5548b006458ab34
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
<a href="css-image-fallbacks-and-annotations.htm">css-image-fallbacks-and-annotations</a></strong></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#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.htm">css-image-fallbacks-and-annotations002</a></strong></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation
|
||||
<td>CSS Image Fallbacks and Annotations: the 'image()' notation
|
||||
<ul class="assert">
|
||||
<li>The &acirc;&#8364;&#732;image()&acirc;&#8364;&#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.htm">css-image-fallbacks-and-annotations003</a></strong></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#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.htm">css-image-fallbacks-and-annotations004</a></strong></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#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.htm">css-image-fallbacks-and-annotations005</a></strong></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation
|
||||
<td>CSS Image Fallbacks and Annotations: the 'image()' notation
|
||||
<ul class="assert">
|
||||
<li>The &acirc;&#8364;&#732;image()&acirc;&#8364;&#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>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html><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.htm" rel="match">
|
||||
@@ -18,4 +18,5 @@
|
||||
<p>Test passes if background is green and no red.</p>
|
||||
<div class="square"></div>
|
||||
|
||||
|
||||
</body></html>
|
||||
@@ -1,10 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html><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.htm" 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>
|
||||
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html><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.htm" rel="match">
|
||||
@@ -18,4 +18,5 @@
|
||||
<p>Test passes if background is green and no red.</p>
|
||||
<div class="square"></div>
|
||||
|
||||
|
||||
</body></html>
|
||||
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html><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.htm" rel="match">
|
||||
@@ -18,4 +18,5 @@
|
||||
<p>Test passes if background is green and no red.</p>
|
||||
<div class="square"></div>
|
||||
|
||||
|
||||
</body></html>
|
||||
@@ -1,10 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html><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.htm" 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>
|
||||
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html><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>
|
||||
@@ -26,7 +26,7 @@
|
||||
</thead>
|
||||
<tbody id="css-image-fallbacks-and-annotations" class="">
|
||||
<tr>
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation">
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the 'image()' notation">
|
||||
<a href="css-image-fallbacks-and-annotations.htm">css-image-fallbacks-and-annotations</a></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.htm">=</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 &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation">
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the 'image()' notation">
|
||||
<a href="css-image-fallbacks-and-annotations002.htm">css-image-fallbacks-and-annotations002</a></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.htm">=</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 &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation">
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the 'image()' notation">
|
||||
<a href="css-image-fallbacks-and-annotations003.htm">css-image-fallbacks-and-annotations003</a></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.htm">=</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 &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation">
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the 'image()' notation">
|
||||
<a href="css-image-fallbacks-and-annotations004.htm">css-image-fallbacks-and-annotations004</a></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.htm">=</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 &acirc;&#8364;&#732;image()&acirc;&#8364;&#8482; notation">
|
||||
<td rowspan="1" title="CSS Image Fallbacks and Annotations: the 'image()' notation">
|
||||
<a href="css-image-fallbacks-and-annotations005.htm">css-image-fallbacks-and-annotations005</a></td>
|
||||
<td><a href="reference/css-image-fallbacks-and-annotations-ref.htm">=</a> </td>
|
||||
<td rowspan="1"></td>
|
||||
|
||||
Reference in New Issue
Block a user