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

Unified Diff: LayoutTests/http/tests/serviceworker/chromium/service-worker-gc-expected.txt

Issue 466723002: ServiceWorker: Enable ServiceWorkerRegistration and update layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@updatefound
Patch Set: rebase Created 6 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: 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

Powered by Google App Engine
This is Rietveld 408576698