Click here to download the Blitz Browser!

WPT

wpt / user-timing / measure.html

Spec: User Timing ↗

Runs: Chrome 155.0.8040.0 (wpt@476394464, 2026-09-03) | Firefox 157.0a1 (wpt@476394464, 2026-09-03) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-a7825 (wpt@a1e944e7a, 2026-09-03) | Servo Servo 0.6 (wpt@7e3d005d7, 2026-09-03) | Blitz a50cb8971 (wpt@a95401e4e, 2026-09-03)

View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi

ChromeFirefoxSafariLadybirdServoBlitz
Total38/3838/3838/3838/3832/38NOT RUN
SubtestChromeFirefoxSafariLadybirdServoBlitz
window.performance is definedPASSPASSPASSPASSPASS
window.performance.getEntriesByName("measure_no_start_no_end")[0].name == "measure_no_start_no_end"PASSPASSPASSPASSPASS
window.performance.getEntriesByName("measure_no_start_no_end")[0].startTime is correctPASSPASSPASSPASSPASS
window.performance.getEntriesByName("measure_no_start_no_end")[0].entryType == "measure"PASSPASSPASSPASSPASS
window.performance.getEntriesByName("measure_no_start_no_end")[0].duration is approximately correct (up to 20ms difference allowed)PASSPASSPASSPASSFAIL
window.performance.getEntriesByName("measure_start_no_end")[0].name == "measure_start_no_end"PASSPASSPASSPASSPASS
window.performance.getEntriesByName("measure_start_no_end")[0].startTime is correctPASSPASSPASSPASSPASS
window.performance.getEntriesByName("measure_start_no_end")[0].entryType == "measure"PASSPASSPASSPASSPASS
window.performance.getEntriesByName("measure_start_no_end")[0].duration is approximately correct (up to 20ms difference allowed)PASSPASSPASSPASSPASS
window.performance.getEntriesByName("measure_start_end")[0].name == "measure_start_end"PASSPASSPASSPASSPASS
window.performance.getEntriesByName("measure_start_end")[0].startTime is correctPASSPASSPASSPASSPASS
window.performance.getEntriesByName("measure_start_end")[0].entryType == "measure"PASSPASSPASSPASSPASS
window.performance.getEntriesByName("measure_start_end")[0].duration is approximately correct (up to 20ms difference allowed)PASSPASSPASSPASSPASS
window.performance.getEntriesByName("measure_no_start_end")[0].name == "measure_no_start_end"PASSPASSPASSPASSPASS
window.performance.getEntriesByName("measure_no_start_end")[0].startTime is correctPASSPASSPASSPASSPASS
window.performance.getEntriesByName("measure_no_start_end")[0].entryType == "measure"PASSPASSPASSPASSPASS
window.performance.getEntriesByName("measure_no_start_end")[0].duration is approximately correct (up to 20ms difference allowed)PASSPASSPASSPASSPASS
window.performance.getEntriesByName("measure_no_start_no_end")[1].name == "measure_no_start_no_end"PASSPASSPASSPASSPASS
window.performance.getEntriesByName("measure_no_start_no_end")[1].startTime is correctPASSPASSPASSPASSPASS
window.performance.getEntriesByName("measure_no_start_no_end")[1].entryType == "measure"PASSPASSPASSPASSPASS
window.performance.getEntriesByName("measure_no_start_no_end")[1].duration is approximately correct (up to 20ms difference allowed)PASSPASSPASSPASSFAIL
window.performance.getEntriesByName("measure_no_start_no_end", "measure")[0] returns an object containing the "measure_no_start_no_end" measure in the correct order, and its value matches the "measure_no_start_no_end" measure returned by window.performance.getEntriesByName("measure_no_start_no_end")PASSPASSPASSPASSPASS
window.performance.getEntriesByName("measure_start_no_end", "measure")[0] returns an object containing the "measure_start_no_end" measure in the correct order, and its value matches the "measure_start_no_end" measure returned by window.performance.getEntriesByName("measure_start_no_end")PASSPASSPASSPASSPASS
window.performance.getEntriesByName("measure_start_end", "measure")[0] returns an object containing the "measure_start_end" measure in the correct order, and its value matches the "measure_start_end" measure returned by window.performance.getEntriesByName("measure_start_end")PASSPASSPASSPASSPASS
window.performance.getEntriesByName("measure_no_start_end", "measure")[0] returns an object containing the "measure_no_start_end" measure in the correct order, and its value matches the "measure_no_start_end" measure returned by window.performance.getEntriesByName("measure_no_start_end")PASSPASSPASSPASSPASS
window.performance.getEntriesByName("measure_no_start_no_end", "measure")[1] returns an object containing the "measure_no_start_no_end" measure in the correct order, and its value matches the "measure_no_start_no_end" measure returned by window.performance.getEntriesByName("measure_no_start_no_end")PASSPASSPASSPASSPASS
window.performance.getEntries() returns an object containing the "measure_no_start_no_end" measure, and it's value matches the measure returned by window.performance.getEntriesByName("measure_no_start_no_end")[0].PASSPASSPASSPASS
window.performance.getEntries() returns an object containing the "measure_start_no_end" measure, and it's value matches the measure returned by window.performance.getEntriesByName("measure_start_no_end")[0].PASSPASSPASSPASSPASS
window.performance.getEntries() returns an object containing the "measure_start_end" measure, and it's value matches the measure returned by window.performance.getEntriesByName("measure_start_end")[0].PASSPASSPASSPASSPASS
window.performance.getEntries() returns an object containing the "measure_no_start_end" measure, and it's value matches the measure returned by window.performance.getEntriesByName("measure_no_start_end")[0].PASSPASSPASSPASSPASS
window.performance.getEntries() returns an object containing the "measure_no_start_no_end" measure, and it's value matches the measure returned by window.performance.getEntriesByName("measure_no_start_no_end")[1].PASSPASSPASSPASS
window.performance.getEntries() returns an object containing all test measures in order.PASSPASSPASSPASSPASS
window.performance.getEntriesByType("measure") returns an object containing the "measure_no_start_no_end" measure, and it's value matches the measure returned by window.performance.getEntriesByName("measure_no_start_no_end")[0].PASSPASSPASSPASS
window.performance.getEntriesByType("measure") returns an object containing the "measure_start_no_end" measure, and it's value matches the measure returned by window.performance.getEntriesByName("measure_start_no_end")[0].PASSPASSPASSPASSPASS
window.performance.getEntriesByType("measure") returns an object containing the "measure_start_end" measure, and it's value matches the measure returned by window.performance.getEntriesByName("measure_start_end")[0].PASSPASSPASSPASSPASS
window.performance.getEntriesByType("measure") returns an object containing the "measure_no_start_end" measure, and it's value matches the measure returned by window.performance.getEntriesByName("measure_no_start_end")[0].PASSPASSPASSPASSPASS
window.performance.getEntriesByType("measure") returns an object containing the "measure_no_start_no_end" measure, and it's value matches the measure returned by window.performance.getEntriesByName("measure_no_start_no_end")[1].PASSPASSPASSPASS
window.performance.getEntriesByType("measure") returns an object containing all test measures in order.PASSPASSPASSPASSPASS
window.performance.getEntries() returns an object containing the "measure_no_start_no_end" measure.FAIL
window.performance.getEntriesByType("measure") returns an object containing the "measure_no_start_no_end" measure.FAIL