trisquel-icecat/icecat/dom/svg/crashtests/1402798.html

11 lines
177 B
HTML

<style>
text::first-letter {}
</style>
<script>
function js() {
a.setAttribute("fill", "url()");
}
</script>
<body onload=js()>
<svg>
<text id="a">aa</text>