blob: 7bdfb852ca04a46e2336fdbb555cff8a472cef78 [file] [log] [blame]
<html>
<head>
<script src="../../js/resources/js-test-pre.js"></script>
<script src="resources/webgl-test.js"></script>
</head>
<body>
<div id="description"></div>
<div id="console"></div>
<script>
description('Test ArrayBuffer.byteLength');
<!-- The following used to cause a crash in Chrome -->
new ArrayBuffer().byteLength;
testPassed("new ArrayBuffer().byteLength did not crash");
</script>
<script src="../../js/resources/js-test-post.js"></script>
<script>
</script>
</body>
</html>