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

Side by Side Diff: LayoutTests/http/tests/permissions/test-api-surface.html

Issue 760223003: Stub implementation of Permissions API module. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix win compile Created 6 years 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Permissions API: test API surface.</title>
5 <script src="../resources/testharness.js"></script>
6 <script src="../resources/testharnessreport.js"></script>
7 <script src="../serviceworker/resources/test-helpers.js"></script>
8 <script src="resources/helpers.js"></script>
9 </head>
10 <body>
11 <script>
12 // Will run the test implemented in resources/{filename}.js on various
13 // scopes (Window, DedicatedWorker, SharedWorker, ServiceWorker).
14 run_test();
15 </script>
16 </body>
17 </html>
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/permissions/resources/test-query.js ('k') | LayoutTests/http/tests/permissions/test-query.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698