blob: f891b969deee64b5d7262d845be1b05a4115a8db [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../resources/js-test-pre.js"></script>
</head>
<body>
<script>
description("Attempting to create a large AudioBuffer should not crash.");
shouldThrow("context = new AudioContext().createBuffer(1, -1, 44100)");
testPassed("Test passed because if it didn't crash.");
</script>
<script src="../resources/js-test-post.js"></script>
</body>
</html>