/user-timing/measure_exception.html| status | subtest | message |
|---|---|---|
| FAIL | Invocation of performance.measure() should throw TypeError Exception. | assert_throws_js: Invocation of performance.measure() should throw TypeError Exception. function "function() {eval(func_str)}" threw "TypeError: V8 call threw" with type "string", not an object |
| FAIL | Invocation of performance.measure("Exception1", "NonExistMark1") should throw SYNTAX_ERR Exception. | assert_throws_dom: Invocation of performance.measure("Exception1", "NonExistMark1") should throw SYNTAX_ERR Exception. function "function() {eval(func_str)}" threw "TypeError: V8 call threw" with type… |
| FAIL | Invocation of performance.measure("Exception2", "NonExistMark1", "navigationStart") should throw SYNTAX_ERR Exception. | assert_throws_dom: Invocation of performance.measure("Exception2", "NonExistMark1", "navigationStart") should throw SYNTAX_ERR Exception. function "function() {eval(func_str)}" threw "TypeError: V8 ca… |
| FAIL | Invocation of performance.measure("Exception3", "navigationStart", "NonExistMark1") should throw SYNTAX_ERR Exception. | assert_throws_dom: Invocation of performance.measure("Exception3", "navigationStart", "NonExistMark1") should throw SYNTAX_ERR Exception. function "function() {eval(func_str)}" threw "TypeError: V8 ca… |
| FAIL | Invocation of performance.measure("Exception4", "NonExistMark1", "ExistMark") should throw SYNTAX_ERR Exception. | assert_throws_dom: Invocation of performance.measure("Exception4", "NonExistMark1", "ExistMark") should throw SYNTAX_ERR Exception. function "function() {eval(func_str)}" threw "TypeError: V8 call thr… |
| FAIL | Invocation of performance.measure("Exception5", "ExistMark", "NonExistMark1") should throw SYNTAX_ERR Exception. | assert_throws_dom: Invocation of performance.measure("Exception5", "ExistMark", "NonExistMark1") should throw SYNTAX_ERR Exception. function "function() {eval(func_str)}" threw "TypeError: V8 call thr… |
| FAIL | Invocation of performance.measure("Exception6", "NonExistMark1", "NonExistMark2") should throw SYNTAX_ERR Exception. | assert_throws_dom: Invocation of performance.measure("Exception6", "NonExistMark1", "NonExistMark2") should throw SYNTAX_ERR Exception. function "function() {eval(func_str)}" threw "TypeError: V8 call… |
| FAIL | Invocation of performance.measure("Exception7", "redirectStart") should throw INVALID_ACCESS_ERR Exception. | assert_throws_dom: Invocation of performance.measure("Exception7", "redirectStart") should throw INVALID_ACCESS_ERR Exception. function "function() {eval(func_str)}" did not throw |
| FAIL | Invocation of performance.measure("Exception8", {"detail": "non-empty"}) should throw TypeError Exception. | assert_throws_js: Invocation of performance.measure("Exception8", {"detail": "non-empty"}) should throw TypeError Exception. function "function() {eval(func_str)}" did not throw |
| FAIL | Invocation of performance.measure("Exception9", {"start": 1, "duration": 2, "end": 3}) should throw TypeError Exception. | assert_throws_js: Invocation of performance.measure("Exception9", {"start": 1, "duration": 2, "end": 3}) should throw TypeError Exception. function "function() {eval(func_str)}" did not throw |
bundle built 2026-07-16T07:16:48.063Z