Confirmed users
657
edits
(→Unit Tests: DOM storage unit tests written) |
(→Session store: Session store tests completed by Aaron) |
||
Line 145: | Line 145: | ||
==Session store== | ==Session store== | ||
=== Unit Tests === | === Unit Tests * === | ||
* On entry, record the timestamp of the session restore file. | * On entry, record the timestamp of the session restore file. | ||
* On exit, before reopening the session, ensure that all current session data is gone. Also verify that the timestamp is unchanged. | * On exit, before reopening the session, ensure that all current session data is gone. Also verify that the timestamp is unchanged. | ||
=== Browser Tests === | === Browser Tests * === | ||
* Ensure that the session before and after private browsing is restored correctly (normal session restore constraints apply) | * Ensure that the session before and after private browsing is restored correctly (normal session restore constraints apply) |