| <!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> |