diff options
author | James Graham <james@hoppipolla.co.uk> | 2015-07-27 17:47:31 +0100 |
---|---|---|
committer | James Graham <james@hoppipolla.co.uk> | 2015-07-27 17:47:31 +0100 |
commit | df03062d626f485dd896ce9c4374dfce447dc657 (patch) | |
tree | a96bdde06c6cd88dd68bc5ef4de8277fc6250a60 /tests/wpt/css-tests/css-images-3_dev/html | |
parent | 662c00a8109c49d4c57343156b774441f4f48640 (diff) | |
download | servo-df03062d626f485dd896ce9c4374dfce447dc657.tar.gz servo-df03062d626f485dd896ce9c4374dfce447dc657.zip |
Update CSS tests to revision 2baa72daab8bf37e3e910a9fd311a1eaa5b0f4a8
Diffstat (limited to 'tests/wpt/css-tests/css-images-3_dev/html')
18 files changed, 29 insertions, 3 deletions
diff --git a/tests/wpt/css-tests/css-images-3_dev/html/chapter-5.htm b/tests/wpt/css-tests/css-images-3_dev/html/chapter-5.htm index 3edaefde590..571bf6dfc91 100644 --- a/tests/wpt/css-tests/css-images-3_dev/html/chapter-5.htm +++ b/tests/wpt/css-tests/css-images-3_dev/html/chapter-5.htm @@ -1551,11 +1551,11 @@ </tbody> <tbody id="s5.1.#default-object-size"> <!-- 1 tests --> - <tr id="cursor-image-005-nfs-5.1.#default-object-size" class="image interact svg"> + <tr id="cursor-image-005-nfs-5.1.#default-object-size" class="interact svg"> <td> <a href="cursor-image-005-nfs.htm">cursor-image-005-nfs</a></td> <td></td> - <td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="svg" title="Requires SVG support">SVG</abbr></td> + <td><abbr class="interact" title="Requires user interaction">Interact</abbr><abbr class="svg" title="Requires SVG support">SVG</abbr></td> <td>Cursor property, url value <ul class="assert"> <li>Test checks that an SVG image with no fixed size is supported as a custom cursor at the default object size for cursor images.</li> 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 ed418f603ad..b5aae9e6663 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 @@ -1,9 +1,10 @@ <!DOCTYPE html> <html><head><title>CSS Basic User Interface Test: Cursor property, url value</title> <link href="mailto:chris@w3.org" rel="author" title="Chris Lilley"> +<link href="http://florian.rivoal.net/" rel="reviewer" title="Florian Rivoal"> <!-- 2015-04-12 --> <link href="http://www.w3.org/TR/css3-ui/#cursor" rel="help"> <link href="http://www.w3.org/TR/css3-images/#default-object-size" rel="help"> -<meta content="interact image svg" name="flags"> +<meta content="interact svg" name="flags"> <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> @@ -15,4 +16,5 @@ <p>The test passes if, when moved inside the colored rectangle, the cursor looks like a sheep AND is not a sheep when outside.</p> <p>If inside the rectangle the cursor does not change, or looks like a help cursor, the test fails.</p> <div class="test"> </div> + </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-images-3_dev/html/reference/support/green.ico b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/green.ico Binary files differnew file mode 100644 index 00000000000..691f61166f0 --- /dev/null +++ b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/green.ico diff --git a/tests/wpt/css-tests/css-images-3_dev/html/reference/support/h100.svg b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/h100.svg new file mode 100644 index 00000000000..e7bd34342c1 --- /dev/null +++ b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/h100.svg @@ -0,0 +1,2 @@ +<svg xmlns="http://www.w3.org/2000/svg" style="background: green" height="100"> +<g xmlns:html="http://www.w3.org/1999/xhtml" id="testmeta"><html:link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"/></g></svg>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-images-3_dev/html/reference/support/h100_r1-1.svg b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/h100_r1-1.svg new file mode 100644 index 00000000000..f77cfcbb9d4 --- /dev/null +++ b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/h100_r1-1.svg @@ -0,0 +1,2 @@ +<svg xmlns="http://www.w3.org/2000/svg" style="background: green" height="100" viewBox="0 0 100 100"> +<g xmlns:html="http://www.w3.org/1999/xhtml" id="testmeta"><html:link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"/></g></svg>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-images-3_dev/html/reference/support/r1-1.svg b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/r1-1.svg new file mode 100644 index 00000000000..7f4b4516635 --- /dev/null +++ b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/r1-1.svg @@ -0,0 +1,2 @@ +<svg xmlns="http://www.w3.org/2000/svg" style="background: green" viewBox="0 0 100 100"> +<g xmlns:html="http://www.w3.org/1999/xhtml" id="testmeta"><html:link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"/></g></svg>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-images-3_dev/html/reference/support/red.ico b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/red.ico Binary files differnew file mode 100644 index 00000000000..22a7b36fe3e --- /dev/null +++ b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/red.ico diff --git a/tests/wpt/css-tests/css-images-3_dev/html/reference/support/w100.svg b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/w100.svg new file mode 100644 index 00000000000..0b91c8539d2 --- /dev/null +++ b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/w100.svg @@ -0,0 +1,2 @@ +<svg xmlns="http://www.w3.org/2000/svg" style="background: green" width="100"> +<g xmlns:html="http://www.w3.org/1999/xhtml" id="testmeta"><html:link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"/></g></svg>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-images-3_dev/html/reference/support/w100_h100.svg b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/w100_h100.svg new file mode 100644 index 00000000000..f094372ec6a --- /dev/null +++ b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/w100_h100.svg @@ -0,0 +1,2 @@ +<svg xmlns="http://www.w3.org/2000/svg" style="background: green" width="100" height="100"> +<g xmlns:html="http://www.w3.org/1999/xhtml" id="testmeta"><html:link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"/></g></svg>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-images-3_dev/html/reference/support/w100_r1-1.svg b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/w100_r1-1.svg new file mode 100644 index 00000000000..5d44b4ffa01 --- /dev/null +++ b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/w100_r1-1.svg @@ -0,0 +1,2 @@ +<svg xmlns="http://www.w3.org/2000/svg" style="background: green" width="100" viewBox="0 0 100 100"> +<g xmlns:html="http://www.w3.org/1999/xhtml" id="testmeta"><html:link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"/></g></svg>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-images-3_dev/html/support/green.ico b/tests/wpt/css-tests/css-images-3_dev/html/support/green.ico Binary files differnew file mode 100644 index 00000000000..691f61166f0 --- /dev/null +++ b/tests/wpt/css-tests/css-images-3_dev/html/support/green.ico diff --git a/tests/wpt/css-tests/css-images-3_dev/html/support/h100.svg b/tests/wpt/css-tests/css-images-3_dev/html/support/h100.svg new file mode 100644 index 00000000000..e7bd34342c1 --- /dev/null +++ b/tests/wpt/css-tests/css-images-3_dev/html/support/h100.svg @@ -0,0 +1,2 @@ +<svg xmlns="http://www.w3.org/2000/svg" style="background: green" height="100"> +<g xmlns:html="http://www.w3.org/1999/xhtml" id="testmeta"><html:link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"/></g></svg>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-images-3_dev/html/support/h100_r1-1.svg b/tests/wpt/css-tests/css-images-3_dev/html/support/h100_r1-1.svg new file mode 100644 index 00000000000..f77cfcbb9d4 --- /dev/null +++ b/tests/wpt/css-tests/css-images-3_dev/html/support/h100_r1-1.svg @@ -0,0 +1,2 @@ +<svg xmlns="http://www.w3.org/2000/svg" style="background: green" height="100" viewBox="0 0 100 100"> +<g xmlns:html="http://www.w3.org/1999/xhtml" id="testmeta"><html:link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"/></g></svg>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-images-3_dev/html/support/r1-1.svg b/tests/wpt/css-tests/css-images-3_dev/html/support/r1-1.svg new file mode 100644 index 00000000000..7f4b4516635 --- /dev/null +++ b/tests/wpt/css-tests/css-images-3_dev/html/support/r1-1.svg @@ -0,0 +1,2 @@ +<svg xmlns="http://www.w3.org/2000/svg" style="background: green" viewBox="0 0 100 100"> +<g xmlns:html="http://www.w3.org/1999/xhtml" id="testmeta"><html:link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"/></g></svg>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-images-3_dev/html/support/red.ico b/tests/wpt/css-tests/css-images-3_dev/html/support/red.ico Binary files differnew file mode 100644 index 00000000000..22a7b36fe3e --- /dev/null +++ b/tests/wpt/css-tests/css-images-3_dev/html/support/red.ico diff --git a/tests/wpt/css-tests/css-images-3_dev/html/support/w100.svg b/tests/wpt/css-tests/css-images-3_dev/html/support/w100.svg new file mode 100644 index 00000000000..0b91c8539d2 --- /dev/null +++ b/tests/wpt/css-tests/css-images-3_dev/html/support/w100.svg @@ -0,0 +1,2 @@ +<svg xmlns="http://www.w3.org/2000/svg" style="background: green" width="100"> +<g xmlns:html="http://www.w3.org/1999/xhtml" id="testmeta"><html:link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"/></g></svg>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-images-3_dev/html/support/w100_h100.svg b/tests/wpt/css-tests/css-images-3_dev/html/support/w100_h100.svg new file mode 100644 index 00000000000..f094372ec6a --- /dev/null +++ b/tests/wpt/css-tests/css-images-3_dev/html/support/w100_h100.svg @@ -0,0 +1,2 @@ +<svg xmlns="http://www.w3.org/2000/svg" style="background: green" width="100" height="100"> +<g xmlns:html="http://www.w3.org/1999/xhtml" id="testmeta"><html:link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"/></g></svg>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-images-3_dev/html/support/w100_r1-1.svg b/tests/wpt/css-tests/css-images-3_dev/html/support/w100_r1-1.svg new file mode 100644 index 00000000000..5d44b4ffa01 --- /dev/null +++ b/tests/wpt/css-tests/css-images-3_dev/html/support/w100_r1-1.svg @@ -0,0 +1,2 @@ +<svg xmlns="http://www.w3.org/2000/svg" style="background: green" width="100" viewBox="0 0 100 100"> +<g xmlns:html="http://www.w3.org/1999/xhtml" id="testmeta"><html:link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"/></g></svg>
\ No newline at end of file |