Update web-platform-tests to revision 9614def367ae8af8247142c34b00f755863d2fbb

This commit is contained in:
WPT Sync Bot 2018-09-09 21:32:59 -04:00
parent 6cb39fad47
commit 968ce5b5b3
48 changed files with 919 additions and 130 deletions

View file

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

View file

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

Before After
Before After