spec/fixtures/pages/partition/one.html (6 lines of code) (raw):

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