[measure_exception.html]
[Invocation of performance.measure("Exception1", "NonExistMark1") should throw SYNTAX_ERR Exception.]
expected: FAIL
[Invocation of performance.measure("Exception2", "NonExistMark1", "navigationStart") should throw SYNTAX_ERR Exception.]
expected: FAIL
[Invocation of performance.measure("Exception3", "navigationStart", "NonExistMark1") should throw SYNTAX_ERR Exception.]
expected: FAIL
[Invocation of performance.measure("Exception4", "NonExistMark1", "ExistMark") should throw SYNTAX_ERR Exception.]
expected: FAIL
[Invocation of performance.measure("Exception5", "ExistMark", "NonExistMark1") should throw SYNTAX_ERR Exception.]
expected: FAIL
[Invocation of performance.measure("Exception6", "NonExistMark1", "NonExistMark2") should throw SYNTAX_ERR Exception.]
expected: FAIL
[Invocation of performance.measure("Exception7", "redirectStart") should throw INVALID_ACCESS_ERR Exception.]
expected: FAIL
[Invocation of performance.measure("Exception8", {"detail": "non-empty"}) should throw TypeError Exception.]
expected: FAIL
[Invocation of performance.measure("Exception9", {"start": 1, "duration": 2, "end": 3}) should throw TypeError Exception.]
expected: FAIL