Bug 1941128 - Turn off network.dns.native_https_query on Mac again
[gecko.git] / dom / bindings / test / test_reflected_attribute_frozenarray.html
blob52c256138ee4979b5d6b6678412f229246004d24
1 <!-- Any copyright is dedicated to the Public Domain.
2 - http://creativecommons.org/publicdomain/zero/1.0/ -->
3 <!DOCTYPE HTML>
4 <html>
5 <head>
6 <title>Test for bug 1773732</title>
7 <script src="/tests/SimpleTest/SimpleTest.js"></script>
8 <script src="file_reflected_attribute_frozenarray.js"></script>
9 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
10 </head>
11 <body>
12 <script>
14 SimpleTest.waitForExplicitFinish();
16 SpecialPowers.pushPrefEnv({ set: [["dom.expose_test_interfaces", true]] }, () => {
17 testReflectedAttributeWithFrozenArray(window)
19 SimpleTest.finish();
20 });
22 </script>
23 </body>
24 </html>