Chromium Code Reviews| Index: LayoutTests/http/tests/permissions/test-query.html |
| diff --git a/LayoutTests/http/tests/permissions/test-query.html b/LayoutTests/http/tests/permissions/test-query.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..800a5f141457a0173f7e272424c2dbf6677b096e |
| --- /dev/null |
| +++ b/LayoutTests/http/tests/permissions/test-query.html |
| @@ -0,0 +1,17 @@ |
| +<!DOCTYPE html> |
| +<html> |
| + <head> |
| + <title>Permissions API: test .query() method.</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). |
| + runTest(); |
|
Peter Beverloo
2014/12/01 13:26:07
I still have a preference of explicitly stating th
mlamouri (slow - plz ping)
2014/12/01 13:33:17
I think no filename has the benefit of preventing
|
| + </script> |
| + </body> |
| +</html> |