Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/interfaces-window.https-expected.txt

Issue 2771823002: Implement updateViaCache flag and no-cache by default for main service worker scripts
Patch Set: fix IPC Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS test setup (worker registration)
3 PASS WorkerGlobalScope interface: existence and properties of interface object
4 PASS ServiceWorkerGlobalScope interface: existence and properties of interface o bject
5 PASS Client interface: existence and properties of interface object
6 PASS WindowClient interface: existence and properties of interface object
7 PASS Clients interface: existence and properties of interface object
8 PASS ServiceWorker interface: existence and properties of interface object
9 PASS ServiceWorker interface object length
10 PASS ServiceWorker interface object name
11 PASS ServiceWorker interface: existence and properties of interface prototype ob ject
12 PASS ServiceWorker interface: existence and properties of interface prototype ob ject's "constructor" property
13 PASS ServiceWorker interface: attribute scriptURL
14 PASS ServiceWorker interface: attribute state
15 PASS ServiceWorker interface: operation postMessage(any,[object Object])
16 PASS ServiceWorker interface: attribute onstatechange
17 PASS ServiceWorker must be primary interface of window.registrationInstance.inst alling
18 PASS Stringification of window.registrationInstance.installing
19 PASS ServiceWorker interface: window.registrationInstance.installing must inheri t property "scriptURL" with the proper type (0)
20 PASS ServiceWorker interface: window.registrationInstance.installing must inheri t property "state" with the proper type (1)
21 PASS ServiceWorker interface: window.registrationInstance.installing must inheri t property "postMessage" with the proper type (2)
22 PASS ServiceWorker interface: calling postMessage(any,[object Object]) on window .registrationInstance.installing with too few arguments must throw TypeError
23 PASS ServiceWorker interface: window.registrationInstance.installing must inheri t property "onstatechange" with the proper type (3)
24 PASS EventTarget interface: window.registrationInstance.installing must inherit property "addEventListener" with the proper type (0)
25 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on window.registrationInstance.installing with too few arguments must throw TypeError
26 PASS EventTarget interface: window.registrationInstance.installing must inherit property "removeEventListener" with the proper type (1)
27 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on window.registrationInstance.installing with too few arguments must throw TypeError
28 PASS EventTarget interface: window.registrationInstance.installing must inherit property "dispatchEvent" with the proper type (2)
29 PASS EventTarget interface: calling dispatchEvent(Event) on window.registrationI nstance.installing with too few arguments must throw TypeError
30 PASS ServiceWorkerRegistration interface: existence and properties of interface object
31 PASS ServiceWorkerRegistration interface object length
32 PASS ServiceWorkerRegistration interface object name
33 PASS ServiceWorkerRegistration interface: existence and properties of interface prototype object
34 PASS ServiceWorkerRegistration interface: existence and properties of interface prototype object's "constructor" property
35 PASS ServiceWorkerRegistration interface: attribute installing
36 PASS ServiceWorkerRegistration interface: attribute waiting
37 PASS ServiceWorkerRegistration interface: attribute active
38 PASS ServiceWorkerRegistration interface: attribute navigationPreload
39 PASS ServiceWorkerRegistration interface: attribute scope
40 FAIL ServiceWorkerRegistration interface: attribute updateViaCache assert_true: The prototype object must have a property "updateViaCache" expected true got fal se
41 PASS ServiceWorkerRegistration interface: operation update()
42 PASS ServiceWorkerRegistration interface: operation unregister()
43 PASS ServiceWorkerRegistration interface: attribute onupdatefound
44 PASS ServiceWorkerRegistration must be primary interface of window.registrationI nstance
45 PASS Stringification of window.registrationInstance
46 PASS ServiceWorkerRegistration interface: window.registrationInstance must inher it property "installing" with the proper type (0)
47 PASS ServiceWorkerRegistration interface: window.registrationInstance must inher it property "waiting" with the proper type (1)
48 PASS ServiceWorkerRegistration interface: window.registrationInstance must inher it property "active" with the proper type (2)
49 PASS ServiceWorkerRegistration interface: window.registrationInstance must inher it property "navigationPreload" with the proper type (3)
50 PASS ServiceWorkerRegistration interface: window.registrationInstance must inher it property "scope" with the proper type (4)
51 FAIL ServiceWorkerRegistration interface: window.registrationInstance must inher it property "updateViaCache" with the proper type (5) assert_inherits: property "updateViaCache" not found in prototype chain
52 PASS ServiceWorkerRegistration interface: window.registrationInstance must inher it property "update" with the proper type (6)
53 PASS ServiceWorkerRegistration interface: window.registrationInstance must inher it property "unregister" with the proper type (7)
54 PASS ServiceWorkerRegistration interface: window.registrationInstance must inher it property "onupdatefound" with the proper type (8)
55 PASS EventTarget interface: window.registrationInstance must inherit property "a ddEventListener" with the proper type (0)
56 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on window.registrationInstance with too few argume nts must throw TypeError
57 PASS EventTarget interface: window.registrationInstance must inherit property "r emoveEventListener" with the proper type (1)
58 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on window.registrationInstance with too few arg uments must throw TypeError
59 PASS EventTarget interface: window.registrationInstance must inherit property "d ispatchEvent" with the proper type (2)
60 PASS EventTarget interface: calling dispatchEvent(Event) on window.registrationI nstance with too few arguments must throw TypeError
61 PASS EventTarget interface: existence and properties of interface object
62 PASS EventTarget interface object length
63 PASS EventTarget interface object name
64 PASS EventTarget interface: existence and properties of interface prototype obje ct
65 PASS EventTarget interface: existence and properties of interface prototype obje ct's "constructor" property
66 PASS EventTarget interface: operation addEventListener(DOMString,EventListener,[ object Object],[object Object])
67 PASS EventTarget interface: operation removeEventListener(DOMString,EventListene r,[object Object],[object Object])
68 PASS EventTarget interface: operation dispatchEvent(Event)
69 PASS NavigationPreloadManager interface: existence and properties of interface o bject
70 PASS NavigationPreloadManager interface object length
71 PASS NavigationPreloadManager interface object name
72 PASS NavigationPreloadManager interface: existence and properties of interface p rototype object
73 PASS NavigationPreloadManager interface: existence and properties of interface p rototype object's "constructor" property
74 PASS NavigationPreloadManager interface: operation enable()
75 PASS NavigationPreloadManager interface: operation disable()
76 PASS NavigationPreloadManager interface: operation setHeaderValue(ByteString)
77 PASS NavigationPreloadManager interface: operation getState()
78 PASS Cache interface: existence and properties of interface object
79 PASS Cache interface object length
80 PASS Cache interface object name
81 PASS Cache interface: existence and properties of interface prototype object
82 PASS Cache interface: existence and properties of interface prototype object's " constructor" property
83 PASS Cache interface: operation match(RequestInfo,CacheQueryOptions)
84 PASS Cache interface: operation matchAll(RequestInfo,CacheQueryOptions)
85 PASS Cache interface: operation add(RequestInfo)
86 PASS Cache interface: operation addAll([object Object])
87 PASS Cache interface: operation put(RequestInfo,Response)
88 PASS Cache interface: operation delete(RequestInfo,CacheQueryOptions)
89 PASS Cache interface: operation keys(RequestInfo,CacheQueryOptions)
90 PASS CacheStorage interface: existence and properties of interface object
91 PASS CacheStorage interface object length
92 PASS CacheStorage interface object name
93 PASS CacheStorage interface: existence and properties of interface prototype obj ect
94 PASS CacheStorage interface: existence and properties of interface prototype obj ect's "constructor" property
95 PASS CacheStorage interface: operation match(RequestInfo,CacheQueryOptions)
96 PASS CacheStorage interface: operation has(DOMString)
97 PASS CacheStorage interface: operation open(DOMString)
98 PASS CacheStorage interface: operation delete(DOMString)
99 PASS CacheStorage interface: operation keys()
100 Harness: the test ran to completion.
101
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698