blob: 3cde9b3fb41981d5a636841b4b071f696426f3a3 [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.2.6.');
window.jsTestIsAsync = true;
</script>
<script src="resources/mocha.js"></script>
<script>
mocha.setup({
ui: 'bdd',
reporter: LayoutTestsReporter
});
</script>
<script src="promises-tests.js"></script>
<script>
promiseTests.tests2_2_6();
mocha.run();
</script>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>