parseOnLoad:true, async:false unit test

This page tests that:

  1. parseOnLoad: true parses the page on load
  2. since async:true is NOT set, parseOnLoad:true works (with deprecation message) even if there's no explicit require() of dojo/parser
  3. the parse happens before the ready() callback happens, including processing of declarative requires

See console for test results.

DEPRECATED: Add explicit require(['dojo/parser']); -- will be removed in version: 2.0
1 tests to run in 1 groups
------------------------------------------------------------
GROUP "parseOnLoad declarative-require" has 1 test to run
PASSED test: parseOnLoad 0 ms
Total time for GROUP " parseOnLoad declarative-require " is 0ms
Total time for GROUP " parseOnLoad declarative-require " is 0ms
WOOHOO!!
------------------------------------------------------------
| TEST SUMMARY:
------------------------------------------------------------
1 tests in 1 groups
0 errors
0 failures