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

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

Issue 2933913002: Upstream service worker prototype test to WPT
Patch Set: Migrate test for immutable prototype Created 3 years, 5 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 interface: window.registrationInstance.installing must inheri t property "scriptURL" with the proper type (0)
18 PASS ServiceWorker interface: window.registrationInstance.installing must inheri t property "state" with the proper type (1)
19 PASS ServiceWorker interface: window.registrationInstance.installing must inheri t property "postMessage" with the proper type (2)
20 PASS ServiceWorker interface: calling postMessage(any,[object Object]) on window .registrationInstance.installing with too few arguments must throw TypeError
21 PASS ServiceWorker interface: window.registrationInstance.installing must inheri t property "onstatechange" with the proper type (3)
22 PASS EventTarget interface: window.registrationInstance.installing must inherit property "addEventListener" with the proper type (0)
23 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on window.registrationInstance.installing with too few arguments must throw TypeError
24 PASS EventTarget interface: window.registrationInstance.installing must inherit property "removeEventListener" with the proper type (1)
25 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on window.registrationInstance.installing with too few arguments must throw TypeError
26 PASS EventTarget interface: window.registrationInstance.installing must inherit property "dispatchEvent" with the proper type (2)
27 PASS EventTarget interface: calling dispatchEvent(Event) on window.registrationI nstance.installing with too few arguments must throw TypeError
28 PASS ServiceWorkerRegistration interface: existence and properties of interface object
29 PASS ServiceWorkerRegistration interface object length
30 PASS ServiceWorkerRegistration interface object name
31 PASS ServiceWorkerRegistration interface: existence and properties of interface prototype object
32 PASS ServiceWorkerRegistration interface: existence and properties of interface prototype object's "constructor" property
33 PASS ServiceWorkerRegistration interface: attribute installing
34 PASS ServiceWorkerRegistration interface: attribute waiting
35 PASS ServiceWorkerRegistration interface: attribute active
36 PASS ServiceWorkerRegistration interface: attribute navigationPreload
37 PASS ServiceWorkerRegistration interface: attribute scope
38 FAIL ServiceWorkerRegistration interface: attribute updateViaCache assert_true: The prototype object must have a property "updateViaCache" expected true got fal se
39 PASS ServiceWorkerRegistration interface: operation update()
40 PASS ServiceWorkerRegistration interface: operation unregister()
41 PASS ServiceWorkerRegistration interface: attribute onupdatefound
42 PASS ServiceWorkerRegistration interface: window.registrationInstance must inher it property "installing" with the proper type (0)
43 PASS ServiceWorkerRegistration interface: window.registrationInstance must inher it property "waiting" with the proper type (1)
44 PASS ServiceWorkerRegistration interface: window.registrationInstance must inher it property "active" with the proper type (2)
45 PASS ServiceWorkerRegistration interface: window.registrationInstance must inher it property "navigationPreload" with the proper type (3)
46 PASS ServiceWorkerRegistration interface: window.registrationInstance must inher it property "scope" with the proper type (4)
47 FAIL ServiceWorkerRegistration interface: window.registrationInstance must inher it property "updateViaCache" with the proper type (5) assert_inherits: property "updateViaCache" not found in prototype chain
48 PASS ServiceWorkerRegistration interface: window.registrationInstance must inher it property "update" with the proper type (6)
49 PASS ServiceWorkerRegistration interface: window.registrationInstance must inher it property "unregister" with the proper type (7)
50 PASS ServiceWorkerRegistration interface: window.registrationInstance must inher it property "onupdatefound" with the proper type (8)
51 PASS EventTarget interface: window.registrationInstance must inherit property "a ddEventListener" with the proper type (0)
52 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on window.registrationInstance with too few argume nts must throw TypeError
53 PASS EventTarget interface: window.registrationInstance must inherit property "r emoveEventListener" with the proper type (1)
54 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on window.registrationInstance with too few arg uments must throw TypeError
55 PASS EventTarget interface: window.registrationInstance must inherit property "d ispatchEvent" with the proper type (2)
56 PASS EventTarget interface: calling dispatchEvent(Event) on window.registrationI nstance with too few arguments must throw TypeError
57 PASS EventTarget interface: existence and properties of interface object
58 PASS EventTarget interface object length
59 PASS EventTarget interface object name
60 PASS EventTarget interface: existence and properties of interface prototype obje ct
61 PASS EventTarget interface: existence and properties of interface prototype obje ct's "constructor" property
62 PASS EventTarget interface: operation addEventListener(DOMString,EventListener,[ object Object],[object Object])
63 PASS EventTarget interface: operation removeEventListener(DOMString,EventListene r,[object Object],[object Object])
64 PASS EventTarget interface: operation dispatchEvent(Event)
65 PASS NavigationPreloadManager interface: existence and properties of interface o bject
66 PASS NavigationPreloadManager interface object length
67 PASS NavigationPreloadManager interface object name
68 PASS NavigationPreloadManager interface: existence and properties of interface p rototype object
69 PASS NavigationPreloadManager interface: existence and properties of interface p rototype object's "constructor" property
70 PASS NavigationPreloadManager interface: operation enable()
71 PASS NavigationPreloadManager interface: operation disable()
72 PASS NavigationPreloadManager interface: operation setHeaderValue(ByteString)
73 PASS NavigationPreloadManager interface: operation getState()
74 PASS Cache interface: existence and properties of interface object
75 PASS Cache interface object length
76 PASS Cache interface object name
77 PASS Cache interface: existence and properties of interface prototype object
78 PASS Cache interface: existence and properties of interface prototype object's " constructor" property
79 PASS Cache interface: operation match(RequestInfo,CacheQueryOptions)
80 PASS Cache interface: operation matchAll(RequestInfo,CacheQueryOptions)
81 PASS Cache interface: operation add(RequestInfo)
82 PASS Cache interface: operation addAll([object Object])
83 PASS Cache interface: operation put(RequestInfo,Response)
84 PASS Cache interface: operation delete(RequestInfo,CacheQueryOptions)
85 PASS Cache interface: operation keys(RequestInfo,CacheQueryOptions)
86 PASS CacheStorage interface: existence and properties of interface object
87 PASS CacheStorage interface object length
88 PASS CacheStorage interface object name
89 PASS CacheStorage interface: existence and properties of interface prototype obj ect
90 PASS CacheStorage interface: existence and properties of interface prototype obj ect's "constructor" property
91 PASS CacheStorage interface: operation match(RequestInfo,CacheQueryOptions)
92 PASS CacheStorage interface: operation has(DOMString)
93 PASS CacheStorage interface: operation open(DOMString)
94 PASS CacheStorage interface: operation delete(DOMString)
95 PASS CacheStorage interface: operation keys()
96 Harness: the test ran to completion.
97
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698