Bug 1812499 [wpt PR 38184] - Simplify handling of name-to-subdir mapping in canvas...
[gecko.git] / dom / xslt / crashtests / 949990.html
blob23868e4db3bae74c9a5ad9f646ba4c19bd2ec2a4
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <script>
7 function boom() {
8 document.evaluate("a", document.documentElement, null, 4096, null);
11 </script>
12 </head>
14 <body onload="boom()"></body>
15 </html>