comparison: layout/svg/crashtests/890782-1.svg
layout/svg/crashtests/890782-1.svg
- branch
- TOR_BUG_9701
- changeset 8
- 97036ab72558
equal
deleted
inserted
replaced
|
1 <svg xmlns="http://www.w3.org/2000/svg"> |
|
2 |
|
3 <foreignObject requiredFeatures="foo" id="f"> |
|
4 <svg> |
|
5 <text id="t"/> |
|
6 </svg> |
|
7 </foreignObject> |
|
8 |
|
9 <script> |
|
10 window.addEventListener("load", function() { |
|
11 document.documentElement.appendChild(document.getElementById("f")) |
|
12 document.getElementById("t").getNumberOfChars(); |
|
13 }, false); |
|
14 </script> |
|
15 |
|
16 </svg> |