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

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: Created 5 years, 8 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/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..a15a912104133a6d27abd5083dba3f94d8dc68e3
--- /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-worker.js',
+ 'Verifies basic functionality of stashed ports.');
+</script>

Powered by Google App Engine
This is Rietveld 408576698