haikuwebkit/LayoutTests/js/dom/transform-stream.html

15 lines
473 B
HTML

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"><!-- webkit-test-runner [ jscOptions=--validateExceptionChecks=true ] -->
<html>
<head>
<script src="../../resources/js-test-pre.js"></script>
</head>
<body>
<script>
description("Tests exception checking in JSDOMBuiltinConstructorBase::callFunctionWithCurrentArguments.");
if (typeof TransformStream !== 'undefined')
new TransformStream();
</script>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>