1 <!-- Any copyright is dedicated to the Public Domain.
2 - http://creativecommons.org/publicdomain/zero/1.0/ -->
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" />
14 SimpleTest
.waitForExplicitFinish();
16 SpecialPowers
.pushPrefEnv({ set: [["dom.expose_test_interfaces", true]] }, () => {
17 testReflectedAttributeWithFrozenArray(window
)