Bug 1859059 - increase chunk number for windows debug mochitest-browser-chrome jobs...
[gecko.git] / layout / svg / crashtests / 1403656-2.html
blobe4287e933f7479524e38043339720b7ded3ffc89
1 <!-- MUST BE QUIRKS MODE -->
2 <style>
3 span { top: 0%; }
4 </style>
5 <script>
6 function jsfuzzer() {
7 try { text.setAttribute("font-size", "10px"); } catch(e) { }
9 </script>
10 <body onload=jsfuzzer()>
11 <div style="overflow: scroll">
12 <span></span>
13 </div>
14 <svg>
15 <tref id="marker">
16 <text id="text"/>
17 </tref>
18 <polyline marker-end="url(#marker)">
19 </polyline>
20 </svg>
21 </body>