Update CSS tests to revision 2baa72daab8bf37e3e910a9fd311a1eaa5b0f4a8

This commit is contained in:
James Graham 2015-07-27 17:47:31 +01:00
parent 662c00a810
commit df03062d62
10934 changed files with 428309 additions and 254265 deletions

View file

@ -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>

View file

@ -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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 894 B

View file

@ -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>

After

Width:  |  Height:  |  Size: 232 B

View file

@ -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>

After

Width:  |  Height:  |  Size: 254 B

View file

@ -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>

After

Width:  |  Height:  |  Size: 241 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 894 B

View file

@ -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>

After

Width:  |  Height:  |  Size: 231 B

View file

@ -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>

After

Width:  |  Height:  |  Size: 244 B

View file

@ -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>

After

Width:  |  Height:  |  Size: 253 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 894 B

View file

@ -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>

After

Width:  |  Height:  |  Size: 232 B

View file

@ -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>

After

Width:  |  Height:  |  Size: 254 B

View file

@ -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>

After

Width:  |  Height:  |  Size: 241 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 894 B

View file

@ -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>

After

Width:  |  Height:  |  Size: 231 B

View file

@ -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>

After

Width:  |  Height:  |  Size: 244 B

View file

@ -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>

After

Width:  |  Height:  |  Size: 253 B