Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Unified Diff: LayoutTests/http/tests/permissions/test-query.html

Issue 760223003: Stub implementation of Permissions API module. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix win compile Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..249e9c584bb5ef79ec6c97e8f8c50bd6e9df734a
--- /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).
+ run_test();
+ </script>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698