haikuwebkit/LayoutTests/js/dom/microtask-drain-should-use-...

14 lines
350 B
HTML

<!DOCTYPE html><!-- webkit-test-runner [ jscOptions=--validateExceptionChecks=true ] -->
<html>
<head>
<script src="../../resources/js-test-pre.js"></script>
</head>
<body>
<script>
description("Use CatchScope in microtask draining");
Promise.resolve().then().then();
</script>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>