https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 4d811782addaeae38d6d6d1c180d0a447dd821f9 authored by Darren Shen on 13 April 2018, 06:23:04 UTC
[css-typed-om] Support remaining misc properties.
Tip revision: 4d81178
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