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.