kitesurf · WPT

FAIL
expected FAIL · 486 ms
▶ run in kitesurf
Test
/user-timing/measure_syntax_err.any.html
Actual
FAIL
Expected
FAIL
Unexpected
no
Duration
486 ms
Harness
OK
Counts
Reason
Run
https://kitesurf.rendering.cfdata.org/?url=http%3A%2F%2Fwpt.live%2Fuser-timing%2Fmeasure_syntax_err.any.html ↗
Upstream
view on github.com/web-platform-tests/wpt ↗

Subtests

statussubtestmessage
PASSCreate a mark "existing_mark"
FAILself.performance.measure("measure", "mark"), where "mark" is a non-existent mark, throws a SyntaxError exception.assert_throws_dom: function "function () { self.performance.measure("measure", "mark"); }" threw object "SyntaxError: Failed to execute 'measure' on 'Performance': The mark 'mark' does not e…
FAILself.performance.measure("measure", "mark", "existing_mark"), where "mark" is a non-existent mark, throws a SyntaxError exception.assert_throws_dom: function "function () { self.performance.measure("measure", "mark", "existing_mark"); }" threw object "SyntaxError: Failed to execute 'measure' on 'Performance': The mark …
FAILself.performance.measure("measure", "existing_mark", "mark"), where "mark" is a non-existent mark, throws a SyntaxError exception.assert_throws_dom: function "function () { self.performance.measure("measure", "existing_mark", "mark"); }" threw object "SyntaxError: Failed to execute 'measure' on 'Performance': The mark …
FAILself.performance.measure("measure", "mark", "mark"), where "mark" is a non-existent mark, throws a SyntaxError exception.assert_throws_dom: function "function () { self.performance.measure("measure", "mark", "mark"); }" threw object "SyntaxError: Failed to execute 'measure' on 'Performance': The mark 'mark' do…

bundle built 2026-07-16T07:16:48.063Z