| Index: LayoutTests/http/tests/permissions/test-api-surface.html
|
| diff --git a/LayoutTests/http/tests/permissions/test-api-surface.html b/LayoutTests/http/tests/permissions/test-api-surface.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5e84a49672dc7dac9a2e042630924a79d08ed7a3
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/permissions/test-api-surface.html
|
| @@ -0,0 +1,17 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <head>
|
| + <title>Permissions API: test API surface.</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>
|
| + </head>
|
| + <body>
|
| + <script>
|
| + // Will run the test implemented in resources/{filename}.js on various
|
| + // scopes (Window, DedicatedWorker, SharedWorker, ServiceWorker).
|
| + run_test();
|
| + </script>
|
| + </body>
|
| +</html>
|
|
|