Index: LayoutTests/http/tests/serviceworker/chromium/service-worker-gc-expected.txt |
diff --git a/LayoutTests/http/tests/serviceworker/chromium/service-worker-gc-expected.txt b/LayoutTests/http/tests/serviceworker/chromium/service-worker-gc-expected.txt |
index f9a3b255aea4d9a131d0f1b39736a7ea626f9348..9d35da173d1531c9db0c8674d7fd867cd5112f6f 100644 |
--- a/LayoutTests/http/tests/serviceworker/chromium/service-worker-gc-expected.txt |
+++ b/LayoutTests/http/tests/serviceworker/chromium/service-worker-gc-expected.txt |
@@ -1,10 +1,12 @@ |
-Test that a registered Service Worker with an event handler is not garbage collected prematurely |
+Test that ServiceWorker and ServiceWorkerRegistration are not garbage collected prematurely |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+PASS registrationObservation.wasCollected is false |
+PASS swObservation.wasCollected is false |
+PASS registrationObservation.wasCollected is false |
PASS swObservation.wasCollected is false |
-PASS swObservation.wasCollected is true |
PASS successfullyParsed is true |
TEST COMPLETE |