https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 093b0b3d5d041c16ef342790acaf3e9c1b5e01e6 authored by Hayato Ito on 28 March 2018, 12:08:08 UTC
Keep track of all pending slot assignments, and recalc all before UpdateStyle phase
Tip revision: 093b0b3
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