layout/svg/crashtests/620034-1.html

branch
TOR_BUG_9701
changeset 8
97036ab72558
equal deleted inserted replaced
-1:000000000000 0:01cf28c45f5f
1 <!DOCTYPE html>
2 <script>
3
4 function boom()
5 {
6 var f = document.createElementNS("http://www.w3.org/2000/svg", "feFuncB");
7 var tvb = f.tableValues.baseVal;
8 f.setAttribute("tableValues", "3 7 5");
9 f.setAttribute("tableValues", "i");
10 tvb.numberOfItems;
11 }
12
13 boom();
14
15 </script>

mercurial