All Results

Test files: 6; Total subtests: 92

Test Files

  1. /resource-timing/idlharness.html
  2. /resource-timing/resource-timing.html
  3. /resource-timing/resource_cached.htm
  4. /resource-timing/resource_connection_reuse.html
  5. /resource-timing/resource_dynamic_insertion.html
  6. /resource-timing/test_resource_timing.html
Test Show/Hide MessagesCh56ED14Ff53
/resource-timing/idlharness.htmlOKOKOK
Performance interface: operation clearResourceTimings()PASSPASSPASS
Performance interface: operation setResourceTimingBufferSize(unsigned long)PASSFAILPASS
Performance interface: attribute onresourcetimingbufferfullPASSFAILPASS
Performance must be primary interface of window.performancePASSPASSPASS
Stringification of window.performancePASSPASSPASS
Performance interface: window.performance must inherit property "getEntries" with the proper type (0)PASSPASSPASS
Performance interface: window.performance must inherit property "getEntriesByType" with the proper type (1)PASSPASSPASS
Performance interface: calling getEntriesByType(DOMString) on window.performance with too few arguments must throw TypeErrorPASSPASSPASS
Performance interface: window.performance must inherit property "getEntriesByName" with the proper type (2)PASSPASSPASS
Performance interface: calling getEntriesByName(DOMString,DOMString) on window.performance with too few arguments must throw TypeErrorPASSPASSPASS
Performance interface: window.performance must inherit property "clearResourceTimings" with the proper type (3)PASSPASSPASS
Performance interface: window.performance must inherit property "setResourceTimingBufferSize" with the proper type (4)PASSPASSPASS
Performance interface: calling setResourceTimingBufferSize(unsigned long) on window.performance with too few arguments must throw TypeErrorPASSPASSPASS
Performance interface: window.performance must inherit property "onresourcetimingbufferfull" with the proper type (5)PASSFAILPASS
PerformanceResourceTiming interface: existence and properties of interface objectPASSFAILPASS
PerformanceResourceTiming interface object lengthPASSFAILPASS
PerformanceResourceTiming interface object namePASSPASSPASS
PerformanceResourceTiming interface: existence and properties of interface prototype objectFAILPASSPASS
PerformanceResourceTiming interface: existence and properties of interface prototype object's "constructor" propertyPASSPASSPASS
PerformanceResourceTiming interface: attribute initiatorTypePASSPASSPASS
PerformanceResourceTiming interface: attribute redirectStartPASSPASSPASS
PerformanceResourceTiming interface: attribute redirectEndPASSPASSPASS
PerformanceResourceTiming interface: attribute fetchStartPASSPASSPASS
PerformanceResourceTiming interface: attribute domainLookupStartPASSPASSPASS
PerformanceResourceTiming interface: attribute domainLookupEndPASSPASSPASS
PerformanceResourceTiming interface: attribute connectStartPASSPASSPASS
PerformanceResourceTiming interface: attribute connectEndPASSPASSPASS
PerformanceResourceTiming interface: attribute secureConnectionStartPASSFAILPASS
PerformanceResourceTiming interface: attribute requestStartPASSPASSPASS
PerformanceResourceTiming interface: attribute responseStartPASSPASSPASS
PerformanceResourceTiming interface: attribute responseEndPASSPASSPASS
/resource-timing/resource-timing.htmlOKOKOK
No timeline entry for about:blankPASSPASSPASS
Setting 'document.domain' does not effect same-origin checksPASSPASSPASS
'iframe (Populate cache): The initial request populates the cache (if appropriate).PASSPASSPASS
'iframe (Potentially Cached): Immediately fetch the same URL, exercising the cache hit path (if any).PASSPASSPASS
'xmlhttprequest (Populate cache): The initial request populates the cache (if appropriate).PASSPASSPASS
'xmlhttprequest (Potentially Cached): Immediately fetch the same URL, exercising the cache hit path (if any).PASSPASSPASS
'script (Populate cache): The initial request populates the cache (if appropriate).PASSPASSPASS
'script (Potentially Cached): Immediately fetch the same URL, exercising the cache hit path (if any).PASSPASSPASS
'link (Populate cache): The initial request populates the cache (if appropriate).PASSPASSPASS
'link (Potentially Cached): Immediately fetch the same URL, exercising the cache hit path (if any).PASSPASSPASS
'iframe: 1 second delay before 'responseStart', another 1 second delay before 'responseEnd'.PASSPASSPASS
'xmlhttprequest: 1 second delay before 'responseStart', another 1 second delay before 'responseEnd'.PASSPASSPASS
'script: 1 second delay before 'responseStart', another 1 second delay before 'responseEnd'.PASSPASSPASS
'link: 1 second delay before 'responseStart', another 1 second delay before 'responseEnd'.PASSPASSPASS
'iframe (Redirected): 1 second delay before 'redirectEnd', another 1 second delay before 'responseStart'.PASSPASSPASS
'xmlhttprequest (Redirected): 1 second delay before 'redirectEnd', another 1 second delay before 'responseStart'.PASSPASSPASS
'script (Redirected): 1 second delay before 'redirectEnd', another 1 second delay before 'responseStart'.PASSPASSPASS
'link (Redirected): 1 second delay before 'redirectEnd', another 1 second delay before 'responseStart'.PASSPASSPASS
/resource-timing/resource_cached.htmOKOKOK
window.performance is definedPASSPASSPASS
window.performance.getEntriesByType is definedPASSPASSPASS
There should be two entriesPASSPASSPASS
Both entries should have the same namePASSPASSPASS
/resource-timing/resource_connection_reuse.htmlOKOKOK
window.performance is definedPASSPASSPASS
window.performance.getEntriesByType is definedPASSPASSPASS
There should be 2 PerformanceEntriesPASSPASSPASS
connectStart and fetchStart should be the samePASSPASSFAIL
connectEnd and fetchStart should be the samePASSPASSFAIL
/resource-timing/resource_dynamic_insertion.htmlOKOKOK
window.performance is definedPASSPASSPASS
window.performance.getEntriesByType is definedPASSPASSPASS
http://w3c-test.org/resource-timing/resources/inject_resource_test.html is expected to have initiatorType iframePASSFAIL-
http://w3c-test.org/resource-timing/resources/resource_timing_test0.css is expected to have initiatorType linkPASSPASSPASS
http://w3c-test.org/resource-timing/resources/resource_timing_test0.png is expected to have initiatorType imgPASSPASSPASS
http://w3c-test.org/resource-timing/resources/inject_resource_test.html is expected to be in the Resource Timing buffer--FAIL
/resource-timing/test_resource_timing.htmlOKOKOK
window.performance.getEntriesByName() and window.performance.getEntriesByNameType() return same data (iframe)PASSPASSPASS
PerformanceEntry has correct name, initiatorType, startTime, and duration (iframe)PASSFAILPASS
PerformanceEntry has correct order of timing attributes (iframe)PASSPASSPASS
PerformanceEntry has correct network transfer attributes (iframe)PASSFAILPASS
PerformanceEntry has correct protocol attribute (iframe)FAILFAILPASS
window.performance.getEntriesByName() and window.performance.getEntriesByNameType() return same data (img)PASSPASSPASS
PerformanceEntry has correct name, initiatorType, startTime, and duration (img)PASSPASSPASS
PerformanceEntry has correct order of timing attributes (img)PASSPASSPASS
PerformanceEntry has correct network transfer attributes (img)PASSFAILPASS
PerformanceEntry has correct protocol attribute (img)FAILFAILPASS
window.performance.getEntriesByName() and window.performance.getEntriesByNameType() return same data (link)PASSPASSPASS
PerformanceEntry has correct name, initiatorType, startTime, and duration (link)PASSPASSPASS
PerformanceEntry has correct order of timing attributes (link)PASSPASSPASS
PerformanceEntry has correct network transfer attributes (link)PASSFAILPASS
PerformanceEntry has correct protocol attribute (link)FAILFAILPASS
window.performance.getEntriesByName() and window.performance.getEntriesByNameType() return same data (script)PASSPASSPASS
PerformanceEntry has correct name, initiatorType, startTime, and duration (script)PASSPASSPASS
PerformanceEntry has correct order of timing attributes (script)PASSPASSPASS
PerformanceEntry has correct network transfer attributes (script)PASSFAILPASS
PerformanceEntry has correct protocol attribute (script)FAILFAILPASS
window.performance.getEntriesByName() and window.performance.getEntriesByNameType() return same data (xmlhttprequest)PASSPASSPASS
PerformanceEntry has correct name, initiatorType, startTime, and duration (xmlhttprequest)PASSPASSPASS
PerformanceEntry has correct order of timing attributes (xmlhttprequest)PASSPASSPASS
PerformanceEntry has correct network transfer attributes (xmlhttprequest)PASSFAILPASS
PerformanceEntry has correct protocol attribute (xmlhttprequest)FAILFAILPASS
window.performance Resource Timing Entries existPASSPASSPASS
window.performance Resource Timing Entries exist 1PASSPASSPASS
window.performance Resource Timing Entries exist 2PASSPASSPASS