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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/interfaces-sw.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
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Interfaces and attributes in ServiceWorkerGlobalScope 2 PASS Interfaces and attributes in ServiceWorkerGlobalScope
3 PASS test setup (cache creation) 3 PASS test setup (cache creation)
4 PASS Event constructors 4 PASS Event constructors
5 PASS ServiceWorkerGlobalScope interface: existence and properties of interface o bject 5 PASS ServiceWorkerGlobalScope interface: existence and properties of interface o bject
6 PASS ServiceWorkerGlobalScope interface object length 6 PASS ServiceWorkerGlobalScope interface object length
7 PASS ServiceWorkerGlobalScope interface object name 7 PASS ServiceWorkerGlobalScope interface object name
8 PASS ServiceWorkerGlobalScope interface: existence and properties of interface p rototype object 8 PASS ServiceWorkerGlobalScope interface: existence and properties of interface p rototype object
9 PASS ServiceWorkerGlobalScope interface: internal [[SetPrototypeOf]] method of i nterface prototype object - setting to a new value via Object.setPrototypeOf sho uld throw a TypeError 9 PASS ServiceWorkerGlobalScope interface: internal [[SetPrototypeOf]] method of i nterface prototype object - setting to a new value via Object.setPrototypeOf sho uld throw a TypeError
10 PASS ServiceWorkerGlobalScope interface: internal [[SetPrototypeOf]] method of i nterface prototype object - setting to a new value via __proto__ should throw a TypeError 10 PASS ServiceWorkerGlobalScope interface: internal [[SetPrototypeOf]] method of i nterface prototype object - setting to a new value via __proto__ should throw a TypeError
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 PASS ServiceWorkerRegistration interface: existence and properties of interface object 89 PASS ServiceWorkerRegistration interface: existence and properties of interface object
90 PASS ServiceWorkerRegistration interface object length 90 PASS ServiceWorkerRegistration interface object length
91 PASS ServiceWorkerRegistration interface object name 91 PASS ServiceWorkerRegistration interface object name
92 PASS ServiceWorkerRegistration interface: existence and properties of interface prototype object 92 PASS ServiceWorkerRegistration interface: existence and properties of interface prototype object
93 PASS ServiceWorkerRegistration interface: existence and properties of interface prototype object's "constructor" property 93 PASS ServiceWorkerRegistration interface: existence and properties of interface prototype object's "constructor" property
94 PASS ServiceWorkerRegistration interface: attribute installing 94 PASS ServiceWorkerRegistration interface: attribute installing
95 PASS ServiceWorkerRegistration interface: attribute waiting 95 PASS ServiceWorkerRegistration interface: attribute waiting
96 PASS ServiceWorkerRegistration interface: attribute active 96 PASS ServiceWorkerRegistration interface: attribute active
97 PASS ServiceWorkerRegistration interface: attribute navigationPreload 97 PASS ServiceWorkerRegistration interface: attribute navigationPreload
98 PASS ServiceWorkerRegistration interface: attribute scope 98 PASS ServiceWorkerRegistration interface: attribute scope
99 FAIL ServiceWorkerRegistration interface: attribute updateViaCache assert_true: The prototype object must have a property "updateViaCache" expected true got fal se 99 PASS ServiceWorkerRegistration interface: attribute updateViaCache
100 PASS ServiceWorkerRegistration interface: operation update() 100 PASS ServiceWorkerRegistration interface: operation update()
101 PASS ServiceWorkerRegistration interface: operation unregister() 101 PASS ServiceWorkerRegistration interface: operation unregister()
102 PASS ServiceWorkerRegistration interface: attribute onupdatefound 102 PASS ServiceWorkerRegistration interface: attribute onupdatefound
103 PASS ServiceWorkerRegistration must be primary interface of self.registration 103 PASS ServiceWorkerRegistration must be primary interface of self.registration
104 PASS Stringification of self.registration 104 PASS Stringification of self.registration
105 PASS ServiceWorkerRegistration interface: self.registration must inherit propert y "installing" with the proper type (0) 105 PASS ServiceWorkerRegistration interface: self.registration must inherit propert y "installing" with the proper type (0)
106 PASS ServiceWorkerRegistration interface: self.registration must inherit propert y "waiting" with the proper type (1) 106 PASS ServiceWorkerRegistration interface: self.registration must inherit propert y "waiting" with the proper type (1)
107 PASS ServiceWorkerRegistration interface: self.registration must inherit propert y "active" with the proper type (2) 107 PASS ServiceWorkerRegistration interface: self.registration must inherit propert y "active" with the proper type (2)
108 PASS ServiceWorkerRegistration interface: self.registration must inherit propert y "navigationPreload" with the proper type (3) 108 PASS ServiceWorkerRegistration interface: self.registration must inherit propert y "navigationPreload" with the proper type (3)
109 PASS ServiceWorkerRegistration interface: self.registration must inherit propert y "scope" with the proper type (4) 109 PASS ServiceWorkerRegistration interface: self.registration must inherit propert y "scope" with the proper type (4)
110 FAIL ServiceWorkerRegistration interface: self.registration must inherit propert y "updateViaCache" with the proper type (5) assert_inherits: property "updateVia Cache" not found in prototype chain 110 PASS ServiceWorkerRegistration interface: self.registration must inherit propert y "updateViaCache" with the proper type (5)
111 PASS ServiceWorkerRegistration interface: self.registration must inherit propert y "update" with the proper type (6) 111 PASS ServiceWorkerRegistration interface: self.registration must inherit propert y "update" with the proper type (6)
112 PASS ServiceWorkerRegistration interface: self.registration must inherit propert y "unregister" with the proper type (7) 112 PASS ServiceWorkerRegistration interface: self.registration must inherit propert y "unregister" with the proper type (7)
113 PASS ServiceWorkerRegistration interface: self.registration must inherit propert y "onupdatefound" with the proper type (8) 113 PASS ServiceWorkerRegistration interface: self.registration must inherit propert y "onupdatefound" with the proper type (8)
114 PASS EventTarget interface: self.registration must inherit property "addEventLis tener" with the proper type (0) 114 PASS EventTarget interface: self.registration must inherit property "addEventLis tener" with the proper type (0)
115 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on self.registration with too few arguments must t hrow TypeError 115 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on self.registration with too few arguments must t hrow TypeError
116 PASS EventTarget interface: self.registration must inherit property "removeEvent Listener" with the proper type (1) 116 PASS EventTarget interface: self.registration must inherit property "removeEvent Listener" with the proper type (1)
117 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on self.registration with too few arguments mus t throw TypeError 117 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on self.registration with too few arguments mus t throw TypeError
118 PASS EventTarget interface: self.registration must inherit property "dispatchEve nt" with the proper type (2) 118 PASS EventTarget interface: self.registration must inherit property "dispatchEve nt" with the proper type (2)
119 PASS EventTarget interface: calling dispatchEvent(Event) on self.registration wi th too few arguments must throw TypeError 119 PASS EventTarget interface: calling dispatchEvent(Event) on self.registration wi th too few arguments must throw TypeError
120 PASS EventTarget interface: existence and properties of interface object 120 PASS EventTarget interface: existence and properties of interface object
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 PASS CacheStorage interface: calling match(RequestInfo,CacheQueryOptions) on sel f.caches with too few arguments must throw TypeError 178 PASS CacheStorage interface: calling match(RequestInfo,CacheQueryOptions) on sel f.caches with too few arguments must throw TypeError
179 PASS CacheStorage interface: self.caches must inherit property "has" with the pr oper type (1) 179 PASS CacheStorage interface: self.caches must inherit property "has" with the pr oper type (1)
180 PASS CacheStorage interface: calling has(DOMString) on self.caches with too few arguments must throw TypeError 180 PASS CacheStorage interface: calling has(DOMString) on self.caches with too few arguments must throw TypeError
181 PASS CacheStorage interface: self.caches must inherit property "open" with the p roper type (2) 181 PASS CacheStorage interface: self.caches must inherit property "open" with the p roper type (2)
182 PASS CacheStorage interface: calling open(DOMString) on self.caches with too few arguments must throw TypeError 182 PASS CacheStorage interface: calling open(DOMString) on self.caches with too few arguments must throw TypeError
183 PASS CacheStorage interface: self.caches must inherit property "delete" with the proper type (3) 183 PASS CacheStorage interface: self.caches must inherit property "delete" with the proper type (3)
184 PASS CacheStorage interface: calling delete(DOMString) on self.caches with too f ew arguments must throw TypeError 184 PASS CacheStorage interface: calling delete(DOMString) on self.caches with too f ew arguments must throw TypeError
185 PASS CacheStorage interface: self.caches must inherit property "keys" with the p roper type (4) 185 PASS CacheStorage interface: self.caches must inherit property "keys" with the p roper type (4)
186 Harness: the test ran to completion. 186 Harness: the test ran to completion.
187 187
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698