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

Unified Diff: LayoutTests/http/tests/serviceworker/stashed-ports.html

Issue 1063533002: Initial implementation of stashed message ports, layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@stashed-ports
Patch Set: address comments Created 5 years, 7 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
« no previous file with comments | « LayoutTests/http/tests/serviceworker/resources/stashed-ports-basics.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/serviceworker/stashed-ports.html
diff --git a/LayoutTests/http/tests/serviceworker/stashed-ports.html b/LayoutTests/http/tests/serviceworker/stashed-ports.html
new file mode 100644
index 0000000000000000000000000000000000000000..b9a1d6a2a5ad6c519e4416c9f73255746e2cdf56
--- /dev/null
+++ b/LayoutTests/http/tests/serviceworker/stashed-ports.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<title>
+ Tests basic stashed message ports functionality.
+</title>
+<script src="../../resources/testharness.js"></script>
+<script src="../../resources/testharnessreport.js"></script>
+<script src="../serviceworker/resources/test-helpers.js"></script>
+<script>
+service_worker_test('resources/stashed-ports-basics.js',
+ 'Verifies basic functionality of stashed ports.');
+</script>
« no previous file with comments | « LayoutTests/http/tests/serviceworker/resources/stashed-ports-basics.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698