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

Unified Diff: LayoutTests/http/tests/serviceworker/fetch-event-respond-with-stops-propagation.html

Issue 731433002: Service Worker: respondWith() invokes stopImmediatePropagation() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fmt Created 6 years, 1 month 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
« no previous file with comments | « no previous file | LayoutTests/http/tests/serviceworker/resources/fetch-event-respond-with-stops-propagation-worker.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/serviceworker/fetch-event-respond-with-stops-propagation.html
diff --git a/LayoutTests/http/tests/serviceworker/fetch-event-async-respond-with.html b/LayoutTests/http/tests/serviceworker/fetch-event-respond-with-stops-propagation.html
similarity index 88%
copy from LayoutTests/http/tests/serviceworker/fetch-event-async-respond-with.html
copy to LayoutTests/http/tests/serviceworker/fetch-event-respond-with-stops-propagation.html
index 48d9680688d6b42957b299c394198fdaab92f7a7..a7fcacfcca53ca45d4c694a4222c1e34401ad333 100644
--- a/LayoutTests/http/tests/serviceworker/fetch-event-async-respond-with.html
+++ b/LayoutTests/http/tests/serviceworker/fetch-event-respond-with-stops-propagation.html
@@ -5,7 +5,8 @@
<script src="resources/test-helpers.js"></script>
<script>
promise_test(function(t) {
- var script = 'resources/fetch-event-async-respond-with-worker.js';
+ var script =
+ 'resources/fetch-event-respond-with-stops-propagation-worker.js';
var scope = 'resources/simple.html';
return service_worker_unregister_and_register(t, script, scope)
@@ -30,5 +31,5 @@ promise_test(function(t) {
assert_equals(message, 'PASS');
return service_worker_unregister_and_done(t, scope);
})
- }, 'Calling respondWith asynchronously throws an exception');
+ }, 'respondWith() invokes stopImmediatePropagation()');
</script>
« no previous file with comments | « no previous file | LayoutTests/http/tests/serviceworker/resources/fetch-event-respond-with-stops-propagation-worker.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698