mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update web-platform-tests to revision b7a8b84debb42268ea95a45bdad8f727d1facdf7
This commit is contained in:
parent
ba929208e4
commit
953dbda9a6
215 changed files with 6409 additions and 1644 deletions
|
@ -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 |
|
@ -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 <use> overrides values on referenced <svg></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 |
|
@ -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 <use> overrides values on referenced <svg></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 |
|
@ -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 <use> overrides values on referenced <symbol></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 |
|
@ -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 <use> overrides values on referenced <symbol></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 |
Loading…
Add table
Add a link
Reference in a new issue