/user-timing/mark_exceptions.html| status | subtest | message |
|---|---|---|
| PASS | window.performance.mark() throws a TypeError exception. | |
| PASS | window.performance.mark("navigationStart") throws a SyntaxError exception. | |
| PASS | window.performance.mark("unloadEventStart") throws a SyntaxError exception. | |
| PASS | window.performance.mark("unloadEventEnd") throws a SyntaxError exception. | |
| PASS | window.performance.mark("redirectStart") throws a SyntaxError exception. | |
| PASS | window.performance.mark("redirectEnd") throws a SyntaxError exception. | |
| PASS | window.performance.mark("fetchStart") throws a SyntaxError exception. | |
| PASS | window.performance.mark("domainLookupStart") throws a SyntaxError exception. | |
| PASS | window.performance.mark("domainLookupEnd") throws a SyntaxError exception. | |
| PASS | window.performance.mark("connectStart") throws a SyntaxError exception. | |
| PASS | window.performance.mark("connectEnd") throws a SyntaxError exception. | |
| PASS | window.performance.mark("secureConnectionStart") throws a SyntaxError exception. | |
| PASS | window.performance.mark("requestStart") throws a SyntaxError exception. | |
| PASS | window.performance.mark("responseStart") throws a SyntaxError exception. | |
| PASS | window.performance.mark("responseEnd") throws a SyntaxError exception. | |
| PASS | window.performance.mark("domLoading") throws a SyntaxError exception. | |
| PASS | window.performance.mark("domInteractive") throws a SyntaxError exception. | |
| PASS | window.performance.mark("domContentLoadedEventStart") throws a SyntaxError exception. | |
| PASS | window.performance.mark("domContentLoadedEventEnd") throws a SyntaxError exception. | |
| PASS | window.performance.mark("domComplete") throws a SyntaxError exception. | |
| PASS | window.performance.mark("loadEventStart") throws a SyntaxError exception. | |
| PASS | window.performance.mark("loadEventEnd") throws a SyntaxError exception. |
bundle built 2026-07-16T07:16:48.063Z