Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / permissions / test-api-surface.html
blob40286abeb41d19a02851ac466e52350cf2bbe1a2
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/testharness-helpers.js"></script>
7 <script src="../resources/testharnessreport.js"></script>
8 <script src="../serviceworker/resources/test-helpers.js"></script>
9 <script src="resources/helpers.js"></script>
10 </head>
11 <body>
12 <script>
13 // Will run the test implemented in resources/{filename}.js on various
14 // scopes (Window, DedicatedWorker, SharedWorker, ServiceWorker).
15 run_test();
16 </script>
17 </body>
18 </html>