https://github.com/web-platform-tests/wpt
Raw File
Tip revision: d1cb0cb34bafcce4854d42748432befdbe8295dd authored by Geoffrey Sneddon on 30 April 2018, 13:30:23 UTC
fixup! Fix #2669: Add alternate_hosts
Tip revision: d1cb0cb
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