blob: 4df957a761cf70262b4ed530f56a55edc7ba9a71 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>ServiceWorkerGlobalScope expose test.</title>
<script src="../../js-test-resources/js-test.js"></script>
<script src="resources/global-interface-listing-service-worker.js"></script>
</head>
<body>
<div id="console"></div>
<script>
// We can't use testharness.js in this test because this needs to dump text
// other than PASS/FAIL.
jsTestIsAsync = true;
register_service_worker(/*platform_specific=*/false);
</script>
</body>
</html>