blob: b77e323e47c17b59ae3bd143427a99ad9fdecbf3 [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<script src="../resources/js-test.js"></script>
</head>
<body>
<p id="description"></p>
<div id="console"></div>
<script>
description('Test how buffered.start()/end() react to too few arguments.');
var v = document.createElement('video');
shouldThrow("v.buffered.start()");
shouldThrow("v.buffered.end()");
</script>
</body>
</html>