blob: 366ca3865554ee5959b098c7aa125a4032ff7d76 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script>window.jsTestIsAsync = true;</script>
<script src="../../resources/js-test-pre.js"></script>
</head>
<body>
<script>
Promise.reject("a".repeat(2**31-1));
setTimeout(finishJSTest, 1);
</script>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>