parseOnLoad:true, async:false unit test
This page tests that:
- parseOnLoad: true parses the page on load
- since async:true is NOT set, parseOnLoad:true works (with deprecation message)
even if there's no explicit require() of dojo/parser
- the parse happens before the ready() callback happens, including processing of declarative requires
See console for test results.