blob: f2140661e505addb3ff0299a76576ac29a02c81c [file] [log] [blame]
<!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>