Chromium Code Reviews

Unified Diff: LayoutTests/http/tests/serviceworker/interfaces.html

Issue 505063002: ServiceWorker: throw when close() or terminate() called (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove uses of 'close' within fetch tests Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/http/tests/serviceworker/interfaces.html
diff --git a/LayoutTests/http/tests/serviceworker/interfaces.html b/LayoutTests/http/tests/serviceworker/interfaces.html
index 4967ad7c0c8cf87e3fa17eda08edfff6997bb5df..2d133588f601c097aee576dad46e3cf4298631db 100644
--- a/LayoutTests/http/tests/serviceworker/interfaces.html
+++ b/LayoutTests/http/tests/serviceworker/interfaces.html
@@ -42,6 +42,7 @@ async_test(function(t) {
{
scriptURL: 'string',
state: 'string',
+ terminate: 'function',
onstatechange: EVENT_HANDLER
});
return registration.unregister();

Powered by Google App Engine