electron/spec/fixtures/api/localstorage.html

8 lines
133 B
HTML

<html>
<body>
<script type="text/javascript" charset="utf-8">
window.localStorage.setItem('test', 'test');
</script>
</body>
</html>