blob: 7029325bf18f1c6919cf92122a00984413c0a88f [file] [log] [blame]
This test exercises storage.clear() on the local storage area.
Length is 0
Clearing an empty storage area didn't crash
Length is 2
Value for FOO is MyFOO
Value for BAR is MyBar
Cleared the storage area
Length is 0
Value for FOO is undefined
Value for BAR is undefined