Bug 1660051 [wpt PR 25111] - Origin isolation: expand getter test coverage, a=testonly
[gecko.git] / dom / base / crashtests / 582601.html
blob4fb854a42c4839a75a282b3ba1c18a4f83f5d98b
1 <html>
2 <head>
3 <title>Crashtest</title>
4 <script>
5 var attr = document.createAttribute("foo");
6 attr.lookupPrefix("");
7 </script>
8 </head>
9 <body>
11 </body>
12 </html>