Confirmed users
3,376
edits
No edit summary |
|||
| Line 9: | Line 9: | ||
= Test Strategy = | = Test Strategy = | ||
*defer loading of script and verify page loads | |||
*queuing of local scripts | |||
**queue 2 scripts, 1 doesn't exist, other still loads | |||
**queue a script that references other scripts | |||
*queuing of remote scripts | |||
**remote scripts will be deferred | |||
**mixed local/remote scripts will be deferred | |||
*accessing variables / functions from deferred script | |||
**have inline script call function in deferred script | |||
**have inline script update variable in deferred script | |||
*test cases will be developed using mochitests | |||
= Schedule Scoping = | = Schedule Scoping = | ||