blob: 748b59bb2f2d0364669c55e566e8e84ae285b943 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>KV storage: storage export smoke test</title>
<meta name="timeout" content="long">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script type="module">
import { testVariousMethodsWithDefaultArea } from "./helpers/kvs-tests.js";
testVariousMethodsWithDefaultArea(
"Storage methods smoke test with string key and value", "key", "value", assert_equals
);
</script>