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) |