Bug 1692937 [wpt PR 27636] - new parameter --include-file for wptrunner, a=testonly
[gecko.git] / layout / svg / crashtests / 1678947.html
blob96a3a37862f71cf3c1576c1bc363eff346d3b4c1
1 <html>
2 <head>
3 <style>
4 ol { float: right; }
5 </style>
6 <script>
7 function start() {
8 document.elementFromPoint(0,1);
9 document.dir = "rtl";
11 </script>
12 </head>
13 <body>
14 <svg onload="start()" requiredExtensions="x">
15 <g id="a"/></g>
16 <text>
17 <textPath xlink:href="#a">
18 </svg>
19 <ol></ol>
20 </body>
21 </html>