blob: ad58023a69f97034a848aebfcf4efc6e6b82f63b [file] [log] [blame]
This is a test to make sure you can get and set values in localStorage by index.
Setting FOO using the index setter.
Reading FOO:
BAR
BAR
BAR
Setting FOO again, using setItem.
Reading FOO:
BAZ
BAZ
BAZ
Setting FOO again, using the index setter.
Reading FOO:
BAT
BAT
BAT
Setting FOO again, using property-slot syntax
Reading FOO:
BATMAN
BATMAN
BATMAN
Removing FOO, then trying to read it
Reading FOO:
undefined
undefined
null