aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-images-3_dev
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/css-tests/css-images-3_dev')
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/html/css-image-fallbacks-and-annotations002.htm2
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/html/cursor-image-005-nfs.htm4
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/html/reference/support/1x1-green.svg2
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/html/reference/support/PTS/PngSuite.README50
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/html/reference/support/cursors/woolly-64.svg6
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/html/reference/support/cursors/woolly.svg6
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/html/support/1x1-green.svg2
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/html/support/PTS/PngSuite.README50
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/html/support/cursors/woolly-64.svg6
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/html/support/cursors/woolly.svg6
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/implementation-report-TEMPLATE.data8
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/testinfo.data4
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/xhtml1/css-image-fallbacks-and-annotations002.xht2
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/xhtml1/cursor-image-005-nfs.xht4
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/xhtml1/reference/support/1x1-green.svg2
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/xhtml1/reference/support/PTS/PngSuite.README50
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/xhtml1/reference/support/cursors/woolly-64.svg6
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/xhtml1/reference/support/cursors/woolly.svg6
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/xhtml1/support/1x1-green.svg2
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/xhtml1/support/PTS/PngSuite.README50
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/xhtml1/support/cursors/woolly-64.svg6
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/xhtml1/support/cursors/woolly.svg6
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/xhtml1print/css-image-fallbacks-and-annotations002.xht2
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/xhtml1print/cursor-image-005-nfs.xht4
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/xhtml1print/reference/support/1x1-green.svg2
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/xhtml1print/reference/support/PTS/PngSuite.README50
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/xhtml1print/reference/support/cursors/woolly-64.svg6
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/xhtml1print/reference/support/cursors/woolly.svg6
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/xhtml1print/support/1x1-green.svg2
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/xhtml1print/support/PTS/PngSuite.README50
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/xhtml1print/support/cursors/woolly-64.svg6
-rw-r--r--tests/wpt/css-tests/css-images-3_dev/xhtml1print/support/cursors/woolly.svg6
32 files changed, 207 insertions, 207 deletions
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 58dbc6c515e..b0e5b0b228a 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
@@ -9,7 +9,7 @@
.square{
width: 200px;
height: 200px;
- color: white;
+ color: white;
background-color: red;
background-image: image("support/1x1-green.png");
}
diff --git a/tests/wpt/css-tests/css-images-3_dev/html/cursor-image-005-nfs.htm b/tests/wpt/css-tests/css-images-3_dev/html/cursor-image-005-nfs.htm
index b5aae9e6663..ab5113a4db8 100644
--- a/tests/wpt/css-tests/css-images-3_dev/html/cursor-image-005-nfs.htm
+++ b/tests/wpt/css-tests/css-images-3_dev/html/cursor-image-005-nfs.htm
@@ -8,8 +8,8 @@
<meta charset="UTF-8">
<meta content="Test checks that an SVG image with no fixed size is supported as a custom cursor at the default object size for cursor images." name="assert">
<style>
- div.test{background: #D2B48C; border: 2px solid #555;
- cursor:url(support/cursors/woolly.svg) 41 32, help;
+ div.test{background: #D2B48C; border: 2px solid #555;
+ cursor:url(support/cursors/woolly.svg) 41 32, help;
width: 128px; height: 128px}
</style>
</head><body>
diff --git a/tests/wpt/css-tests/css-images-3_dev/html/reference/support/1x1-green.svg b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/1x1-green.svg
index fe239391bbf..9183435837a 100644
--- a/tests/wpt/css-tests/css-images-3_dev/html/reference/support/1x1-green.svg
+++ b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/1x1-green.svg
@@ -15,7 +15,7 @@
</i:pgfRef>
</foreignObject>
<g i:extraneous="self">
-
+
<image overflow="visible" width="1" height="1" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAAK/INwWK6QAAAANQTFRF AIAAnPmlkQAAAApJREFUeNpjYAAAAAIAAeUn3vwAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdl UmVhZHlxyWU8AAAAAElFTkSuQmCC" transform="matrix(1 0 0 1.375 0.0015 -0.313)">
</image>
</g>
diff --git a/tests/wpt/css-tests/css-images-3_dev/html/reference/support/PTS/PngSuite.README b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/PTS/PngSuite.README
index 3ef8f24db20..94df6ccffae 100644
--- a/tests/wpt/css-tests/css-images-3_dev/html/reference/support/PTS/PngSuite.README
+++ b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/PTS/PngSuite.README
@@ -1,25 +1,25 @@
- PNGSUITE
-----------------
-
- testset for PNG-(de)coders
- created by Willem van Schaik
-------------------------------------
-
-This is a collection of graphics images created to test the png applications
-like viewers, converters and editors. All (as far as that is possible)
-formats supported by the PNG standard are represented.
-
-The suite consists of the following files:
-
-- PngSuite.README - this file
-- PngSuite.LICENSE - the PngSuite is freeware
-- PngSuite.png - image with PngSuite logo
-- PngSuite.tgz - archive of all PNG testfiles
-- PngSuite.zip - same in .zip format for PCs
-
-
---------
- (c) Willem van Schaik
- willem@schaik.com
- Calgary, April 2011
-
+ PNGSUITE
+----------------
+
+ testset for PNG-(de)coders
+ created by Willem van Schaik
+------------------------------------
+
+This is a collection of graphics images created to test the png applications
+like viewers, converters and editors. All (as far as that is possible)
+formats supported by the PNG standard are represented.
+
+The suite consists of the following files:
+
+- PngSuite.README - this file
+- PngSuite.LICENSE - the PngSuite is freeware
+- PngSuite.png - image with PngSuite logo
+- PngSuite.tgz - archive of all PNG testfiles
+- PngSuite.zip - same in .zip format for PCs
+
+
+--------
+ (c) Willem van Schaik
+ willem@schaik.com
+ Calgary, April 2011
+
diff --git a/tests/wpt/css-tests/css-images-3_dev/html/reference/support/cursors/woolly-64.svg b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/cursors/woolly-64.svg
index dd9830c8ed3..24c6dd6e854 100644
--- a/tests/wpt/css-tests/css-images-3_dev/html/reference/support/cursors/woolly-64.svg
+++ b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/cursors/woolly-64.svg
@@ -3,8 +3,8 @@
<title>Woolly le Mouton</title>
<desc>
-Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
-and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
+Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
+and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
5 July 2000.
</desc>
@@ -36,7 +36,7 @@ and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
Attribution-NonCommercial-NoDerivs 3.0 Unported License. Please,
contact bert@w3.org or coralie@w3.org for licenses for other
usages.
-
+
</rdf:li>
<rdf:li xml:lang="zxx" rdf:resource="http://creativecommons.org/licenses/by-nc-nd/3.0/"/>
</rdf:Bag>
diff --git a/tests/wpt/css-tests/css-images-3_dev/html/reference/support/cursors/woolly.svg b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/cursors/woolly.svg
index 25c28b63e5a..a4249a21a40 100644
--- a/tests/wpt/css-tests/css-images-3_dev/html/reference/support/cursors/woolly.svg
+++ b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/cursors/woolly.svg
@@ -3,8 +3,8 @@
<title>Woolly le Mouton</title>
<desc>
-Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
-and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
+Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
+and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
5 July 2000.
</desc>
@@ -36,7 +36,7 @@ and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
Attribution-NonCommercial-NoDerivs 3.0 Unported License. Please,
contact bert@w3.org or coralie@w3.org for licenses for other
usages.
-
+
</rdf:li>
<rdf:li xml:lang="zxx" rdf:resource="http://creativecommons.org/licenses/by-nc-nd/3.0/"/>
</rdf:Bag>
diff --git a/tests/wpt/css-tests/css-images-3_dev/html/support/1x1-green.svg b/tests/wpt/css-tests/css-images-3_dev/html/support/1x1-green.svg
index fe239391bbf..9183435837a 100644
--- a/tests/wpt/css-tests/css-images-3_dev/html/support/1x1-green.svg
+++ b/tests/wpt/css-tests/css-images-3_dev/html/support/1x1-green.svg
@@ -15,7 +15,7 @@
</i:pgfRef>
</foreignObject>
<g i:extraneous="self">
-
+
<image overflow="visible" width="1" height="1" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAAK/INwWK6QAAAANQTFRF AIAAnPmlkQAAAApJREFUeNpjYAAAAAIAAeUn3vwAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdl UmVhZHlxyWU8AAAAAElFTkSuQmCC" transform="matrix(1 0 0 1.375 0.0015 -0.313)">
</image>
</g>
diff --git a/tests/wpt/css-tests/css-images-3_dev/html/support/PTS/PngSuite.README b/tests/wpt/css-tests/css-images-3_dev/html/support/PTS/PngSuite.README
index 3ef8f24db20..94df6ccffae 100644
--- a/tests/wpt/css-tests/css-images-3_dev/html/support/PTS/PngSuite.README
+++ b/tests/wpt/css-tests/css-images-3_dev/html/support/PTS/PngSuite.README
@@ -1,25 +1,25 @@
- PNGSUITE
-----------------
-
- testset for PNG-(de)coders
- created by Willem van Schaik
-------------------------------------
-
-This is a collection of graphics images created to test the png applications
-like viewers, converters and editors. All (as far as that is possible)
-formats supported by the PNG standard are represented.
-
-The suite consists of the following files:
-
-- PngSuite.README - this file
-- PngSuite.LICENSE - the PngSuite is freeware
-- PngSuite.png - image with PngSuite logo
-- PngSuite.tgz - archive of all PNG testfiles
-- PngSuite.zip - same in .zip format for PCs
-
-
---------
- (c) Willem van Schaik
- willem@schaik.com
- Calgary, April 2011
-
+ PNGSUITE
+----------------
+
+ testset for PNG-(de)coders
+ created by Willem van Schaik
+------------------------------------
+
+This is a collection of graphics images created to test the png applications
+like viewers, converters and editors. All (as far as that is possible)
+formats supported by the PNG standard are represented.
+
+The suite consists of the following files:
+
+- PngSuite.README - this file
+- PngSuite.LICENSE - the PngSuite is freeware
+- PngSuite.png - image with PngSuite logo
+- PngSuite.tgz - archive of all PNG testfiles
+- PngSuite.zip - same in .zip format for PCs
+
+
+--------
+ (c) Willem van Schaik
+ willem@schaik.com
+ Calgary, April 2011
+
diff --git a/tests/wpt/css-tests/css-images-3_dev/html/support/cursors/woolly-64.svg b/tests/wpt/css-tests/css-images-3_dev/html/support/cursors/woolly-64.svg
index dd9830c8ed3..24c6dd6e854 100644
--- a/tests/wpt/css-tests/css-images-3_dev/html/support/cursors/woolly-64.svg
+++ b/tests/wpt/css-tests/css-images-3_dev/html/support/cursors/woolly-64.svg
@@ -3,8 +3,8 @@
<title>Woolly le Mouton</title>
<desc>
-Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
-and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
+Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
+and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
5 July 2000.
</desc>
@@ -36,7 +36,7 @@ and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
Attribution-NonCommercial-NoDerivs 3.0 Unported License. Please,
contact bert@w3.org or coralie@w3.org for licenses for other
usages.
-
+
</rdf:li>
<rdf:li xml:lang="zxx" rdf:resource="http://creativecommons.org/licenses/by-nc-nd/3.0/"/>
</rdf:Bag>
diff --git a/tests/wpt/css-tests/css-images-3_dev/html/support/cursors/woolly.svg b/tests/wpt/css-tests/css-images-3_dev/html/support/cursors/woolly.svg
index 25c28b63e5a..a4249a21a40 100644
--- a/tests/wpt/css-tests/css-images-3_dev/html/support/cursors/woolly.svg
+++ b/tests/wpt/css-tests/css-images-3_dev/html/support/cursors/woolly.svg
@@ -3,8 +3,8 @@
<title>Woolly le Mouton</title>
<desc>
-Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
-and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
+Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
+and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
5 July 2000.
</desc>
@@ -36,7 +36,7 @@ and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
Attribution-NonCommercial-NoDerivs 3.0 Unported License. Please,
contact bert@w3.org or coralie@w3.org for licenses for other
usages.
-
+
</rdf:li>
<rdf:li xml:lang="zxx" rdf:resource="http://creativecommons.org/licenses/by-nc-nd/3.0/"/>
</rdf:Bag>
diff --git a/tests/wpt/css-tests/css-images-3_dev/implementation-report-TEMPLATE.data b/tests/wpt/css-tests/css-images-3_dev/implementation-report-TEMPLATE.data
index 5f9864a1714..638a23aa81e 100644
--- a/tests/wpt/css-tests/css-images-3_dev/implementation-report-TEMPLATE.data
+++ b/tests/wpt/css-tests/css-images-3_dev/implementation-report-TEMPLATE.data
@@ -5,16 +5,16 @@
testname revision result comment
html/css-image-fallbacks-and-annotations.htm 97bc6f86084bb5c60a9ccd2cee1c299c10051a6f ?
xhtml1/css-image-fallbacks-and-annotations.xht 97bc6f86084bb5c60a9ccd2cee1c299c10051a6f ?
-html/css-image-fallbacks-and-annotations002.htm 4798f76481c017e8146197c527c6e20131dc5058 ?
-xhtml1/css-image-fallbacks-and-annotations002.xht 4798f76481c017e8146197c527c6e20131dc5058 ?
+html/css-image-fallbacks-and-annotations002.htm ba1e7b19c1557236b853a03349e00cf66f5c8c2e ?
+xhtml1/css-image-fallbacks-and-annotations002.xht ba1e7b19c1557236b853a03349e00cf66f5c8c2e ?
html/css-image-fallbacks-and-annotations003.htm dc6ace24f43826666e70f73407f3f9670c2a53d6 ?
xhtml1/css-image-fallbacks-and-annotations003.xht dc6ace24f43826666e70f73407f3f9670c2a53d6 ?
html/css-image-fallbacks-and-annotations004.htm 327fb06f25b4724b050775b0a555baebdb2f9b5c ?
xhtml1/css-image-fallbacks-and-annotations004.xht 327fb06f25b4724b050775b0a555baebdb2f9b5c ?
html/css-image-fallbacks-and-annotations005.htm 73decf31be6ea70772b877bbc908b5863eb0f3b9 ?
xhtml1/css-image-fallbacks-and-annotations005.xht 73decf31be6ea70772b877bbc908b5863eb0f3b9 ?
-html/cursor-image-005-nfs.htm 4f1a9985c6fef5ff09d3249a54ea134fee4eee3a ?
-xhtml1/cursor-image-005-nfs.xht 4f1a9985c6fef5ff09d3249a54ea134fee4eee3a ?
+html/cursor-image-005-nfs.htm abc2307fce0a682a60d7d3f0a43ce78b231db6ba ?
+xhtml1/cursor-image-005-nfs.xht abc2307fce0a682a60d7d3f0a43ce78b231db6ba ?
html/image-fit-001.htm 868d9469f57e6013a024efa5e04ef2455d97296e ?
xhtml1/image-fit-001.xht 868d9469f57e6013a024efa5e04ef2455d97296e ?
html/image-fit-006.htm 99bc4e8d703ac43594fd3ac66be4e411c5e8c09a ?
diff --git a/tests/wpt/css-tests/css-images-3_dev/testinfo.data b/tests/wpt/css-tests/css-images-3_dev/testinfo.data
index 5e508bf9312..70bbbc8324a 100644
--- a/tests/wpt/css-tests/css-images-3_dev/testinfo.data
+++ b/tests/wpt/css-tests/css-images-3_dev/testinfo.data
@@ -1,10 +1,10 @@
id references title flags links revision credits assertion
css-image-fallbacks-and-annotations reference/css-image-fallbacks-and-annotations-ref CSS Image Fallbacks and Annotations: the 'image()' notation http://www.w3.org/TR/css3-images/#image-notation 97bc6f86084bb5c60a9ccd2cee1c299c10051a6f `Hirokazu Egashira`<mailto:yo9ega@aol.com> When the image doesn't load, the background color is still there to ensure that the white text is readable.
-css-image-fallbacks-and-annotations002 reference/css-image-fallbacks-and-annotations-ref CSS Image Fallbacks and Annotations: the 'image()' notation http://www.w3.org/TR/css3-images/#image-notation 4798f76481c017e8146197c527c6e20131dc5058 `Hirokazu Egashira`<mailto:yo9ega@aol.com> The 'image()' function load the image.
+css-image-fallbacks-and-annotations002 reference/css-image-fallbacks-and-annotations-ref CSS Image Fallbacks and Annotations: the 'image()' notation http://www.w3.org/TR/css3-images/#image-notation ba1e7b19c1557236b853a03349e00cf66f5c8c2e `Hirokazu Egashira`<mailto:yo9ega@aol.com> The 'image()' function load the image.
css-image-fallbacks-and-annotations003 reference/css-image-fallbacks-and-annotations-ref CSS Image Fallbacks and Annotations: the 'image()' notation http://www.w3.org/TR/css3-images/#image-notation dc6ace24f43826666e70f73407f3f9670c2a53d6 `Hirokazu Egashira`<mailto:yo9ega@aol.com> 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.
css-image-fallbacks-and-annotations004 reference/css-image-fallbacks-and-annotations-ref CSS Image Fallbacks and Annotations: the 'image()' notation http://www.w3.org/TR/css3-images/#image-notation 327fb06f25b4724b050775b0a555baebdb2f9b5c `Hirokazu Egashira`<mailto:yo9ega@aol.com> The rule below would tell the UA to load The first file if it can; failing that to load The second file.
css-image-fallbacks-and-annotations005 reference/css-image-fallbacks-and-annotations-ref CSS Image Fallbacks and Annotations: the 'image()' notation http://www.w3.org/TR/css3-images/#image-notation 73decf31be6ea70772b877bbc908b5863eb0f3b9 `Hirokazu Egashira`<mailto:yo9ega@aol.com> 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.
-cursor-image-005-nfs Cursor property, url value interact,svg http://www.w3.org/TR/css3-ui/#cursor,http://www.w3.org/TR/css3-images/#default-object-size 4f1a9985c6fef5ff09d3249a54ea134fee4eee3a `Chris Lilley`<mailto:chris@w3.org> Test checks that an SVG image with no fixed size is supported as a custom cursor at the default object size for cursor images.
+cursor-image-005-nfs Cursor property, url value interact,svg http://www.w3.org/TR/css3-ui/#cursor,http://www.w3.org/TR/css3-images/#default-object-size abc2307fce0a682a60d7d3f0a43ce78b231db6ba `Chris Lilley`<mailto:chris@w3.org> Test checks that an SVG image with no fixed size is supported as a custom cursor at the default object size for cursor images.
image-fit-001 Object Fit - initial value http://www.w3.org/TR/css3-images/#object-fit 868d9469f57e6013a024efa5e04ef2455d97296e `Tom Clancy`<mailto:tclancy@revenution.com> The initial value of the 'object-fit' property is 'fill'.
image-fit-006 Object Fit - 'fill', explicit 'height'/'width' http://www.w3.org/TR/css3-images/#object-fit 99bc4e8d703ac43594fd3ac66be4e411c5e8c09a `Tom Clancy`<mailto:tclancy@revenution.com> The 'fill' value of the 'object-fit' property does not affect the usual calculation of the used 'height' and 'width. The 'fill' value of the 'image-scaling' property scales the content height and width independently so that the edges of the content just meet the edges of the box established by the used 'height' and 'width'.
img-orient-012 Image Orientation - Negative Values http://www.w3.org/TR/css3-images/#image-orientation fa028e53d0b7aade522d442a341aa3a05b08699b `Tom Clancy`<mailto:tclancy@revenution.com> A negative value for 'image-orientation' rotates the image to the left (in a counter-clockwise direction) by the given number of degrees.
diff --git a/tests/wpt/css-tests/css-images-3_dev/xhtml1/css-image-fallbacks-and-annotations002.xht b/tests/wpt/css-tests/css-images-3_dev/xhtml1/css-image-fallbacks-and-annotations002.xht
index 3d29d14fe9f..20f78d0710f 100644
--- a/tests/wpt/css-tests/css-images-3_dev/xhtml1/css-image-fallbacks-and-annotations002.xht
+++ b/tests/wpt/css-tests/css-images-3_dev/xhtml1/css-image-fallbacks-and-annotations002.xht
@@ -9,7 +9,7 @@
.square{
width: 200px;
height: 200px;
- color: white;
+ color: white;
background-color: red;
background-image: image("support/1x1-green.png");
}
diff --git a/tests/wpt/css-tests/css-images-3_dev/xhtml1/cursor-image-005-nfs.xht b/tests/wpt/css-tests/css-images-3_dev/xhtml1/cursor-image-005-nfs.xht
index 946966a655f..9090accdfb6 100644
--- a/tests/wpt/css-tests/css-images-3_dev/xhtml1/cursor-image-005-nfs.xht
+++ b/tests/wpt/css-tests/css-images-3_dev/xhtml1/cursor-image-005-nfs.xht
@@ -8,8 +8,8 @@
<meta charset="UTF-8" />
<meta content="Test checks that an SVG image with no fixed size is supported as a custom cursor at the default object size for cursor images." name="assert" />
<style>
- div.test{background: #D2B48C; border: 2px solid #555;
- cursor:url(support/cursors/woolly.svg) 41 32, help;
+ div.test{background: #D2B48C; border: 2px solid #555;
+ cursor:url(support/cursors/woolly.svg) 41 32, help;
width: 128px; height: 128px}
</style>
</head><body>
diff --git a/tests/wpt/css-tests/css-images-3_dev/xhtml1/reference/support/1x1-green.svg b/tests/wpt/css-tests/css-images-3_dev/xhtml1/reference/support/1x1-green.svg
index fe239391bbf..9183435837a 100644
--- a/tests/wpt/css-tests/css-images-3_dev/xhtml1/reference/support/1x1-green.svg
+++ b/tests/wpt/css-tests/css-images-3_dev/xhtml1/reference/support/1x1-green.svg
@@ -15,7 +15,7 @@
</i:pgfRef>
</foreignObject>
<g i:extraneous="self">
-
+
<image overflow="visible" width="1" height="1" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAAK/INwWK6QAAAANQTFRF AIAAnPmlkQAAAApJREFUeNpjYAAAAAIAAeUn3vwAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdl UmVhZHlxyWU8AAAAAElFTkSuQmCC" transform="matrix(1 0 0 1.375 0.0015 -0.313)">
</image>
</g>
diff --git a/tests/wpt/css-tests/css-images-3_dev/xhtml1/reference/support/PTS/PngSuite.README b/tests/wpt/css-tests/css-images-3_dev/xhtml1/reference/support/PTS/PngSuite.README
index 3ef8f24db20..94df6ccffae 100644
--- a/tests/wpt/css-tests/css-images-3_dev/xhtml1/reference/support/PTS/PngSuite.README
+++ b/tests/wpt/css-tests/css-images-3_dev/xhtml1/reference/support/PTS/PngSuite.README
@@ -1,25 +1,25 @@
- PNGSUITE
-----------------
-
- testset for PNG-(de)coders
- created by Willem van Schaik
-------------------------------------
-
-This is a collection of graphics images created to test the png applications
-like viewers, converters and editors. All (as far as that is possible)
-formats supported by the PNG standard are represented.
-
-The suite consists of the following files:
-
-- PngSuite.README - this file
-- PngSuite.LICENSE - the PngSuite is freeware
-- PngSuite.png - image with PngSuite logo
-- PngSuite.tgz - archive of all PNG testfiles
-- PngSuite.zip - same in .zip format for PCs
-
-
---------
- (c) Willem van Schaik
- willem@schaik.com
- Calgary, April 2011
-
+ PNGSUITE
+----------------
+
+ testset for PNG-(de)coders
+ created by Willem van Schaik
+------------------------------------
+
+This is a collection of graphics images created to test the png applications
+like viewers, converters and editors. All (as far as that is possible)
+formats supported by the PNG standard are represented.
+
+The suite consists of the following files:
+
+- PngSuite.README - this file
+- PngSuite.LICENSE - the PngSuite is freeware
+- PngSuite.png - image with PngSuite logo
+- PngSuite.tgz - archive of all PNG testfiles
+- PngSuite.zip - same in .zip format for PCs
+
+
+--------
+ (c) Willem van Schaik
+ willem@schaik.com
+ Calgary, April 2011
+
diff --git a/tests/wpt/css-tests/css-images-3_dev/xhtml1/reference/support/cursors/woolly-64.svg b/tests/wpt/css-tests/css-images-3_dev/xhtml1/reference/support/cursors/woolly-64.svg
index dd9830c8ed3..24c6dd6e854 100644
--- a/tests/wpt/css-tests/css-images-3_dev/xhtml1/reference/support/cursors/woolly-64.svg
+++ b/tests/wpt/css-tests/css-images-3_dev/xhtml1/reference/support/cursors/woolly-64.svg
@@ -3,8 +3,8 @@
<title>Woolly le Mouton</title>
<desc>
-Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
-and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
+Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
+and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
5 July 2000.
</desc>
@@ -36,7 +36,7 @@ and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
Attribution-NonCommercial-NoDerivs 3.0 Unported License. Please,
contact bert@w3.org or coralie@w3.org for licenses for other
usages.
-
+
</rdf:li>
<rdf:li xml:lang="zxx" rdf:resource="http://creativecommons.org/licenses/by-nc-nd/3.0/"/>
</rdf:Bag>
diff --git a/tests/wpt/css-tests/css-images-3_dev/xhtml1/reference/support/cursors/woolly.svg b/tests/wpt/css-tests/css-images-3_dev/xhtml1/reference/support/cursors/woolly.svg
index 25c28b63e5a..a4249a21a40 100644
--- a/tests/wpt/css-tests/css-images-3_dev/xhtml1/reference/support/cursors/woolly.svg
+++ b/tests/wpt/css-tests/css-images-3_dev/xhtml1/reference/support/cursors/woolly.svg
@@ -3,8 +3,8 @@
<title>Woolly le Mouton</title>
<desc>
-Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
-and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
+Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
+and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
5 July 2000.
</desc>
@@ -36,7 +36,7 @@ and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
Attribution-NonCommercial-NoDerivs 3.0 Unported License. Please,
contact bert@w3.org or coralie@w3.org for licenses for other
usages.
-
+
</rdf:li>
<rdf:li xml:lang="zxx" rdf:resource="http://creativecommons.org/licenses/by-nc-nd/3.0/"/>
</rdf:Bag>
diff --git a/tests/wpt/css-tests/css-images-3_dev/xhtml1/support/1x1-green.svg b/tests/wpt/css-tests/css-images-3_dev/xhtml1/support/1x1-green.svg
index fe239391bbf..9183435837a 100644
--- a/tests/wpt/css-tests/css-images-3_dev/xhtml1/support/1x1-green.svg
+++ b/tests/wpt/css-tests/css-images-3_dev/xhtml1/support/1x1-green.svg
@@ -15,7 +15,7 @@
</i:pgfRef>
</foreignObject>
<g i:extraneous="self">
-
+
<image overflow="visible" width="1" height="1" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAAK/INwWK6QAAAANQTFRF AIAAnPmlkQAAAApJREFUeNpjYAAAAAIAAeUn3vwAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdl UmVhZHlxyWU8AAAAAElFTkSuQmCC" transform="matrix(1 0 0 1.375 0.0015 -0.313)">
</image>
</g>
diff --git a/tests/wpt/css-tests/css-images-3_dev/xhtml1/support/PTS/PngSuite.README b/tests/wpt/css-tests/css-images-3_dev/xhtml1/support/PTS/PngSuite.README
index 3ef8f24db20..94df6ccffae 100644
--- a/tests/wpt/css-tests/css-images-3_dev/xhtml1/support/PTS/PngSuite.README
+++ b/tests/wpt/css-tests/css-images-3_dev/xhtml1/support/PTS/PngSuite.README
@@ -1,25 +1,25 @@
- PNGSUITE
-----------------
-
- testset for PNG-(de)coders
- created by Willem van Schaik
-------------------------------------
-
-This is a collection of graphics images created to test the png applications
-like viewers, converters and editors. All (as far as that is possible)
-formats supported by the PNG standard are represented.
-
-The suite consists of the following files:
-
-- PngSuite.README - this file
-- PngSuite.LICENSE - the PngSuite is freeware
-- PngSuite.png - image with PngSuite logo
-- PngSuite.tgz - archive of all PNG testfiles
-- PngSuite.zip - same in .zip format for PCs
-
-
---------
- (c) Willem van Schaik
- willem@schaik.com
- Calgary, April 2011
-
+ PNGSUITE
+----------------
+
+ testset for PNG-(de)coders
+ created by Willem van Schaik
+------------------------------------
+
+This is a collection of graphics images created to test the png applications
+like viewers, converters and editors. All (as far as that is possible)
+formats supported by the PNG standard are represented.
+
+The suite consists of the following files:
+
+- PngSuite.README - this file
+- PngSuite.LICENSE - the PngSuite is freeware
+- PngSuite.png - image with PngSuite logo
+- PngSuite.tgz - archive of all PNG testfiles
+- PngSuite.zip - same in .zip format for PCs
+
+
+--------
+ (c) Willem van Schaik
+ willem@schaik.com
+ Calgary, April 2011
+
diff --git a/tests/wpt/css-tests/css-images-3_dev/xhtml1/support/cursors/woolly-64.svg b/tests/wpt/css-tests/css-images-3_dev/xhtml1/support/cursors/woolly-64.svg
index dd9830c8ed3..24c6dd6e854 100644
--- a/tests/wpt/css-tests/css-images-3_dev/xhtml1/support/cursors/woolly-64.svg
+++ b/tests/wpt/css-tests/css-images-3_dev/xhtml1/support/cursors/woolly-64.svg
@@ -3,8 +3,8 @@
<title>Woolly le Mouton</title>
<desc>
-Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
-and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
+Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
+and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
5 July 2000.
</desc>
@@ -36,7 +36,7 @@ and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
Attribution-NonCommercial-NoDerivs 3.0 Unported License. Please,
contact bert@w3.org or coralie@w3.org for licenses for other
usages.
-
+
</rdf:li>
<rdf:li xml:lang="zxx" rdf:resource="http://creativecommons.org/licenses/by-nc-nd/3.0/"/>
</rdf:Bag>
diff --git a/tests/wpt/css-tests/css-images-3_dev/xhtml1/support/cursors/woolly.svg b/tests/wpt/css-tests/css-images-3_dev/xhtml1/support/cursors/woolly.svg
index 25c28b63e5a..a4249a21a40 100644
--- a/tests/wpt/css-tests/css-images-3_dev/xhtml1/support/cursors/woolly.svg
+++ b/tests/wpt/css-tests/css-images-3_dev/xhtml1/support/cursors/woolly.svg
@@ -3,8 +3,8 @@
<title>Woolly le Mouton</title>
<desc>
-Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
-and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
+Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
+and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
5 July 2000.
</desc>
@@ -36,7 +36,7 @@ and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
Attribution-NonCommercial-NoDerivs 3.0 Unported License. Please,
contact bert@w3.org or coralie@w3.org for licenses for other
usages.
-
+
</rdf:li>
<rdf:li xml:lang="zxx" rdf:resource="http://creativecommons.org/licenses/by-nc-nd/3.0/"/>
</rdf:Bag>
diff --git a/tests/wpt/css-tests/css-images-3_dev/xhtml1print/css-image-fallbacks-and-annotations002.xht b/tests/wpt/css-tests/css-images-3_dev/xhtml1print/css-image-fallbacks-and-annotations002.xht
index 3d29d14fe9f..20f78d0710f 100644
--- a/tests/wpt/css-tests/css-images-3_dev/xhtml1print/css-image-fallbacks-and-annotations002.xht
+++ b/tests/wpt/css-tests/css-images-3_dev/xhtml1print/css-image-fallbacks-and-annotations002.xht
@@ -9,7 +9,7 @@
.square{
width: 200px;
height: 200px;
- color: white;
+ color: white;
background-color: red;
background-image: image("support/1x1-green.png");
}
diff --git a/tests/wpt/css-tests/css-images-3_dev/xhtml1print/cursor-image-005-nfs.xht b/tests/wpt/css-tests/css-images-3_dev/xhtml1print/cursor-image-005-nfs.xht
index 946966a655f..9090accdfb6 100644
--- a/tests/wpt/css-tests/css-images-3_dev/xhtml1print/cursor-image-005-nfs.xht
+++ b/tests/wpt/css-tests/css-images-3_dev/xhtml1print/cursor-image-005-nfs.xht
@@ -8,8 +8,8 @@
<meta charset="UTF-8" />
<meta content="Test checks that an SVG image with no fixed size is supported as a custom cursor at the default object size for cursor images." name="assert" />
<style>
- div.test{background: #D2B48C; border: 2px solid #555;
- cursor:url(support/cursors/woolly.svg) 41 32, help;
+ div.test{background: #D2B48C; border: 2px solid #555;
+ cursor:url(support/cursors/woolly.svg) 41 32, help;
width: 128px; height: 128px}
</style>
</head><body>
diff --git a/tests/wpt/css-tests/css-images-3_dev/xhtml1print/reference/support/1x1-green.svg b/tests/wpt/css-tests/css-images-3_dev/xhtml1print/reference/support/1x1-green.svg
index fe239391bbf..9183435837a 100644
--- a/tests/wpt/css-tests/css-images-3_dev/xhtml1print/reference/support/1x1-green.svg
+++ b/tests/wpt/css-tests/css-images-3_dev/xhtml1print/reference/support/1x1-green.svg
@@ -15,7 +15,7 @@
</i:pgfRef>
</foreignObject>
<g i:extraneous="self">
-
+
<image overflow="visible" width="1" height="1" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAAK/INwWK6QAAAANQTFRF AIAAnPmlkQAAAApJREFUeNpjYAAAAAIAAeUn3vwAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdl UmVhZHlxyWU8AAAAAElFTkSuQmCC" transform="matrix(1 0 0 1.375 0.0015 -0.313)">
</image>
</g>
diff --git a/tests/wpt/css-tests/css-images-3_dev/xhtml1print/reference/support/PTS/PngSuite.README b/tests/wpt/css-tests/css-images-3_dev/xhtml1print/reference/support/PTS/PngSuite.README
index 3ef8f24db20..94df6ccffae 100644
--- a/tests/wpt/css-tests/css-images-3_dev/xhtml1print/reference/support/PTS/PngSuite.README
+++ b/tests/wpt/css-tests/css-images-3_dev/xhtml1print/reference/support/PTS/PngSuite.README
@@ -1,25 +1,25 @@
- PNGSUITE
-----------------
-
- testset for PNG-(de)coders
- created by Willem van Schaik
-------------------------------------
-
-This is a collection of graphics images created to test the png applications
-like viewers, converters and editors. All (as far as that is possible)
-formats supported by the PNG standard are represented.
-
-The suite consists of the following files:
-
-- PngSuite.README - this file
-- PngSuite.LICENSE - the PngSuite is freeware
-- PngSuite.png - image with PngSuite logo
-- PngSuite.tgz - archive of all PNG testfiles
-- PngSuite.zip - same in .zip format for PCs
-
-
---------
- (c) Willem van Schaik
- willem@schaik.com
- Calgary, April 2011
-
+ PNGSUITE
+----------------
+
+ testset for PNG-(de)coders
+ created by Willem van Schaik
+------------------------------------
+
+This is a collection of graphics images created to test the png applications
+like viewers, converters and editors. All (as far as that is possible)
+formats supported by the PNG standard are represented.
+
+The suite consists of the following files:
+
+- PngSuite.README - this file
+- PngSuite.LICENSE - the PngSuite is freeware
+- PngSuite.png - image with PngSuite logo
+- PngSuite.tgz - archive of all PNG testfiles
+- PngSuite.zip - same in .zip format for PCs
+
+
+--------
+ (c) Willem van Schaik
+ willem@schaik.com
+ Calgary, April 2011
+
diff --git a/tests/wpt/css-tests/css-images-3_dev/xhtml1print/reference/support/cursors/woolly-64.svg b/tests/wpt/css-tests/css-images-3_dev/xhtml1print/reference/support/cursors/woolly-64.svg
index dd9830c8ed3..24c6dd6e854 100644
--- a/tests/wpt/css-tests/css-images-3_dev/xhtml1print/reference/support/cursors/woolly-64.svg
+++ b/tests/wpt/css-tests/css-images-3_dev/xhtml1print/reference/support/cursors/woolly-64.svg
@@ -3,8 +3,8 @@
<title>Woolly le Mouton</title>
<desc>
-Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
-and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
+Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
+and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
5 July 2000.
</desc>
@@ -36,7 +36,7 @@ and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
Attribution-NonCommercial-NoDerivs 3.0 Unported License. Please,
contact bert@w3.org or coralie@w3.org for licenses for other
usages.
-
+
</rdf:li>
<rdf:li xml:lang="zxx" rdf:resource="http://creativecommons.org/licenses/by-nc-nd/3.0/"/>
</rdf:Bag>
diff --git a/tests/wpt/css-tests/css-images-3_dev/xhtml1print/reference/support/cursors/woolly.svg b/tests/wpt/css-tests/css-images-3_dev/xhtml1print/reference/support/cursors/woolly.svg
index 25c28b63e5a..a4249a21a40 100644
--- a/tests/wpt/css-tests/css-images-3_dev/xhtml1print/reference/support/cursors/woolly.svg
+++ b/tests/wpt/css-tests/css-images-3_dev/xhtml1print/reference/support/cursors/woolly.svg
@@ -3,8 +3,8 @@
<title>Woolly le Mouton</title>
<desc>
-Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
-and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
+Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
+and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
5 July 2000.
</desc>
@@ -36,7 +36,7 @@ and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
Attribution-NonCommercial-NoDerivs 3.0 Unported License. Please,
contact bert@w3.org or coralie@w3.org for licenses for other
usages.
-
+
</rdf:li>
<rdf:li xml:lang="zxx" rdf:resource="http://creativecommons.org/licenses/by-nc-nd/3.0/"/>
</rdf:Bag>
diff --git a/tests/wpt/css-tests/css-images-3_dev/xhtml1print/support/1x1-green.svg b/tests/wpt/css-tests/css-images-3_dev/xhtml1print/support/1x1-green.svg
index fe239391bbf..9183435837a 100644
--- a/tests/wpt/css-tests/css-images-3_dev/xhtml1print/support/1x1-green.svg
+++ b/tests/wpt/css-tests/css-images-3_dev/xhtml1print/support/1x1-green.svg
@@ -15,7 +15,7 @@
</i:pgfRef>
</foreignObject>
<g i:extraneous="self">
-
+
<image overflow="visible" width="1" height="1" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAAK/INwWK6QAAAANQTFRF AIAAnPmlkQAAAApJREFUeNpjYAAAAAIAAeUn3vwAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdl UmVhZHlxyWU8AAAAAElFTkSuQmCC" transform="matrix(1 0 0 1.375 0.0015 -0.313)">
</image>
</g>
diff --git a/tests/wpt/css-tests/css-images-3_dev/xhtml1print/support/PTS/PngSuite.README b/tests/wpt/css-tests/css-images-3_dev/xhtml1print/support/PTS/PngSuite.README
index 3ef8f24db20..94df6ccffae 100644
--- a/tests/wpt/css-tests/css-images-3_dev/xhtml1print/support/PTS/PngSuite.README
+++ b/tests/wpt/css-tests/css-images-3_dev/xhtml1print/support/PTS/PngSuite.README
@@ -1,25 +1,25 @@
- PNGSUITE
-----------------
-
- testset for PNG-(de)coders
- created by Willem van Schaik
-------------------------------------
-
-This is a collection of graphics images created to test the png applications
-like viewers, converters and editors. All (as far as that is possible)
-formats supported by the PNG standard are represented.
-
-The suite consists of the following files:
-
-- PngSuite.README - this file
-- PngSuite.LICENSE - the PngSuite is freeware
-- PngSuite.png - image with PngSuite logo
-- PngSuite.tgz - archive of all PNG testfiles
-- PngSuite.zip - same in .zip format for PCs
-
-
---------
- (c) Willem van Schaik
- willem@schaik.com
- Calgary, April 2011
-
+ PNGSUITE
+----------------
+
+ testset for PNG-(de)coders
+ created by Willem van Schaik
+------------------------------------
+
+This is a collection of graphics images created to test the png applications
+like viewers, converters and editors. All (as far as that is possible)
+formats supported by the PNG standard are represented.
+
+The suite consists of the following files:
+
+- PngSuite.README - this file
+- PngSuite.LICENSE - the PngSuite is freeware
+- PngSuite.png - image with PngSuite logo
+- PngSuite.tgz - archive of all PNG testfiles
+- PngSuite.zip - same in .zip format for PCs
+
+
+--------
+ (c) Willem van Schaik
+ willem@schaik.com
+ Calgary, April 2011
+
diff --git a/tests/wpt/css-tests/css-images-3_dev/xhtml1print/support/cursors/woolly-64.svg b/tests/wpt/css-tests/css-images-3_dev/xhtml1print/support/cursors/woolly-64.svg
index dd9830c8ed3..24c6dd6e854 100644
--- a/tests/wpt/css-tests/css-images-3_dev/xhtml1print/support/cursors/woolly-64.svg
+++ b/tests/wpt/css-tests/css-images-3_dev/xhtml1print/support/cursors/woolly-64.svg
@@ -3,8 +3,8 @@
<title>Woolly le Mouton</title>
<desc>
-Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
-and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
+Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
+and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
5 July 2000.
</desc>
@@ -36,7 +36,7 @@ and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
Attribution-NonCommercial-NoDerivs 3.0 Unported License. Please,
contact bert@w3.org or coralie@w3.org for licenses for other
usages.
-
+
</rdf:li>
<rdf:li xml:lang="zxx" rdf:resource="http://creativecommons.org/licenses/by-nc-nd/3.0/"/>
</rdf:Bag>
diff --git a/tests/wpt/css-tests/css-images-3_dev/xhtml1print/support/cursors/woolly.svg b/tests/wpt/css-tests/css-images-3_dev/xhtml1print/support/cursors/woolly.svg
index 25c28b63e5a..a4249a21a40 100644
--- a/tests/wpt/css-tests/css-images-3_dev/xhtml1print/support/cursors/woolly.svg
+++ b/tests/wpt/css-tests/css-images-3_dev/xhtml1print/support/cursors/woolly.svg
@@ -3,8 +3,8 @@
<title>Woolly le Mouton</title>
<desc>
-Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
-and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
+Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
+and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
5 July 2000.
</desc>
@@ -36,7 +36,7 @@ and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
Attribution-NonCommercial-NoDerivs 3.0 Unported License. Please,
contact bert@w3.org or coralie@w3.org for licenses for other
usages.
-
+
</rdf:li>
<rdf:li xml:lang="zxx" rdf:resource="http://creativecommons.org/licenses/by-nc-nd/3.0/"/>
</rdf:Bag>