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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/interfaces-sw.https-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/external/wpt/service-workers/service-worker/interfaces-sw.https-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/interfaces-sw.https-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/interfaces-sw.https-expected.txt
index 7970a4e2066bbc22a2ac7a0f5dd47860ece24039..99ae32a52ccc2f367d27bd9c740b12d972ceeb77 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/interfaces-sw.https-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/interfaces-sw.https-expected.txt
@@ -96,7 +96,7 @@ PASS ServiceWorkerRegistration interface: attribute waiting
PASS ServiceWorkerRegistration interface: attribute active
PASS ServiceWorkerRegistration interface: attribute navigationPreload
PASS ServiceWorkerRegistration interface: attribute scope
-FAIL ServiceWorkerRegistration interface: attribute updateViaCache assert_true: The prototype object must have a property "updateViaCache" expected true got false
+PASS ServiceWorkerRegistration interface: attribute updateViaCache
PASS ServiceWorkerRegistration interface: operation update()
PASS ServiceWorkerRegistration interface: operation unregister()
PASS ServiceWorkerRegistration interface: attribute onupdatefound
@@ -107,7 +107,7 @@ PASS ServiceWorkerRegistration interface: self.registration must inherit propert
PASS ServiceWorkerRegistration interface: self.registration must inherit property "active" with the proper type (2)
PASS ServiceWorkerRegistration interface: self.registration must inherit property "navigationPreload" with the proper type (3)
PASS ServiceWorkerRegistration interface: self.registration must inherit property "scope" with the proper type (4)
-FAIL ServiceWorkerRegistration interface: self.registration must inherit property "updateViaCache" with the proper type (5) assert_inherits: property "updateViaCache" not found in prototype chain
+PASS ServiceWorkerRegistration interface: self.registration must inherit property "updateViaCache" with the proper type (5)
PASS ServiceWorkerRegistration interface: self.registration must inherit property "update" with the proper type (6)
PASS ServiceWorkerRegistration interface: self.registration must inherit property "unregister" with the proper type (7)
PASS ServiceWorkerRegistration interface: self.registration must inherit property "onupdatefound" with the proper type (8)

Powered by Google App Engine
This is Rietveld 408576698