Source code
Revision control
Copy as Markdown
Other Tools
/*---
description: Verify async test handling via print()
flags: [async]
---*/
Promise.resolve().then(() => {
print('Test262:AsyncTestComplete');
});
/*---
description: Verify async test handling via print()
flags: [async]
---*/
Promise.resolve().then(() => {
print('Test262:AsyncTestComplete');
});