Click here to download the Blitz Browser!

WPT

wpt / performance-timeline / idlharness.any.sharedworker.html

Spec: Performance Timeline ↗

Runs: Chrome 155.0.8039.0 (wpt@6ec9fd59f, 2026-09-03) | Firefox 157.0a1 (wpt@6ec9fd59f, 2026-09-03) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-795e1 (wpt@7e3d005d7, 2026-09-03) | Servo Servo 0.6 (wpt@09159dcb3, 2026-09-02) | Blitz 188486089 (wpt@a95401e4e, 2026-09-02)

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

ChromeFirefoxSafariLadybirdServoBlitz
Total57/5856/5856/5856/5856/58NOT RUN
SubtestChromeFirefoxSafariLadybirdServoBlitz
idl_test setupPASSPASSPASSPASSPASS
idl_test validationPASSPASSPASSPASSPASS
Partial interface Performance: original interface definedPASSPASSPASSPASSPASS
Partial interface Performance: member names are uniquePASSPASSPASSPASSPASS
PerformanceEntry interface: existence and properties of interface objectPASSPASSPASSPASSPASS
PerformanceEntry interface object lengthPASSPASSPASSPASSPASS
PerformanceEntry interface object namePASSPASSPASSPASSPASS
PerformanceEntry interface: existence and properties of interface prototype objectPASSPASSPASSPASSPASS
PerformanceEntry interface: existence and properties of interface prototype object's "constructor" propertyPASSPASSPASSPASSPASS
PerformanceEntry interface: existence and properties of interface prototype object's @@unscopables propertyPASSPASSPASSPASSPASS
PerformanceEntry interface: attribute idFAILFAILFAILFAILFAIL
PerformanceEntry interface: attribute namePASSPASSPASSPASSPASS
PerformanceEntry interface: attribute entryTypePASSPASSPASSPASSPASS
PerformanceEntry interface: attribute startTimePASSPASSPASSPASSPASS
PerformanceEntry interface: attribute durationPASSPASSPASSPASSPASS
PerformanceEntry interface: attribute navigationIdPASSFAILFAILFAILFAIL
PerformanceEntry interface: operation toJSON()PASSPASSPASSPASSPASS
PerformanceObserver interface: existence and properties of interface objectPASSPASSPASSPASSPASS
PerformanceObserver interface object lengthPASSPASSPASSPASSPASS
PerformanceObserver interface object namePASSPASSPASSPASSPASS
PerformanceObserver interface: existence and properties of interface prototype objectPASSPASSPASSPASSPASS
PerformanceObserver interface: existence and properties of interface prototype object's "constructor" propertyPASSPASSPASSPASSPASS
PerformanceObserver interface: existence and properties of interface prototype object's @@unscopables propertyPASSPASSPASSPASSPASS
PerformanceObserver interface: operation observe(optional PerformanceObserverInit)PASSPASSPASSPASSPASS
PerformanceObserver interface: operation disconnect()PASSPASSPASSPASSPASS
PerformanceObserver interface: operation takeRecords()PASSPASSPASSPASSPASS
PerformanceObserver interface: attribute supportedEntryTypesPASSPASSPASSPASSPASS
PerformanceObserver must be primary interface of observerPASSPASSPASSPASSPASS
Stringification of observerPASSPASSPASSPASSPASS
PerformanceObserver interface: observer must inherit property "observe(optional PerformanceObserverInit)" with the proper typePASSPASSPASSPASSPASS
PerformanceObserver interface: calling observe(optional PerformanceObserverInit) on observer with too few arguments must throw TypeErrorPASSPASSPASSPASSPASS
PerformanceObserver interface: observer must inherit property "disconnect()" with the proper typePASSPASSPASSPASSPASS
PerformanceObserver interface: observer must inherit property "takeRecords()" with the proper typePASSPASSPASSPASSPASS
PerformanceObserver interface: observer must inherit property "supportedEntryTypes" with the proper typePASSPASSPASSPASSPASS
PerformanceObserverEntryList interface: existence and properties of interface objectPASSPASSPASSPASSPASS
PerformanceObserverEntryList interface object lengthPASSPASSPASSPASSPASS
PerformanceObserverEntryList interface object namePASSPASSPASSPASSPASS
PerformanceObserverEntryList interface: existence and properties of interface prototype objectPASSPASSPASSPASSPASS
PerformanceObserverEntryList interface: existence and properties of interface prototype object's "constructor" propertyPASSPASSPASSPASSPASS
PerformanceObserverEntryList interface: existence and properties of interface prototype object's @@unscopables propertyPASSPASSPASSPASSPASS
PerformanceObserverEntryList interface: operation getEntries()PASSPASSPASSPASSPASS
PerformanceObserverEntryList interface: operation getEntriesByType(DOMString)PASSPASSPASSPASSPASS
PerformanceObserverEntryList interface: operation getEntriesByName(DOMString, optional DOMString)PASSPASSPASSPASSPASS
PerformanceObserverEntryList must be primary interface of entryListPASSPASSPASSPASSPASS
Stringification of entryListPASSPASSPASSPASSPASS
PerformanceObserverEntryList interface: entryList must inherit property "getEntries()" with the proper typePASSPASSPASSPASSPASS
PerformanceObserverEntryList interface: entryList must inherit property "getEntriesByType(DOMString)" with the proper typePASSPASSPASSPASSPASS
PerformanceObserverEntryList interface: calling getEntriesByType(DOMString) on entryList with too few arguments must throw TypeErrorPASSPASSPASSPASSPASS
PerformanceObserverEntryList interface: entryList must inherit property "getEntriesByName(DOMString, optional DOMString)" with the proper typePASSPASSPASSPASSPASS
PerformanceObserverEntryList interface: calling getEntriesByName(DOMString, optional DOMString) on entryList with too few arguments must throw TypeErrorPASSPASSPASSPASSPASS
Performance interface: operation getEntries()PASSPASSPASSPASSPASS
Performance interface: operation getEntriesByType(DOMString)PASSPASSPASSPASSPASS
Performance interface: operation getEntriesByName(DOMString, optional DOMString)PASSPASSPASSPASSPASS
Performance interface: performance must inherit property "getEntries()" with the proper typePASSPASSPASSPASSPASS
Performance interface: performance must inherit property "getEntriesByType(DOMString)" with the proper typePASSPASSPASSPASSPASS
Performance interface: calling getEntriesByType(DOMString) on performance with too few arguments must throw TypeErrorPASSPASSPASSPASSPASS
Performance interface: performance must inherit property "getEntriesByName(DOMString, optional DOMString)" with the proper typePASSPASSPASSPASSPASS
Performance interface: calling getEntriesByName(DOMString, optional DOMString) on performance with too few arguments must throw TypeErrorPASSPASSPASSPASSPASS