https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 0b3aff1e3e53e44fc7644d56c2e77be24e75f9c1 authored by chrishtr@chromium.org on 09 July 2017, 05:13:10 UTC
Don't perform forced style or layout updates in Document::implicitClose
Tip revision: 0b3aff1
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