haikuwebkit/LayoutTests/js/dom/scheduled-action-exception-...

13 lines
286 B
HTML

<!DOCTYPE html><!-- webkit-test-runner [ jscOptions=--validateExceptionChecks=true ] -->
<html>
<head>
<script src="../../resources/js-test-pre.js"></script>
</head>
<body>
<script>
setTimeout(()=>{});
</script>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>