Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<script src=/resources/testharness.js></script>
<script src=/shared-storage/resources/util.js></script>
<script src=/fenced-frame/resources/utils.js></script>
<body>
<script>
async function init() {
const [outerKey] = parseKeylist();
const parsedData = parseExpectedKeyAndValueData();
await sharedStorage.set(parsedData['expectedKey'],
parsedData['expectedValue']);
await writeValueToServer(outerKey, "set_key_value_loaded");
}
init();
</script>
</body>
</html>