Found in GWT Release (e.g. 2.4.0, 2.5.0 RC):
2.4.0
Encountered on OS / Browser (e.g. WinXP, IE8-9, FF7):
Windnows Vista, Chrome 19 latest stable
Detailed description (please be as specific as possible):
Storage.getLocalStorageIfSupported() returns null when called from a GWTTestcase in both devmode and in production mode
Shortest code snippet which demonstrates issue (please indicate where
actual result differs from expected result):
public void gwtSetUp() throws Exception{
super.gwtSetUp();
Storage localStorage = Storage.getLocalStorageIfSupported();
I know status of the Storage API is experimental. Does it work the same for you or is problem in other settings of mine?