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..4954a65d441e3008aaf11f90a46ecd444d9f5070 |
--- /dev/null |
+++ b/LayoutTests/http/tests/permissions/test-query.html |
@@ -0,0 +1,16 @@ |
+<!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> |
+ <!-- |
+ This test file automatically run the .js file with the same name in the |
+ resources/ directory. |
+ --> |
+ </body> |
+</html> |