/user-timing/measure-exceptions.html| status | subtest | message |
|---|---|---|
| FAIL | Passing 'unloadEventStart' as a mark to measure API should cause error when the mark is empty. | assert_throws_dom: Should throw function "()=>{ window.performance.measure("measuring", name, "mark"); }" did not throw |
| FAIL | Passing 'unloadEventEnd' as a mark to measure API should cause error when the mark is empty. | assert_throws_dom: Should throw function "()=>{ window.performance.measure("measuring", name, "mark"); }" did not throw |
| FAIL | Passing 'redirectStart' as a mark to measure API should cause error when the mark is empty. | assert_throws_dom: Should throw function "()=>{ window.performance.measure("measuring", name, "mark"); }" did not throw |
| FAIL | Passing 'redirectEnd' as a mark to measure API should cause error when the mark is empty. | assert_throws_dom: Should throw function "()=>{ window.performance.measure("measuring", name, "mark"); }" did not throw |
| FAIL | Passing 'secureConnectionStart' as a mark to measure API should cause error when the mark is empty. | assert_throws_dom: Should throw function "()=>{ window.performance.measure("measuring", name, "mark"); }" did not throw |
| FAIL | Passing 'domInteractive' as a mark to measure API should cause error when the mark is empty. | assert_throws_dom: Should throw function "()=>{ window.performance.measure("measuring", name, "mark"); }" did not throw |
| FAIL | Passing 'domContentLoadedEventStart' as a mark to measure API should cause error when the mark is empty. | assert_throws_dom: Should throw function "()=>{ window.performance.measure("measuring", name, "mark"); }" did not throw |
| FAIL | Passing 'domContentLoadedEventEnd' as a mark to measure API should cause error when the mark is empty. | assert_throws_dom: Should throw function "()=>{ window.performance.measure("measuring", name, "mark"); }" did not throw |
| FAIL | Passing 'domComplete' as a mark to measure API should cause error when the mark is empty. | assert_throws_dom: Should throw function "()=>{ window.performance.measure("measuring", name, "mark"); }" did not throw |
| FAIL | Passing 'loadEventStart' as a mark to measure API should cause error when the mark is empty. | assert_throws_dom: Should throw function "()=>{ window.performance.measure("measuring", name, "mark"); }" did not throw |
| FAIL | Passing 'loadEventEnd' as a mark to measure API should cause error when the mark is empty. | assert_throws_dom: Should throw function "()=>{ window.performance.measure("measuring", name, "mark"); }" did not throw |
| FAIL | Passing 51.15 as a mark to measure API should cause error. | assert_throws_dom: Should throw function "()=>{ window.performance.measure("measuring", each, "mark"); }" did not throw |
| FAIL | Passing DoesNotExist as a mark to measure API should cause error. | assert_throws_dom: Should throw function "()=>{ window.performance.measure("measuring", each, "mark"); }" threw object "SyntaxError: Failed to execute 'measure' on 'Perform… |
bundle built 2026-07-16T07:16:48.063Z