blob: 6231be3ae0e7c1825d1d232ed4c2c22d08b548d8 [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
<script>
description('Test how file system methods react to too few arguments.');
shouldThrow("webkitRequestFileSystem()");
shouldThrow("webkitRequestFileSystem(TEMPORARY)");
shouldThrow("webkitResolveLocalFileSystemURL()");
</script>
<script src="../js/resources/js-test-post.js"></script>
</body>
</html>