Bug 1660051 [wpt PR 25111] - Origin isolation: expand getter test coverage, a=testonly
[gecko.git] / dom / base / crashtests / 1406109-1.html
blob4ec653dd6f9b007770bc2a46a6643cd93cc9a66c
1 <html>
2 <head>
3 <script>
4 function jsfuzzer() {
5 try { a.matches("1"); } catch(e) { }
6 try { document.createElement("p").closest("1"); } catch(e) { }
8 </script>
9 <body onload=jsfuzzer()>
10 <feBlend id="a" />