summaryrefslogtreecommitdiffstats
path: root/dom/svg/crashtests/1402798.html
blob: 43d7a77e868b434dc37d15abe16b84eb51c97a67 (plain)
1
2
3
4
5
6
7
8
9
10
11
<style>
    text::first-letter {}
</style>
<script>
    function js() {
        a.setAttribute("fill", "url()");
    }
</script>
<body onload=js()>
<svg>
<text id="a">aa</text>