Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-masking/clip-path/clip-path-url-reference-external.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Referencing an <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>