Pass | Passing 'unloadEventStart' as a mark to measure API should cause error when the mark is empty. | Asserts runPass | assert_throws_dom("InvalidAccessError", function "()=>{ window.performance.measure("measuring", name, "mark"); }", "Should throw")
at Test.<anonymous> ( /user-timing/measure-exceptions.html:30:13) |
|
Pass | Passing 'unloadEventEnd' as a mark to measure API should cause error when the mark is empty. | Asserts runPass | assert_throws_dom("InvalidAccessError", function "()=>{ window.performance.measure("measuring", name, "mark"); }", "Should throw")
at Test.<anonymous> ( /user-timing/measure-exceptions.html:30:13) |
|
Pass | Passing 'redirectStart' as a mark to measure API should cause error when the mark is empty. | Asserts runPass | assert_throws_dom("InvalidAccessError", function "()=>{ window.performance.measure("measuring", name, "mark"); }", "Should throw")
at Test.<anonymous> ( /user-timing/measure-exceptions.html:30:13) |
|
Pass | Passing 'redirectEnd' as a mark to measure API should cause error when the mark is empty. | Asserts runPass | assert_throws_dom("InvalidAccessError", function "()=>{ window.performance.measure("measuring", name, "mark"); }", "Should throw")
at Test.<anonymous> ( /user-timing/measure-exceptions.html:30:13) |
|
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 at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/user-timing/measure-exceptions.html:30:13)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/user-timing/measure-exceptions.html:29:9 Asserts runFail | assert_throws_dom("InvalidAccessError", function "()=>{ window.performance.measure("measuring", name, "mark"); }", "Should throw")
at Test.<anonymous> ( /user-timing/measure-exceptions.html:30:13) |
|
Pass | Passing 'domInteractive' as a mark to measure API should cause error when the mark is empty. | Asserts runPass | assert_throws_dom("InvalidAccessError", function "()=>{ window.performance.measure("measuring", name, "mark"); }", "Should throw")
at Test.<anonymous> ( /user-timing/measure-exceptions.html:30:13) |
|
Pass | Passing 'domContentLoadedEventStart' as a mark to measure API should cause error when the mark is empty. | Asserts runPass | assert_throws_dom("InvalidAccessError", function "()=>{ window.performance.measure("measuring", name, "mark"); }", "Should throw")
at Test.<anonymous> ( /user-timing/measure-exceptions.html:30:13) |
|
Pass | Passing 'domContentLoadedEventEnd' as a mark to measure API should cause error when the mark is empty. | Asserts runPass | assert_throws_dom("InvalidAccessError", function "()=>{ window.performance.measure("measuring", name, "mark"); }", "Should throw")
at Test.<anonymous> ( /user-timing/measure-exceptions.html:30:13) |
|
Pass | Passing 'domComplete' as a mark to measure API should cause error when the mark is empty. | Asserts runPass | assert_throws_dom("InvalidAccessError", function "()=>{ window.performance.measure("measuring", name, "mark"); }", "Should throw")
at Test.<anonymous> ( /user-timing/measure-exceptions.html:30:13) |
|
Pass | Passing 'loadEventStart' as a mark to measure API should cause error when the mark is empty. | Asserts runPass | assert_throws_dom("InvalidAccessError", function "()=>{ window.performance.measure("measuring", name, "mark"); }", "Should throw")
at Test.<anonymous> ( /user-timing/measure-exceptions.html:30:13) |
|
Pass | Passing 'loadEventEnd' as a mark to measure API should cause error when the mark is empty. | Asserts runPass | assert_throws_dom("InvalidAccessError", function "()=>{ window.performance.measure("measuring", name, "mark"); }", "Should throw")
at Test.<anonymous> ( /user-timing/measure-exceptions.html:30:13) |
|
Pass | Passing 51.15 as a mark to measure API should cause error. | Asserts runPass | assert_throws_dom("SyntaxError", function "()=>{ window.performance.measure("measuring", each, "mark"); }", "Should throw")
at Test.<anonymous> ( /user-timing/measure-exceptions.html:42:13) |
|
Pass | Passing DoesNotExist as a mark to measure API should cause error. | Asserts runPass | assert_throws_dom("SyntaxError", function "()=>{ window.performance.measure("measuring", each, "mark"); }", "Should throw")
at Test.<anonymous> ( /user-timing/measure-exceptions.html:42:13) |
|