mirror of
https://github.com/servo/servo.git
synced 2025-08-16 19:05:33 +01:00
Update web-platform-tests to revision 9614def367ae8af8247142c34b00f755863d2fbb
This commit is contained in:
parent
6cb39fad47
commit
968ce5b5b3
48 changed files with 919 additions and 130 deletions
|
@ -26,8 +26,3 @@
|
|||
</style>
|
||||
<p>The test passes if there is a green square and no red below.</p>
|
||||
<div id="back"></div><div id="front"></div>
|
||||
<svg>
|
||||
<!-- mask-image doesn't block onload, so we use an empty g here to
|
||||
force mask.svg to load before onload. -->
|
||||
<use href="support/mask.svg#empty"/>
|
||||
</svg>
|
||||
|
|
|
@ -2,5 +2,4 @@
|
|||
<mask id="mask">
|
||||
<rect x="50" y="50" width="100" height="100" fill="white"/>
|
||||
</mask>
|
||||
<g id="empty"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 181 B After Width: | Height: | Size: 163 B |
Loading…
Add table
Add a link
Reference in a new issue