blob: 22775c9f72adb59e70ddcfec72651eaef8b5a27c [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<script src="../resources/js-test.js"></script>
<script>
description("Checks that obsolete API is no longer present on AudioParam.");
shouldBeUndefined("AudioParam.prototype.name");
shouldBeUndefined("AudioParam.prototype.units");
</script>
</body>
</html>