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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/navigation-preload-origin-trial-interfaces-expected.txt

Issue 2811063002: Enable ServiceWorkerNavigationPreload by default (Closed)
Patch Set: rebase Created 3 years, 8 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 CONSOLE WARNING: line 13: This test relies on console message comparison so ther e can be different -expected.txt files for virtual test suites.
2 CONSOLE MESSAGE: line 21: Interfaces in document
3 interface NavigationPreloadManager
4 method constructor
5 method disable
6 method enable
7 method getState
8 method setHeaderValue
9 interface ServiceWorkerRegistration
10 getter active
11 getter backgroundFetch
12 getter installing
13 getter navigationPreload
14 getter onupdatefound
15 getter paymentManager
16 getter pushManager
17 getter scope
18 getter sync
19 getter waiting
20 method constructor
21 method getNotifications
22 method showNotification
23 method unregister
24 method update
25 setter onupdatefound
26 CONSOLE MESSAGE: line 58: Interfaces in normal Service Worker
27 interface FetchEvent
28 getter clientId
29 getter isReload
30 getter request
31 method constructor
32 method respondWith
33 interface ServiceWorkerRegistration
34 getter active
35 getter backgroundFetch
36 getter installing
37 getter onupdatefound
38 getter paymentManager
39 getter pushManager
40 getter scope
41 getter sync
42 getter waiting
43 method constructor
44 method getNotifications
45 method showNotification
46 method unregister
47 method update
48 setter onupdatefound
49 CONSOLE MESSAGE: line 70: Interfaces in Origin-Trial enabled Service Worker
50 interface FetchEvent
51 getter clientId
52 getter isReload
53 getter preloadResponse
54 getter request
55 method constructor
56 method respondWith
57 interface NavigationPreloadManager
58 method constructor
59 method disable
60 method enable
61 method getState
62 method setHeaderValue
63 interface ServiceWorkerRegistration
64 getter active
65 getter backgroundFetch
66 getter installing
67 getter navigationPreload
68 getter onupdatefound
69 getter paymentManager
70 getter pushManager
71 getter scope
72 getter sync
73 getter waiting
74 method constructor
75 method getNotifications
76 method showNotification
77 method unregister
78 method update
79 setter onupdatefound
80 This is a testharness.js-based test.
81 PASS Navigation preload related interfaces in Origin-Trial enabled document.
82 PASS Navigation preload related interfaces in normal SW.
83 PASS Navigation preload related interfaces in Origin-Trial enabled SW.
84 Harness: the test ran to completion.
85
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698