blob: 8f189994414d0c611d767de296e3e2a476001012 [file] [log] [blame]
PASS test setup (worker registration)
FAIL navigator.serviceWorker is not available in a data: iframe assert_false: navigator.serviceWorker should not be defined in iframe expected false got true
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, [object Object])
PASS ServiceWorker interface: operation postMessage(any, PostMessageOptions)
PASS ServiceWorker interface: attribute onstatechange
PASS ServiceWorker must be primary interface of window.registrationInstance.installing
PASS Stringification of window.registrationInstance.installing
PASS ServiceWorker interface: window.registrationInstance.installing must inherit property "scriptURL" with the proper type
PASS ServiceWorker interface: window.registrationInstance.installing must inherit property "state" with the proper type
PASS ServiceWorker interface: window.registrationInstance.installing must inherit property "postMessage(any, [object Object])" with the proper type
PASS ServiceWorker interface: calling postMessage(any, [object Object]) on window.registrationInstance.installing with too few arguments must throw TypeError
PASS ServiceWorker interface: window.registrationInstance.installing must inherit property "postMessage(any, PostMessageOptions)" with the proper type
PASS ServiceWorker interface: calling postMessage(any, PostMessageOptions) on window.registrationInstance.installing with too few arguments must throw TypeError
PASS ServiceWorker interface: window.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 window.registrationInstance
PASS Stringification of window.registrationInstance
PASS ServiceWorkerRegistration interface: window.registrationInstance must inherit property "installing" with the proper type
PASS ServiceWorkerRegistration interface: window.registrationInstance must inherit property "waiting" with the proper type
PASS ServiceWorkerRegistration interface: window.registrationInstance must inherit property "active" with the proper type
FAIL ServiceWorkerRegistration interface: window.registrationInstance must inherit property "navigationPreload" with the proper type assert_inherits: property "navigationPreload" not found in prototype chain
PASS ServiceWorkerRegistration interface: window.registrationInstance must inherit property "scope" with the proper type
PASS ServiceWorkerRegistration interface: window.registrationInstance must inherit property "updateViaCache" with the proper type
PASS ServiceWorkerRegistration interface: window.registrationInstance must inherit property "update()" with the proper type
PASS ServiceWorkerRegistration interface: window.registrationInstance must inherit property "unregister()" with the proper type
PASS ServiceWorkerRegistration interface: window.registrationInstance must inherit property "onupdatefound" 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 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, CacheQueryOptions)
PASS Cache interface: operation matchAll(RequestInfo, CacheQueryOptions)
PASS Cache interface: operation add(RequestInfo)
PASS Cache interface: operation addAll([object Object])
PASS Cache interface: operation put(RequestInfo, Response)
PASS Cache interface: operation delete(RequestInfo, CacheQueryOptions)
PASS Cache interface: operation keys(RequestInfo, CacheQueryOptions)
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, 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 WorkerGlobalScope interface: existence and properties of interface object