haikuwebkit/LayoutTests/webaudio/audioparam-obsolete-api.html

13 lines
288 B
HTML

<!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>