Confirmed users
657
edits
(→DOM Storage: Write up the test plan for the DOM storage module) |
|||
Line 120: | Line 120: | ||
==DOM Storage== | ==DOM Storage== | ||
=== Unit Tests === | |||
* Save a data pair (Pair-A) | |||
* Ensure that Pair-A exists | |||
* Enter private browsing mode | |||
* Ensure that Pair-A exists | |||
* Attempt to save another data pair (Pair-B): should throw NS_ERROR_DOM_SECURITY_ERR | |||
* Ensure that Pair-B does not exist | |||
* Exit private browsing mode | |||
* Ensure that Pair-A exists | |||
* Ensure that Pair-B does not exist | |||
==Authenticated sessions== | ==Authenticated sessions== |