blob: 21f5c8bd92d849851994267c3d3459237f4bfa5c [file] [log] [blame] [edit]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>StorageManager: persisted() from worker</title>
<meta name="help" href="https://storage.spec.whatwg.org/#dom-storagemanager-persisted">
<meta name="author" title="Mozilla" href="https://www.mozilla.org">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
</head>
<body>
<script>
fetch_tests_from_worker(new Worker("storage-persisted.js"));
</script>
</body>
</html>