blob: 249e9c584bb5ef79ec6c97e8f8c50bd6e9df734a [file] [log] [blame]
<!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>