gecko-dev/dom/svg/crashtests/1402798.html
cku e3d9a66b95 Bug 1402798 - Part 2. Add a crash test for applying fill:url() property to an SVG text element. r=longsonr+218550
MozReview-Commit-ID: LqkK3Z5sYTB

--HG--
extra : source : 45a8767bf7af40140c64e6d95946cc710ccb89b9
extra : amend_source : d9995843def1c8d65554fba2d312c8b772339494
2017-09-26 14:56:25 +08:00

12 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>