https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 408c5e41c82df2a84320ae8a9b09f3b15d2e519f authored by Luke Bjerring on 28 March 2018, 17:47:16 UTC
Changes as per review
Tip revision: 408c5e4
persisted-worker.https.html
<!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>
back to top