Use scoped policy for micro tasks

This commit is contained in:
Cheng Zhao 2016-08-22 19:34:59 +09:00
parent 9bc6302aea
commit 103fea5cdf
2 changed files with 7 additions and 5 deletions

View file

@ -510,9 +510,10 @@ describe('chromium feature', function () {
}).then((reader) => {
reader.read().then((r) => {
reader.cancel()
done()
})
}).catch(function (e) {
done()
done(e)
})
})
})