Update web-platform-tests to revision f0cb9071aea5ce5b641fcba5f362a0796bdc70bc

This commit is contained in:
WPT Sync Bot 2019-11-23 08:37:37 +00:00
parent 0d549e8146
commit 7289e837fd
558 changed files with 8627 additions and 6619 deletions

View file

@ -5,10 +5,11 @@
<html:link rel="author" title="Dirk Schulze" href="mailto:dschulze@adobe.com"/>
<html:link rel="help" href="http://www.w3.org/TR/css-masking-1/#svg-clipping-paths"/>
<html:link rel="help" href="http://www.w3.org/TR/css-masking-1/#ClipPathElement"/>
<html:link rel="match" href="reference/clip-path-invisible-ref.svg" />
<html:link rel="match" href="reference/clip-path-recursion-002-ref.svg" />
<metadata class="flags">svg</metadata>
<desc class="assert">A clipPath recursion counts as invalid clipping
path and makes the element disappear. You should see nothing.</desc>
<desc class="assert">
A clipPath recursion counts as invalid clipping path.
</desc>
</g>
<defs>
<rect x="50" y="150" width="50" height="50" id="rect" fill="none" clip-path="url(#clipPath_1)"/>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before After
Before After

View file

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:xlink="http://www.w3.org/1999/xlink">
<rect x="50" width="50" height="50" fill="red" />
<rect x="50" y="150" width="50" height="50" fill="red"/>
</svg>

After

Width:  |  Height:  |  Size: 242 B