https://github.com/web-platform-tests/wpt
Raw File
Tip revision: e2dc266c6bd1d441938dfe828d552542a0c0b2b7 authored by Geoffrey Sneddon on 09 April 2018, 14:44:16 UTC
fixup! Fix #2669: Add alternate_hosts
Tip revision: e2dc266
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