Revision 6534d852f8bcef689ffa4023325c8cbaa71cdf9c authored by Luke Bjerring on 14 March 2018, 15:55:18 UTC, committed by Philip Jägenstedt on 14 March 2018, 15:55:18 UTC
1 parent 7d1bf74
Raw File
estimate-indexeddb-worker.https.html
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>StorageManager: estimate() for indexeddb from worker</title>
    <meta name="help" href="https://storage.spec.whatwg.org/#dom-storagemanager-estimate">
    <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-estimate-indexeddb.js"));
    </script>
  </body>
</html>
back to top