https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 392366fb149414c0c2ef08b3d4741a32069025f3 authored by Han Leon on 21 December 2017, 10:00:24 UTC
[ServiceWorker] Let Client.url be the creation url of the window client
Tip revision: 392366f
storagemanager-persisted-worker.https.html
<!DOCTYPE html>
<meta charset=utf-8>
<title>StorageManager: persisted() (worker)</title>
<meta name="help" href="https://storage.spec.whatwg.org/#dom-storagemanager-persisted">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
var worker = new Worker('resources/storagemanager-persisted-worker.js');
fetch_tests_from_worker(worker);
</script>
back to top