Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/crashtests/firefox-bug-1723249.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<style>
#a {
mask-image: url(#c);
}
</style>
<script>
window.onload = () => {
c.innerHTML = b.outerHTML
}
</script>
<pre id="a">x</pre>
<svg id="b">
<mask id="c" />
<image requiredExtensions="x">