blob: de2532ddc5972259d9835ca74dc19c9d45b493a5 [file] [log] [blame]
PASS idl_test setup
PASS idl_test validation
PASS Partial interface Navigator: original interface defined
PASS Partial interface Navigator: member names are unique
PASS Partial interface WorkerNavigator: original interface defined
PASS Partial interface WorkerNavigator: member names are unique
PASS Partial interface mixin WindowOrWorkerGlobalScope: original interface mixin defined
PASS Partial interface mixin WindowOrWorkerGlobalScope: member names are unique
PASS Partial interface mixin NavigatorID: member names are unique
PASS Partial interface Window: member names are unique
PASS ServiceWorker includes AbstractWorker: member names are unique
PASS Window includes GlobalEventHandlers: member names are unique
PASS Window includes WindowEventHandlers: member names are unique
PASS Window includes WindowOrWorkerGlobalScope: member names are unique
PASS WorkerGlobalScope includes WindowOrWorkerGlobalScope: member names are unique
PASS Navigator includes NavigatorID: member names are unique
PASS Navigator includes NavigatorLanguage: member names are unique
PASS Navigator includes NavigatorOnLine: member names are unique
PASS Navigator includes NavigatorContentUtils: member names are unique
PASS Navigator includes NavigatorCookies: member names are unique
PASS Navigator includes NavigatorPlugins: member names are unique
PASS Navigator includes NavigatorConcurrentHardware: member names are unique
PASS Window includes AnimationFrameProvider: member names are unique
PASS WorkerNavigator includes NavigatorID: member names are unique
PASS WorkerNavigator includes NavigatorLanguage: member names are unique
PASS WorkerNavigator includes NavigatorOnLine: member names are unique
PASS WorkerNavigator includes NavigatorConcurrentHardware: member names are unique
PASS Window includes WindowSessionStorage: member names are unique
PASS Window includes WindowLocalStorage: member names are unique
PASS ServiceWorker interface: existence and properties of interface object
PASS ServiceWorker interface object length
PASS ServiceWorker interface object name
PASS ServiceWorker interface: existence and properties of interface prototype object
PASS ServiceWorker interface: existence and properties of interface prototype object's "constructor" property
PASS ServiceWorker interface: existence and properties of interface prototype object's @@unscopables property
PASS ServiceWorker interface: attribute scriptURL
PASS ServiceWorker interface: attribute state
PASS ServiceWorker interface: operation postMessage(any, sequence<object>)
PASS ServiceWorker interface: operation postMessage(any, optional PostMessageOptions)
PASS ServiceWorker interface: attribute onstatechange
PASS ServiceWorker must be primary interface of registrationInstance.installing
PASS Stringification of registrationInstance.installing
PASS ServiceWorker interface: registrationInstance.installing must inherit property "scriptURL" with the proper type
PASS ServiceWorker interface: registrationInstance.installing must inherit property "state" with the proper type
PASS ServiceWorker interface: registrationInstance.installing must inherit property "postMessage(any, sequence<object>)" with the proper type
PASS ServiceWorker interface: calling postMessage(any, sequence<object>) on registrationInstance.installing with too few arguments must throw TypeError
PASS ServiceWorker interface: registrationInstance.installing must inherit property "postMessage(any, optional PostMessageOptions)" with the proper type
PASS ServiceWorker interface: calling postMessage(any, optional PostMessageOptions) on registrationInstance.installing with too few arguments must throw TypeError
PASS ServiceWorker interface: registrationInstance.installing must inherit property "onstatechange" with the proper type
PASS ServiceWorkerRegistration interface: existence and properties of interface object
PASS ServiceWorkerRegistration interface object length
PASS ServiceWorkerRegistration interface object name
PASS ServiceWorkerRegistration interface: existence and properties of interface prototype object
PASS ServiceWorkerRegistration interface: existence and properties of interface prototype object's "constructor" property
PASS ServiceWorkerRegistration interface: existence and properties of interface prototype object's @@unscopables property
PASS ServiceWorkerRegistration interface: attribute installing
PASS ServiceWorkerRegistration interface: attribute waiting
PASS ServiceWorkerRegistration interface: attribute active
FAIL ServiceWorkerRegistration interface: attribute navigationPreload assert_true: The prototype object must have a property "navigationPreload" expected true got false
PASS ServiceWorkerRegistration interface: attribute scope
PASS ServiceWorkerRegistration interface: attribute updateViaCache
PASS ServiceWorkerRegistration interface: operation update()
PASS ServiceWorkerRegistration interface: operation unregister()
PASS ServiceWorkerRegistration interface: attribute onupdatefound
PASS ServiceWorkerRegistration must be primary interface of registrationInstance
PASS Stringification of registrationInstance
PASS ServiceWorkerRegistration interface: registrationInstance must inherit property "installing" with the proper type
PASS ServiceWorkerRegistration interface: registrationInstance must inherit property "waiting" with the proper type
PASS ServiceWorkerRegistration interface: registrationInstance must inherit property "active" with the proper type
FAIL ServiceWorkerRegistration interface: registrationInstance must inherit property "navigationPreload" with the proper type assert_inherits: property "navigationPreload" not found in prototype chain
PASS ServiceWorkerRegistration interface: registrationInstance must inherit property "scope" with the proper type
PASS ServiceWorkerRegistration interface: registrationInstance must inherit property "updateViaCache" with the proper type
PASS ServiceWorkerRegistration interface: registrationInstance must inherit property "update()" with the proper type
PASS ServiceWorkerRegistration interface: registrationInstance must inherit property "unregister()" with the proper type
PASS ServiceWorkerRegistration interface: registrationInstance must inherit property "onupdatefound" with the proper type
PASS ServiceWorkerContainer interface: existence and properties of interface object
PASS ServiceWorkerContainer interface object length
PASS ServiceWorkerContainer interface object name
PASS ServiceWorkerContainer interface: existence and properties of interface prototype object
PASS ServiceWorkerContainer interface: existence and properties of interface prototype object's "constructor" property
PASS ServiceWorkerContainer interface: existence and properties of interface prototype object's @@unscopables property
PASS ServiceWorkerContainer interface: attribute controller
PASS ServiceWorkerContainer interface: attribute ready
PASS ServiceWorkerContainer interface: operation register(USVString, optional RegistrationOptions)
PASS ServiceWorkerContainer interface: operation getRegistration(optional USVString)
PASS ServiceWorkerContainer interface: operation getRegistrations()
PASS ServiceWorkerContainer interface: operation startMessages()
PASS ServiceWorkerContainer interface: attribute oncontrollerchange
PASS ServiceWorkerContainer interface: attribute onmessage
PASS ServiceWorkerContainer interface: attribute onmessageerror
PASS ServiceWorkerContainer must be primary interface of navigator.serviceWorker
PASS Stringification of navigator.serviceWorker
PASS ServiceWorkerContainer interface: navigator.serviceWorker must inherit property "controller" with the proper type
PASS ServiceWorkerContainer interface: navigator.serviceWorker must inherit property "ready" with the proper type
PASS ServiceWorkerContainer interface: navigator.serviceWorker must inherit property "register(USVString, optional RegistrationOptions)" with the proper type
PASS ServiceWorkerContainer interface: calling register(USVString, optional RegistrationOptions) on navigator.serviceWorker with too few arguments must throw TypeError
PASS ServiceWorkerContainer interface: navigator.serviceWorker must inherit property "getRegistration(optional USVString)" with the proper type
PASS ServiceWorkerContainer interface: calling getRegistration(optional USVString) on navigator.serviceWorker with too few arguments must throw TypeError
PASS ServiceWorkerContainer interface: navigator.serviceWorker must inherit property "getRegistrations()" with the proper type
PASS ServiceWorkerContainer interface: navigator.serviceWorker must inherit property "startMessages()" with the proper type
PASS ServiceWorkerContainer interface: navigator.serviceWorker must inherit property "oncontrollerchange" with the proper type
PASS ServiceWorkerContainer interface: navigator.serviceWorker must inherit property "onmessage" with the proper type
PASS ServiceWorkerContainer interface: navigator.serviceWorker must inherit property "onmessageerror" with the proper type
FAIL NavigationPreloadManager interface: existence and properties of interface object assert_own_property: self does not have own property "NavigationPreloadManager" expected property "NavigationPreloadManager" missing
FAIL NavigationPreloadManager interface object length assert_own_property: self does not have own property "NavigationPreloadManager" expected property "NavigationPreloadManager" missing
FAIL NavigationPreloadManager interface object name assert_own_property: self does not have own property "NavigationPreloadManager" expected property "NavigationPreloadManager" missing
FAIL NavigationPreloadManager interface: existence and properties of interface prototype object assert_own_property: self does not have own property "NavigationPreloadManager" expected property "NavigationPreloadManager" missing
FAIL NavigationPreloadManager interface: existence and properties of interface prototype object's "constructor" property assert_own_property: self does not have own property "NavigationPreloadManager" expected property "NavigationPreloadManager" missing
FAIL NavigationPreloadManager interface: existence and properties of interface prototype object's @@unscopables property assert_own_property: self does not have own property "NavigationPreloadManager" expected property "NavigationPreloadManager" missing
FAIL NavigationPreloadManager interface: operation enable() assert_own_property: self does not have own property "NavigationPreloadManager" expected property "NavigationPreloadManager" missing
FAIL NavigationPreloadManager interface: operation disable() assert_own_property: self does not have own property "NavigationPreloadManager" expected property "NavigationPreloadManager" missing
FAIL NavigationPreloadManager interface: operation setHeaderValue(ByteString) assert_own_property: self does not have own property "NavigationPreloadManager" expected property "NavigationPreloadManager" missing
FAIL NavigationPreloadManager interface: operation getState() assert_own_property: self does not have own property "NavigationPreloadManager" expected property "NavigationPreloadManager" missing
PASS ServiceWorkerGlobalScope interface: existence and properties of interface object
PASS Client interface: existence and properties of interface object
PASS WindowClient interface: existence and properties of interface object
PASS Clients interface: existence and properties of interface object
PASS ExtendableEvent interface: existence and properties of interface object
PASS FetchEvent interface: existence and properties of interface object
PASS ExtendableMessageEvent interface: existence and properties of interface object
PASS Cache interface: existence and properties of interface object
PASS Cache interface object length
PASS Cache interface object name
PASS Cache interface: existence and properties of interface prototype object
PASS Cache interface: existence and properties of interface prototype object's "constructor" property
PASS Cache interface: existence and properties of interface prototype object's @@unscopables property
PASS Cache interface: operation match(RequestInfo, optional CacheQueryOptions)
PASS Cache interface: operation matchAll(optional RequestInfo, optional CacheQueryOptions)
PASS Cache interface: operation add(RequestInfo)
PASS Cache interface: operation addAll(sequence<RequestInfo>)
PASS Cache interface: operation put(RequestInfo, Response)
PASS Cache interface: operation delete(RequestInfo, optional CacheQueryOptions)
PASS Cache interface: operation keys(optional RequestInfo, optional CacheQueryOptions)
PASS Cache must be primary interface of self.cacheInstance
PASS Stringification of self.cacheInstance
PASS Cache interface: self.cacheInstance must inherit property "match(RequestInfo, optional CacheQueryOptions)" with the proper type
PASS Cache interface: calling match(RequestInfo, optional CacheQueryOptions) on self.cacheInstance with too few arguments must throw TypeError
PASS Cache interface: self.cacheInstance must inherit property "matchAll(optional RequestInfo, optional CacheQueryOptions)" with the proper type
PASS Cache interface: calling matchAll(optional RequestInfo, optional CacheQueryOptions) on self.cacheInstance with too few arguments must throw TypeError
PASS Cache interface: self.cacheInstance must inherit property "add(RequestInfo)" with the proper type
PASS Cache interface: calling add(RequestInfo) on self.cacheInstance with too few arguments must throw TypeError
PASS Cache interface: self.cacheInstance must inherit property "addAll(sequence<RequestInfo>)" with the proper type
PASS Cache interface: calling addAll(sequence<RequestInfo>) on self.cacheInstance with too few arguments must throw TypeError
PASS Cache interface: self.cacheInstance must inherit property "put(RequestInfo, Response)" with the proper type
PASS Cache interface: calling put(RequestInfo, Response) on self.cacheInstance with too few arguments must throw TypeError
PASS Cache interface: self.cacheInstance must inherit property "delete(RequestInfo, optional CacheQueryOptions)" with the proper type
PASS Cache interface: calling delete(RequestInfo, optional CacheQueryOptions) on self.cacheInstance with too few arguments must throw TypeError
PASS Cache interface: self.cacheInstance must inherit property "keys(optional RequestInfo, optional CacheQueryOptions)" with the proper type
PASS Cache interface: calling keys(optional RequestInfo, optional CacheQueryOptions) on self.cacheInstance with too few arguments must throw TypeError
PASS CacheStorage interface: existence and properties of interface object
PASS CacheStorage interface object length
PASS CacheStorage interface object name
PASS CacheStorage interface: existence and properties of interface prototype object
PASS CacheStorage interface: existence and properties of interface prototype object's "constructor" property
PASS CacheStorage interface: existence and properties of interface prototype object's @@unscopables property
PASS CacheStorage interface: operation match(RequestInfo, optional MultiCacheQueryOptions)
PASS CacheStorage interface: operation has(DOMString)
PASS CacheStorage interface: operation open(DOMString)
PASS CacheStorage interface: operation delete(DOMString)
PASS CacheStorage interface: operation keys()
PASS CacheStorage must be primary interface of caches
PASS Stringification of caches
PASS CacheStorage interface: caches must inherit property "match(RequestInfo, optional MultiCacheQueryOptions)" with the proper type
PASS CacheStorage interface: calling match(RequestInfo, optional MultiCacheQueryOptions) on caches with too few arguments must throw TypeError
PASS CacheStorage interface: caches must inherit property "has(DOMString)" with the proper type
PASS CacheStorage interface: calling has(DOMString) on caches with too few arguments must throw TypeError
PASS CacheStorage interface: caches must inherit property "open(DOMString)" with the proper type
PASS CacheStorage interface: calling open(DOMString) on caches with too few arguments must throw TypeError
PASS CacheStorage interface: caches must inherit property "delete(DOMString)" with the proper type
PASS CacheStorage interface: calling delete(DOMString) on caches with too few arguments must throw TypeError
PASS CacheStorage interface: caches must inherit property "keys()" with the proper type
PASS Window interface: attribute caches
PASS Navigator interface: attribute serviceWorker