3 <script src=
"../../../resources/js-test.js"></script>
4 <script src=
"resources/webgl-test.js"></script>
7 <div id=
"description"></div>
8 <div id=
"console"></div>
12 description('Verify that constructing a typed array view with no arguments and fetching its length does not crash');
14 <!-- The following used to cause a crash
in both Safari and Chrome
-->
15 new Uint32Array().length
;
17 testPassed("new Uint32Array().length did not crash");