blob: 1d4ca6892ba2fee49af54ab03095524344254a18 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Permissions API: test .revoke() 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>
<script src="resources/testrunner-helpers.js"></script>
</head>
<body>
<script>
// Run the tests on the SharedWorker scope.
var worker = new Worker('resources/test-revoke.js');
worker.addEventListener('message', window_message_handler);
fetch_tests_from_worker(worker);
</script>
</body>
</html>