mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision 0bfde9f6a8bfde0fde4dba73d7172a8eed6e946e
This commit is contained in:
parent
5d4dac8cf2
commit
6a79d6ee64
420 changed files with 901 additions and 14894 deletions
|
@ -19,7 +19,7 @@
|
|||
<p>The test passes if there is a green square and no red.</p>
|
||||
<svg>
|
||||
<rect x="41" y="41" width="78" height="78" fill="red"/>
|
||||
<g transform="translateX(40px)">
|
||||
<g transform="translate(40px 0)">
|
||||
<rect y="40" width="80" height="80" fill="green"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<p>The test passes if there is a green square and no red.</p>
|
||||
<svg>
|
||||
<rect x="41" y="41" width="78" height="78" fill="red"/>
|
||||
<g transform="translateY(40)">
|
||||
<g transform="translate(0 40)">
|
||||
<rect x="40" width="80" height="80" fill="green"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
<p>The test passes if there is a green square and no red.</p>
|
||||
<svg>
|
||||
<rect x="41" y="41" width="78" height="78" fill="red"/>
|
||||
<g transform="translateX(20px)">
|
||||
<rect y="40" width="80" height="80" fill="green" transform="translateX(20px)"/>
|
||||
<g transform="translate(20 0)">
|
||||
<rect y="40" width="80" height="80" fill="green" transform="translate(20 0)"/>
|
||||
</g>
|
||||
</svg>
|
||||
</body>
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
<p>The test passes if there is a green square and no red.</p>
|
||||
<svg>
|
||||
<rect x="41" y="41" width="78" height="78" fill="red"/>
|
||||
<g transform="translateY(20)">
|
||||
<rect x="40" width="80" height="80" fill="green" transform="translateY(20)"/>
|
||||
<g transform="translate(0 20)">
|
||||
<rect x="40" width="80" height="80" fill="green" transform="translate(0 20)"/>
|
||||
</g>
|
||||
</svg>
|
||||
</body>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<p>The test passes if there is a green square and no red.</p>
|
||||
<svg>
|
||||
<rect x="41" y="41" width="78" height="78" fill="red"/>
|
||||
<g transform="translateX(40px)">
|
||||
<g transform="translate(40 0)">
|
||||
<rect y="20" width="80" height="40" fill="green" transform="scaleY(2)"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<p>The test passes if there is a green square and no red.</p>
|
||||
<svg>
|
||||
<path d="M 2,26 100,26 198,124 100,124 Z" fill="red"/>
|
||||
<g transform="translateY(25)">
|
||||
<g transform="translate(0 25)">
|
||||
<rect width="100" height="100" fill="green" transform="skewX(45)"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<svg>
|
||||
<rect x="41" y="41" width="78" height="78" fill="red"/>
|
||||
<g transform="scaleY(2)">
|
||||
<rect y="20" width="80" height="40" fill="green" transform="translateX(40)"/>
|
||||
<rect y="20" width="80" height="40" fill="green" transform="translate(40 0)"/>
|
||||
</g>
|
||||
</svg>
|
||||
</body>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<svg>
|
||||
<rect x="41" y="41" width="78" height="78" fill="red"/>
|
||||
<g transform="rotate(90)">
|
||||
<rect x="40" y="-160" width="80" height="80" fill="green" transform="translateY(40)"/>
|
||||
<rect x="40" y="-160" width="80" height="80" fill="green" transform="translate(0 40)"/>
|
||||
</g>
|
||||
</svg>
|
||||
</body>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<p>The test passes if there is a green square and no red.</p>
|
||||
<svg>
|
||||
<rect x="41" y="41" width="78" height="78" fill="red"/> <!-- this rect is outside the group to catch failures of the group transform -->
|
||||
<g transform="translateX(20)">
|
||||
<g transform="translate(20 0)">
|
||||
<rect x="42" y="41" width="156" height="78" fill="red" transform="scaleX(0.5)"/> <!-- false positive if scaleX is negative -->
|
||||
<rect width="40" height="40" fill="green" transform="matrix(-2 0 0 -2 100 120)"/>
|
||||
</g>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<p>The test passes if there is a green square and no red.</p>
|
||||
<svg>
|
||||
<rect x="41" y="41" width="78" height="78" fill="red"/> <!-- this rect is outside the group to catch failures of the group transform -->
|
||||
<g transform="translateY(25px)">
|
||||
<g transform="translate(0 25px)">
|
||||
<rect x="1" y="1" width="78" height="78" fill="red" transform="translate(40px 15px)"/>
|
||||
<rect x="80" y="30" width="160" height="160" fill="green" transform="scale(0.5)"/>
|
||||
</g>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<svg>
|
||||
<rect x="41" y="41" width="78" height="78" fill="red"/> <!-- this rect is outside the group to catch failures of the group transform -->
|
||||
<g transform="scale(0.5)">
|
||||
<rect x="62" y="82" width="156" height="156" fill="red" transform="translateX(20)"/>
|
||||
<rect x="62" y="82" width="156" height="156" fill="red" transform="translate(20 0)"/>
|
||||
<rect x="160" y="80" width="320" height="160" fill="green" transform="scaleX(0.5)"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<svg>
|
||||
<rect x="41" y="41" width="78" height="78" fill="red"/> <!-- this rect is outside the group to catch failures of the group transform -->
|
||||
<g transform="scaleX(0.5)">
|
||||
<rect x="82" y="21" width="156" height="78" fill="red" transform="translateY(20)"/>
|
||||
<rect x="82" y="21" width="156" height="78" fill="red" transform="translate(0 20)"/>
|
||||
<rect x="160" y="80" width="320" height="160" fill="green" transform="scale(0.5)"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<svg>
|
||||
<rect x="41" y="41" width="78" height="78" fill="red"/> <!-- this rect is outside the group to catch failures of the group transform -->
|
||||
<g transform="rotate(90)">
|
||||
<rect x="20" y="-120" width="80" height="80" fill="green" transform="translateX(20)"/>
|
||||
<rect x="20" y="-120" width="80" height="80" fill="green" transform="translate(20 0)"/>
|
||||
<rect x="40" y="-240" width="80" height="160" fill="green" transform="scaleY(0.5)"/> <!-- false positive if scaleY is negative; need to fix -->
|
||||
</g>
|
||||
</svg>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<rect x="41" y="41" width="78" height="78" fill="red"/> <!-- this rect is outside the group to catch failures of the group transform -->
|
||||
<g transform="matrix(-0.5 0 0 -0.5 120 90)">
|
||||
<rect x="2" y="-116" width="156" height="312" fill="red" transform="scaleY(0.5)"/> <!-- false positive if scaleY is between 0.4 and -0.3 -->
|
||||
<rect width="160" height="160" fill="green" transform="translateY(-60)"/>
|
||||
<rect width="160" height="160" fill="green" transform="translate(0 -60)"/>
|
||||
</g>
|
||||
</svg>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue