summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/crashtests/firefox-bug-1723249.html
blob: bd863cba886a28c4ab81b0f15ed840e5805ad261 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1723249">
<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">