Chromium Code Reviews| 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..b865cceab5231830513e50374cebbfdf6e74fa0e |
| --- /dev/null |
| +++ b/LayoutTests/http/tests/permissions/test-api-surface.html |
| @@ -0,0 +1,16 @@ |
| +<!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> |
| + <!-- |
| + This test file automatically run the .js file with the same name in the |
| + resources/ directory. |
|
Peter Beverloo
2014/12/01 11:30:35
Can we make this explicit, rather than magical?
<
mlamouri (slow - plz ping)
2014/12/01 12:36:00
Yeah, I agree, it's a bit too magical. I've added
|
| + --> |
| + </body> |
| +</html> |