1,457
edits
Samuelsidler (talk | contribs) m (QA/Firefox3.1/Offline Local Storage Test Plan moved to QA/Firefox3.5/Offline Local Storage Test Plan) |
|||
(7 intermediate revisions by one other user not shown) | |||
Line 7: | Line 7: | ||
= Overview = | = Overview = | ||
Offline applications offer functionality to users when their browsers are in offline mode. The browser allows offline functionality to the user by storing the state of the application. | |||
For those applications that offer this functionality, which might be different from their online functionality, we will test that the switch between online and offline modes are seamless. | |||
= Test Strategy = | = Test Strategy = | ||
* Supplement existing [https://litmus.mozilla.org/show_test.cgi?searchType=by_category&product_id=1&branch_id=15&testgroup_id=56&subgroup_id=879 offline tests] in Litmus | |||
* Gristmill is applicable to this feature, but tests are not planned at the moment. | |||
Due to the lack of in-the-wild applications using this feature, it's not easy to touch all the functionality of the feature. | |||
= Schedule Scoping = | = Schedule Scoping = | ||
Line 22: | Line 24: | ||
= References = | = References = | ||
* Spec: | |||
** [http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html Specification] | |||
* Relevant Bugs: | * Relevant Bugs: | ||
** {{Bug| | ** {{Bug|422526}} - implement local storage (didn't make it) | ||
** {{Bug|442806}} - use separate caches for local apps | |||
** {{Bug|442813}} - implement fallback entries | |||
* | * Unit Tests: | ||
edits