blob: 287b9cdb049d5b1192c4b9bd4cc4129d7363bfae [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<script src="../../resources/js-test-pre.js"></script>
<script src="resources/adapter.js"></script>
</head>
<body>
<div id="description"></div>
<div id="console"></div>
<script>
description('Test Promise with Promise A+ tests 2.3.3.');
window.jsTestIsAsync = true;
// Silence unhandled rejection messages.
window.onunhandledrejection = () => false;
</script>
<script src="resources/mocha.js"></script>
<script>
mocha.setup({
ui: 'bdd',
reporter: LayoutTestsReporter
});
</script>
<script src="promises-tests.js"></script>
<script>
promiseTests.tests2_3_3();
mocha.run();
</script>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>