blob: 4d73cec08946a7962258ec5cd9c6553f8dd45f87 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../fast/js/resources/js-test-pre.js"></script>
</head>
<body>
<script>
description("Tests the OfflineAudioContext constructor");
// Make sure we don't crash when giving 0 as number of frames.
shouldThrow("new webkitOfflineAudioContext(1, 0, 44100)");
</script>
<script src="../fast/js/resources/js-test-post.js"></script>
</body>
</html>