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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/permissions/chromium/test-request-multiple-sharedworker.html

Issue 1376523006: Revert of permissions: add layout tests for multiple requests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: third_party/WebKit/LayoutTests/http/tests/permissions/chromium/test-request-multiple-sharedworker.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/permissions/chromium/test-request-multiple-sharedworker.html b/third_party/WebKit/LayoutTests/http/tests/permissions/chromium/test-request-multiple-sharedworker.html
deleted file mode 100644
index 4349aacfce4f0c97f4b894ea4ffeb8c31d4263cd..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/permissions/chromium/test-request-multiple-sharedworker.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title>Permissions API: test .request([]) method (for multiple permissions).</title>
- <script src="../../resources/testharness.js"></script>
- <script src="../../resources/testharnessreport.js"></script>
- <script src="../../serviceworker/resources/test-helpers.js"></script>
- <script src="../resources/helpers.js"></script>
- <script src="resources/testrunner-helpers.js"></script>
- </head>
- <body>
- <script>
- var shared_worker = new SharedWorker('resources/test-request-multiple.js');
- shared_worker.port.addEventListener('message', window_message_handler);
- shared_worker.port.start();
- fetch_tests_from_worker(shared_worker);
- </script>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698