Update web-platform-tests to revision b7a8b84debb42268ea95a45bdad8f727d1facdf7

This commit is contained in:
WPT Sync Bot 2019-03-21 21:40:20 -04:00
parent ba929208e4
commit 953dbda9a6
215 changed files with 6409 additions and 1644 deletions

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg">
<rect width="100" height="100" fill="green"/>
</svg>

After

Width:  |  Height:  |  Size: 96 B

View file

@ -0,0 +1,18 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:h="http://www.w3.org/1999/xhtml" width="800" height="600">
<title>'width' and 'height' from &#x3c;use&#x3e; overrides values on referenced &#x3c;svg&#x3e;</title>
<h:link rel="help" href="https://svgwg.org/svg2-draft/struct.html#UseLayout"/>
<h:link rel="match" href="reference/green-100x100.svg"/>
<defs>
<svg id="s" width="10" height="10">
<rect width="100%" height="100%" fill="green"/>
</svg>
</defs>
<rect width="100" height="100" fill="red"/>
<svg width="1" height="1" overflow="visible">
<use xlink:href="#s" x="90" y="90"/>
<use xlink:href="#s" y="90" width="90"/>
<use xlink:href="#s" x="90" height="90"/>
<use xlink:href="#s" width="90" height="90"/>
</svg>
</svg>

After

Width:  |  Height:  |  Size: 815 B

View file

@ -0,0 +1,18 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:h="http://www.w3.org/1999/xhtml" width="800" height="600">
<title>'width' and 'height' from &#x3c;use&#x3e; overrides values on referenced &#x3c;svg&#x3e;</title>
<h:link rel="help" href="https://svgwg.org/svg2-draft/struct.html#UseLayout"/>
<h:link rel="match" href="reference/green-100x100.svg"/>
<defs>
<svg id="s">
<rect width="100%" height="100%" fill="green"/>
</svg>
</defs>
<rect width="100" height="100" fill="red"/>
<svg width="10" height="10" overflow="visible">
<use xlink:href="#s" x="90" y="90"/>
<use xlink:href="#s" y="90" width="90"/>
<use xlink:href="#s" x="90" height="90"/>
<use xlink:href="#s" width="90" height="90"/>
</svg>
</svg>

After

Width:  |  Height:  |  Size: 794 B

View file

@ -0,0 +1,18 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:h="http://www.w3.org/1999/xhtml" width="800" height="600">
<title>'width' and 'height' from &#x3c;use&#x3e; overrides values on referenced &#x3c;symbol&#x3e;</title>
<h:link rel="help" href="https://svgwg.org/svg2-draft/struct.html#UseLayout"/>
<h:link rel="match" href="reference/green-100x100.svg"/>
<defs>
<symbol id="s" width="10" height="10">
<rect width="100%" height="100%" fill="green"/>
</symbol>
</defs>
<rect width="100" height="100" fill="red"/>
<svg width="1" height="1" overflow="visible">
<use xlink:href="#s" x="90" y="90"/>
<use xlink:href="#s" y="90" width="90"/>
<use xlink:href="#s" x="90" height="90"/>
<use xlink:href="#s" width="90" height="90"/>
</svg>
</svg>

After

Width:  |  Height:  |  Size: 824 B

View file

@ -0,0 +1,18 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:h="http://www.w3.org/1999/xhtml" width="800" height="600">
<title>'width' and 'height' from &#x3c;use&#x3e; overrides values on referenced &#x3c;symbol&#x3e;</title>
<h:link rel="help" href="https://svgwg.org/svg2-draft/struct.html#UseLayout"/>
<h:link rel="match" href="reference/green-100x100.svg"/>
<defs>
<symbol id="s">
<rect width="100%" height="100%" fill="green"/>
</symbol>
</defs>
<rect width="100" height="100" fill="red"/>
<svg width="10" height="10" overflow="visible">
<use xlink:href="#s" x="90" y="90"/>
<use xlink:href="#s" y="90" width="90"/>
<use xlink:href="#s" x="90" height="90"/>
<use xlink:href="#s" width="90" height="90"/>
</svg>
</svg>

After

Width:  |  Height:  |  Size: 803 B