gecko-dev/dom/svg/crashtests/1402798.html

12 строки
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>