diff options
Diffstat (limited to 'tests/wpt/css-tests/css-images-3_dev/html')
8 files changed, 26 insertions, 20 deletions
diff --git a/tests/wpt/css-tests/css-images-3_dev/html/chapter-3.htm b/tests/wpt/css-tests/css-images-3_dev/html/chapter-3.htm index 54e9b306a6c..e12991c87c7 100644 --- a/tests/wpt/css-tests/css-images-3_dev/html/chapter-3.htm +++ b/tests/wpt/css-tests/css-images-3_dev/html/chapter-3.htm @@ -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> diff --git a/tests/wpt/css-tests/css-images-3_dev/html/css-image-fallbacks-and-annotations.htm b/tests/wpt/css-tests/css-images-3_dev/html/css-image-fallbacks-and-annotations.htm index 778a5a547ca..957f2df1ff7 100644 --- a/tests/wpt/css-tests/css-images-3_dev/html/css-image-fallbacks-and-annotations.htm +++ b/tests/wpt/css-tests/css-images-3_dev/html/css-image-fallbacks-and-annotations.htm @@ -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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-images-3_dev/html/css-image-fallbacks-and-annotations002.htm b/tests/wpt/css-tests/css-images-3_dev/html/css-image-fallbacks-and-annotations002.htm index 4d1a1dbe98d..58dbc6c515e 100644 --- a/tests/wpt/css-tests/css-images-3_dev/html/css-image-fallbacks-and-annotations002.htm +++ b/tests/wpt/css-tests/css-images-3_dev/html/css-image-fallbacks-and-annotations002.htm @@ -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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-images-3_dev/html/css-image-fallbacks-and-annotations003.htm b/tests/wpt/css-tests/css-images-3_dev/html/css-image-fallbacks-and-annotations003.htm index c9bec08e787..9ae0dda6d1b 100644 --- a/tests/wpt/css-tests/css-images-3_dev/html/css-image-fallbacks-and-annotations003.htm +++ b/tests/wpt/css-tests/css-images-3_dev/html/css-image-fallbacks-and-annotations003.htm @@ -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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-images-3_dev/html/css-image-fallbacks-and-annotations004.htm b/tests/wpt/css-tests/css-images-3_dev/html/css-image-fallbacks-and-annotations004.htm index fe0fe648282..b54107e7124 100644 --- a/tests/wpt/css-tests/css-images-3_dev/html/css-image-fallbacks-and-annotations004.htm +++ b/tests/wpt/css-tests/css-images-3_dev/html/css-image-fallbacks-and-annotations004.htm @@ -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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-images-3_dev/html/css-image-fallbacks-and-annotations005.htm b/tests/wpt/css-tests/css-images-3_dev/html/css-image-fallbacks-and-annotations005.htm index 4d74b373077..eabaf0684e3 100644 --- a/tests/wpt/css-tests/css-images-3_dev/html/css-image-fallbacks-and-annotations005.htm +++ b/tests/wpt/css-tests/css-images-3_dev/html/css-image-fallbacks-and-annotations005.htm @@ -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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-images-3_dev/html/reference/css-image-fallbacks-and-annotations-ref.htm b/tests/wpt/css-tests/css-images-3_dev/html/reference/css-image-fallbacks-and-annotations-ref.htm index 7e6678e00e6..33b61d7377c 100644 --- a/tests/wpt/css-tests/css-images-3_dev/html/reference/css-image-fallbacks-and-annotations-ref.htm +++ b/tests/wpt/css-tests/css-images-3_dev/html/reference/css-image-fallbacks-and-annotations-ref.htm @@ -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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-images-3_dev/html/reftest-toc.htm b/tests/wpt/css-tests/css-images-3_dev/html/reftest-toc.htm index 778bdb15f0a..aae1c705d45 100644 --- a/tests/wpt/css-tests/css-images-3_dev/html/reftest-toc.htm +++ b/tests/wpt/css-tests/css-images-3_dev/html/reftest-toc.htm @@ -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> |