4 https://bugzilla.mozilla.org/show_bug.cgi?id=1221421
8 <title>Test for Bug
1221421</title>
9 <script src=
"/tests/SimpleTest/SimpleTest.js"></script>
10 <link rel=
"stylesheet" type=
"text/css" href=
"/tests/SimpleTest/test.css"/>
11 <script type=
"text/javascript">
13 var x
= document
.documentElement
.style
;
14 x
.__proto__
= [1, 2, 3];
17 for (var h
= 0; h
< 5000; ++h
) {
20 is(res
, 15000, "length getter should return array length");
26 <a target=
"_blank" href=
"https://bugzilla.mozilla.org/show_bug.cgi?id=1221421">Mozilla Bug
1221421</a>