/user-timing/measure_syntax_err.any.html| status | subtest | message |
|---|---|---|
| PASS | Create a mark "existing_mark" | |
| FAIL | self.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… |
| FAIL | self.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 … |
| FAIL | self.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 … |
| FAIL | self.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