https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 9281e3c0d16246473fd97107aa0afc893decc100 authored by Anne van Kesteren on 03 May 2018, 06:41:13 UTC
cleanup
Tip revision: 9281e3c
wasm_indexeddb_test.https.html
<!DOCTYPE html>
<html>
<head>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/get-host-info.sub.js"></script>
<script src="resources/load_wasm.js"></script>
<script src="wasm_indexeddb_test.js"></script>
</head>
<body>
<script>
  promise_test(TestIndexedDBLoadStoreSecure, "serialize/deserialize to IndexedDB ");
  promise_test(SaveToIDBAndLoadInWorker, "Save to IDB and load in worker");
  promise_test(SaveToIDBInWorkerAndLoadInMain, "Save in worker to IDB and load in window");
</script>
</body>
</html>
back to top