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

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

Issue 2771823002: Implement updateViaCache flag and no-cache by default for main service worker scripts
Patch Set: Created 3 years, 9 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 CONSOLE WARNING: line 13: This test relies on console message comparison so ther e can be different -expected.txt files for virtual test suites. 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 2 CONSOLE MESSAGE: line 21: Interfaces in document
3 interface NavigationPreloadManager 3 interface NavigationPreloadManager
4 method constructor 4 method constructor
5 method disable 5 method disable
6 method enable 6 method enable
7 method getState 7 method getState
8 method setHeaderValue 8 method setHeaderValue
9 interface ServiceWorkerRegistration 9 interface ServiceWorkerRegistration
10 getter active 10 getter active
11 getter backgroundFetch 11 getter backgroundFetch
12 getter installing 12 getter installing
13 getter navigationPreload 13 getter navigationPreload
14 getter onupdatefound 14 getter onupdatefound
15 getter paymentAppManager 15 getter paymentAppManager
16 getter pushManager 16 getter pushManager
17 getter scope 17 getter scope
18 getter sync 18 getter sync
19 getter useCache
19 getter waiting 20 getter waiting
20 method constructor 21 method constructor
21 method getNotifications 22 method getNotifications
22 method showNotification 23 method showNotification
23 method unregister 24 method unregister
24 method update 25 method update
25 setter onupdatefound 26 setter onupdatefound
26 CONSOLE MESSAGE: line 58: Interfaces in normal Service Worker 27 CONSOLE MESSAGE: line 58: Interfaces in normal Service Worker
27 interface FetchEvent 28 interface FetchEvent
28 getter clientId 29 getter clientId
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 method showNotification 77 method showNotification
77 method unregister 78 method unregister
78 method update 79 method update
79 setter onupdatefound 80 setter onupdatefound
80 This is a testharness.js-based test. 81 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 Origin-Trial enabled document.
82 PASS Navigation preload related interfaces in normal SW. 83 PASS Navigation preload related interfaces in normal SW.
83 PASS Navigation preload related interfaces in Origin-Trial enabled SW. 84 PASS Navigation preload related interfaces in Origin-Trial enabled SW.
84 Harness: the test ran to completion. 85 Harness: the test ran to completion.
85 86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698