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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/permissions/chromium/test-request-multiple-window.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-window.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/permissions/chromium/test-request-multiple-window.html b/third_party/WebKit/LayoutTests/http/tests/permissions/chromium/test-request-multiple-window.html
deleted file mode 100644
index 80376c668cd402f6cbf5a1b00d2c37a8825549b9..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/permissions/chromium/test-request-multiple-window.html
+++ /dev/null
@@ -1,18 +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 script_element = document.createElement('script');
- script_element.src = 'resources/test-request-multiple.js';
- document.body.appendChild(script_element);
- </script>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698