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

Unified Diff: LayoutTests/http/tests/permissions/chromium/test-request-worker.html

Issue 1248703002: blink: permissions: add tests for request (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@permissions-request
Patch Set: Fix comments Created 5 years, 5 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/permissions/chromium/test-request-window.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/permissions/chromium/test-request-worker.html
diff --git a/LayoutTests/http/tests/permissions/chromium/test-revoke-worker.html b/LayoutTests/http/tests/permissions/chromium/test-request-worker.html
similarity index 84%
copy from LayoutTests/http/tests/permissions/chromium/test-revoke-worker.html
copy to LayoutTests/http/tests/permissions/chromium/test-request-worker.html
index 1d4ca6892ba2fee49af54ab03095524344254a18..2a70dca47ca9d481ddd408d8134acd07c15de704 100644
--- a/LayoutTests/http/tests/permissions/chromium/test-revoke-worker.html
+++ b/LayoutTests/http/tests/permissions/chromium/test-request-worker.html
@@ -10,8 +10,7 @@
</head>
<body>
<script>
- // Run the tests on the SharedWorker scope.
- var worker = new Worker('resources/test-revoke.js');
+ var worker = new Worker('resources/test-request.js');
worker.addEventListener('message', window_message_handler);
fetch_tests_from_worker(worker);
</script>
« no previous file with comments | « LayoutTests/http/tests/permissions/chromium/test-request-window.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698