1
0
Fork 0
firefox/testing/web-platform/tests/css/css-masking/clip-path/clip-path-url-reference-external.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

8 lines
482 B
HTML

<!DOCTYPE html>
<title>Referencing an &lt;clipPath> element in an external resource</title>
<link rel="help" href="http://www.w3.org/TR/css-masking-1/#clipping-paths">
<link rel="help" href="http://www.w3.org/TR/css-masking-1/#the-clip-path">
<link rel="match" href="reference/green-circle-100x100.html">
<meta name="fuzzy" content="0-36; 0-384">
<div style="width: 100px; height: 100px; background-color: green;
clip-path: url(support/resources.svg#circleClip)"></div>