mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 843917 - Test.
This commit is contained in:
parent
aa1f479bdf
commit
d602676c91
19
layout/svg/crashtests/843917-1.svg
Normal file
19
layout/svg/crashtests/843917-1.svg
Normal file
@ -0,0 +1,19 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
|
||||
<filter id="f"/>
|
||||
|
||||
<g filter="url(#f)">
|
||||
<text>a𞠯</text>
|
||||
</g>
|
||||
|
||||
<script>
|
||||
|
||||
window.addEventListener("load", function() {
|
||||
var text = document.getElementsByTagName("text")[0];
|
||||
text.firstChild.data = "d";
|
||||
text.appendChild(document.createElementNS("http://www.w3.org/2000/svg", "g"));
|
||||
}, false);
|
||||
|
||||
</script>
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 386 B |
@ -157,6 +157,7 @@ load 842009-1.svg
|
||||
load 842630-1.svg
|
||||
load 842909-1.svg
|
||||
load 843072-1.svg
|
||||
load 843917-1.svg
|
||||
load 847139-1.svg
|
||||
load 849688-1.svg
|
||||
load 849688-2.svg
|
||||
|
Loading…
Reference in New Issue
Block a user