electron/spec/fixtures/pages/partition/one.html

7 lines
149 B
HTML

<script>
console.log(JSON.stringify({
numberOfEntries: window.localStorage.length,
testValue: window.localStorage.getItem('test')
}));
</script>