/user-timing/measure_exceptions_navigation_timing.html| status | subtest | message |
|---|---|---|
| FAIL | window.performance.measure("measure", "loadEventEnd"), where "loadEventEnd" is a navigation timing attribute with a value of 0, throws a InvalidAccessError exception. | assert_throws_dom: function "function () { window.performance.measure("measure", zeroedNavTimingAtt); }" did not throw |
| FAIL | window.performance.measure("measure", "loadEventEnd", "responseEnd"), where "loadEventEnd" is a navigation timing attribute with a value of 0, throws a InvalidAccessError exception. | assert_throws_dom: function "function () { window.performance.measure("measure", zeroedNavTimingAtt, "responseEnd"); }" did not throw |
| FAIL | window.performance.measure("measure", "navigationStart", "loadEventEnd"), where "loadEventEnd" is a navigation timing attribute with a value of 0, throws a InvalidAccessError exception. | assert_throws_dom: function "function () { window.performance.measure("measure", "navigationStart", zeroedNavTimingAtt); }" did not throw |
| FAIL | window.performance.measure("measure", "loadEventEnd", "loadEventEnd"), where "loadEventEnd" is a navigation timing attribute with a value of 0, throws a InvalidAccessError exception. | assert_throws_dom: function "function () { window.performance.measure("measure", zeroedNavTimingAtt, zeroedNavTimingAtt); }" did not throw |
bundle built 2026-07-16T07:16:48.063Z