Bug 1941128 - Turn off network.dns.native_https_query on Mac again
[gecko.git] / dom / bindings / test / file_InstanceOf.html
blob61e2bc295e1a830d62cbf6bd4e0caa39efb00760
1 <!DOCTYPE HTML>
2 <html>
3 <body>
4 <script type="application/javascript">
5 function runTest() {
6 return [ parent.HTMLElement.prototype instanceof Element,
7 parent.HTMLElement.prototype instanceof parent.Element ];
9 </script>
10 </body>
11 </html>