blob: 51c63280302a7099e13f27754e2e9cc30cd04bb9 [file] [log] [blame]
PASS idl_test setup
PASS idl_test validation
PASS Partial interface Performance: original interface defined
PASS Partial interface Performance: member names are unique
PASS Partial interface Performance[2]: member names are unique
PASS PerformanceResourceTiming interface: existence and properties of interface object
PASS PerformanceResourceTiming interface object length
PASS PerformanceResourceTiming interface object name
PASS PerformanceResourceTiming interface: existence and properties of interface prototype object
PASS PerformanceResourceTiming interface: existence and properties of interface prototype object's "constructor" property
PASS PerformanceResourceTiming interface: existence and properties of interface prototype object's @@unscopables property
PASS PerformanceResourceTiming interface: attribute initiatorType
PASS PerformanceResourceTiming interface: attribute nextHopProtocol
PASS PerformanceResourceTiming interface: attribute workerStart
PASS PerformanceResourceTiming interface: attribute redirectStart
PASS PerformanceResourceTiming interface: attribute redirectEnd
PASS PerformanceResourceTiming interface: attribute fetchStart
PASS PerformanceResourceTiming interface: attribute domainLookupStart
PASS PerformanceResourceTiming interface: attribute domainLookupEnd
PASS PerformanceResourceTiming interface: attribute connectStart
PASS PerformanceResourceTiming interface: attribute connectEnd
PASS PerformanceResourceTiming interface: attribute secureConnectionStart
PASS PerformanceResourceTiming interface: attribute requestStart
PASS PerformanceResourceTiming interface: attribute responseStart
PASS PerformanceResourceTiming interface: attribute responseEnd
PASS PerformanceResourceTiming interface: attribute transferSize
PASS PerformanceResourceTiming interface: attribute encodedBodySize
PASS PerformanceResourceTiming interface: attribute decodedBodySize
PASS PerformanceResourceTiming interface: operation toJSON()
PASS PerformanceResourceTiming must be primary interface of resource
PASS Stringification of resource
PASS PerformanceResourceTiming interface: resource must inherit property "initiatorType" with the proper type
PASS PerformanceResourceTiming interface: resource must inherit property "nextHopProtocol" with the proper type
PASS PerformanceResourceTiming interface: resource must inherit property "workerStart" with the proper type
PASS PerformanceResourceTiming interface: resource must inherit property "redirectStart" with the proper type
PASS PerformanceResourceTiming interface: resource must inherit property "redirectEnd" with the proper type
PASS PerformanceResourceTiming interface: resource must inherit property "fetchStart" with the proper type
PASS PerformanceResourceTiming interface: resource must inherit property "domainLookupStart" with the proper type
PASS PerformanceResourceTiming interface: resource must inherit property "domainLookupEnd" with the proper type
PASS PerformanceResourceTiming interface: resource must inherit property "connectStart" with the proper type
PASS PerformanceResourceTiming interface: resource must inherit property "connectEnd" with the proper type
PASS PerformanceResourceTiming interface: resource must inherit property "secureConnectionStart" with the proper type
PASS PerformanceResourceTiming interface: resource must inherit property "requestStart" with the proper type
PASS PerformanceResourceTiming interface: resource must inherit property "responseStart" with the proper type
PASS PerformanceResourceTiming interface: resource must inherit property "responseEnd" with the proper type
PASS PerformanceResourceTiming interface: resource must inherit property "transferSize" with the proper type
PASS PerformanceResourceTiming interface: resource must inherit property "encodedBodySize" with the proper type
PASS PerformanceResourceTiming interface: resource must inherit property "decodedBodySize" with the proper type
PASS PerformanceResourceTiming interface: resource must inherit property "toJSON()" with the proper type
PASS PerformanceResourceTiming interface: default toJSON operation on resource
PASS Performance interface: operation clearResourceTimings()
PASS Performance interface: operation setResourceTimingBufferSize(unsigned long)
PASS Performance interface: attribute onresourcetimingbufferfull
PASS Performance interface: performance must inherit property "clearResourceTimings()" with the proper type
PASS Performance interface: performance must inherit property "setResourceTimingBufferSize(unsigned long)" with the proper type
PASS Performance interface: calling setResourceTimingBufferSize(unsigned long) on performance with too few arguments must throw TypeError
PASS Performance interface: performance must inherit property "onresourcetimingbufferfull" with the proper type