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

Unified Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload/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: fix IPC Created 3 years, 4 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
index 3192311d283b8c6ef95610e18aeab72f4212fd38..55f3cd424e3f1fdf20be35b410c90de201b3351d 100644
--- 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
@@ -16,6 +16,7 @@ interface ServiceWorkerRegistration
getter pushManager
getter scope
getter sync
+ getter updateViaCache
getter waiting
method constructor
method getNotifications
@@ -47,6 +48,7 @@ interface ServiceWorkerRegistration
getter pushManager
getter scope
getter sync
+ getter updateViaCache
getter waiting
method constructor
method getNotifications
@@ -78,6 +80,7 @@ interface ServiceWorkerRegistration
getter pushManager
getter scope
getter sync
+ getter updateViaCache
getter waiting
method constructor
method getNotifications
@@ -86,8 +89,8 @@ interface ServiceWorkerRegistration
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.
+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