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

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

Issue 2627023002: Introduce Origin-Trial for Service Worker Navigation Preload (Closed)
Patch Set: s/an/a Created 3 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload/http/tests/serviceworker/chromium/navigation-preload-origin-trial-interfaces-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload/http/tests/serviceworker/chromium/navigation-preload-origin-trial-interfaces-expected.txt b/third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload/http/tests/serviceworker/chromium/navigation-preload-origin-trial-interfaces-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..019dc42c57f21d060f341f0aafc52be1185c360a
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload/http/tests/serviceworker/chromium/navigation-preload-origin-trial-interfaces-expected.txt
@@ -0,0 +1,89 @@
+CONSOLE MESSAGE: line 18: Interfaces in document
+interface NavigationPreloadManager
+ method constructor
+ method disable
+ method enable
+ method getState
+ method setHeaderValue
+interface ServiceWorkerRegistration
+ getter active
+ getter installing
+ getter navigationPreload
+ getter onupdatefound
+ getter paymentAppManager
+ getter pushManager
+ getter scope
+ getter sync
+ getter waiting
+ method constructor
+ method getNotifications
+ method showNotification
+ method unregister
+ method update
+ setter onupdatefound
+CONSOLE MESSAGE: line 55: Interfaces in normal Service Worker
+interface FetchEvent
+ getter clientId
+ getter isReload
+ getter preloadResponse
+ getter request
+ method constructor
+ method respondWith
+interface NavigationPreloadManager
+ method constructor
+ method disable
+ method enable
+ method getState
+ method setHeaderValue
+interface ServiceWorkerRegistration
+ getter active
+ getter installing
+ getter navigationPreload
+ getter onupdatefound
+ getter paymentAppManager
+ getter pushManager
+ getter scope
+ getter sync
+ getter waiting
+ method constructor
+ method getNotifications
+ method showNotification
+ method unregister
+ method update
+ setter onupdatefound
+CONSOLE MESSAGE: line 67: Interfaces in Origin-Trial enabled Service Worker
+interface FetchEvent
+ getter clientId
+ getter isReload
+ getter preloadResponse
+ getter request
+ method constructor
+ method respondWith
+interface NavigationPreloadManager
+ method constructor
+ method disable
+ method enable
+ method getState
+ method setHeaderValue
+interface ServiceWorkerRegistration
+ getter active
+ getter installing
+ getter navigationPreload
+ getter onupdatefound
+ getter paymentAppManager
+ getter pushManager
+ getter scope
+ getter sync
+ getter waiting
+ method constructor
+ method getNotifications
+ method showNotification
+ method unregister
+ method update
+ setter onupdatefound
+This is a testharness.js-based test.
+PASS Navigation preload related interfaces in Origin-Trial enabled document.
+PASS Navigation preload related interfaces in normal SW.
+PASS Navigation preload related interfaces in Origin-Trial enabled SW.
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698