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

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

Issue 2713523004: service worker: Add console.warn output to enable -expected.txt files (Closed)
Patch Set: Created 3 years, 10 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 MESSAGE: line 18: Interfaces in document 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 interface NavigationPreloadManager 3 interface NavigationPreloadManager
3 method constructor 4 method constructor
4 method disable 5 method disable
5 method enable 6 method enable
6 method getState 7 method getState
7 method setHeaderValue 8 method setHeaderValue
8 interface ServiceWorkerRegistration 9 interface ServiceWorkerRegistration
9 getter active 10 getter active
10 getter installing 11 getter installing
11 getter navigationPreload 12 getter navigationPreload
12 getter onupdatefound 13 getter onupdatefound
13 getter paymentAppManager 14 getter paymentAppManager
14 getter pushManager 15 getter pushManager
15 getter scope 16 getter scope
16 getter sync 17 getter sync
17 getter waiting 18 getter waiting
18 method constructor 19 method constructor
19 method getNotifications 20 method getNotifications
20 method showNotification 21 method showNotification
21 method unregister 22 method unregister
22 method update 23 method update
23 setter onupdatefound 24 setter onupdatefound
24 CONSOLE MESSAGE: line 55: Interfaces in normal Service Worker 25 CONSOLE MESSAGE: line 58: Interfaces in normal Service Worker
25 interface FetchEvent 26 interface FetchEvent
26 getter clientId 27 getter clientId
27 getter isReload 28 getter isReload
28 getter request 29 getter request
29 method constructor 30 method constructor
30 method respondWith 31 method respondWith
31 interface ServiceWorkerRegistration 32 interface ServiceWorkerRegistration
32 getter active 33 getter active
33 getter installing 34 getter installing
34 getter onupdatefound 35 getter onupdatefound
35 getter paymentAppManager 36 getter paymentAppManager
36 getter pushManager 37 getter pushManager
37 getter scope 38 getter scope
38 getter sync 39 getter sync
39 getter waiting 40 getter waiting
40 method constructor 41 method constructor
41 method getNotifications 42 method getNotifications
42 method showNotification 43 method showNotification
43 method unregister 44 method unregister
44 method update 45 method update
45 setter onupdatefound 46 setter onupdatefound
46 CONSOLE MESSAGE: line 67: Interfaces in Origin-Trial enabled Service Worker 47 CONSOLE MESSAGE: line 70: Interfaces in Origin-Trial enabled Service Worker
47 interface FetchEvent 48 interface FetchEvent
48 getter clientId 49 getter clientId
49 getter isReload 50 getter isReload
50 getter preloadResponse 51 getter preloadResponse
51 getter request 52 getter request
52 method constructor 53 method constructor
53 method respondWith 54 method respondWith
54 interface NavigationPreloadManager 55 interface NavigationPreloadManager
55 method constructor 56 method constructor
56 method disable 57 method disable
(...skipping 15 matching lines...) Expand all
72 method showNotification 73 method showNotification
73 method unregister 74 method unregister
74 method update 75 method update
75 setter onupdatefound 76 setter onupdatefound
76 This is a testharness.js-based test. 77 This is a testharness.js-based test.
77 PASS Navigation preload related interfaces in Origin-Trial enabled document. 78 PASS Navigation preload related interfaces in Origin-Trial enabled document.
78 PASS Navigation preload related interfaces in normal SW. 79 PASS Navigation preload related interfaces in normal SW.
79 PASS Navigation preload related interfaces in Origin-Trial enabled SW. 80 PASS Navigation preload related interfaces in Origin-Trial enabled SW.
80 Harness: the test ran to completion. 81 Harness: the test ran to completion.
81 82
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698