blob: e525a948996659662681f9ad037b622c3ed86ce3 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<script src="../../resources/js-test.js"></script>
<script>
description("Make sure that the length returned by OfflineAudioContext even if we failed to construct the rendering buffer.");
shouldBe("new OfflineAudioContext(1, 2**29, 44000).length", "2**29");
</script>
</body>
</html>