<ol id="qunit-tests"> not populated

<ol id="qunit-tests"> not populated

Using IE8, Chrome7.0, FF3.6 and code from the example on http://docs.jquery.com/Qunit.

After running tests, as described, a <p id="qunit-testresult"> is visible, but the <ol id="qunit-tests"></ol> element below is empty in the DOM

  1. <h1 id="qunit-header">Header text</h1>
  2. <h2 id="qunit-banner"></h2>
  3. <div id="qunit-testrunner-toolbar"></div>
  4. <h2 id="qunit-userAgent"></h2>
  5. <ol id="qunit-tests"></ol>
  6. <div id="qunit-fixture">test markup, will be hidden</div>

I'm stepping through QUnit.js to find where the results are supposed to be added to the document and appear as they do on the example page, but if anyone has a tip on where best to look, or any rookie errors on the mark-up/config, that would be great.