blob: c233620ea1e64a182429d374dcf2d6f9a3e4af83 [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("Ensure exception check does not fire after microtask draining");
Promise.resolve().then();
</script>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>