Re: Tests returning an inconsistent number of results

On Sep 19, 2012, at 0:54, "Karen Anderson (IE)" <Karen.Anderson@microsoft.com> wrote:

> We started down this path with Navigation Timing with checkin #170.  At the time we wanted to avoid scripting errors when a UA had not fully implemented part of a spec while running the tests and made it such that you didn't have to put every call within an individual try/catch block.  What did you have in mind?

The test runner already runs the tests in a try catch block[1].

--tobie

---
[1]: https://github.com/jgraham/testharness.js/blob/master/testharness.js#L920-945

Received on Wednesday, 19 September 2012 07:41:18 UTC