This file is really nothing more than all the tests coalesced into a single HTML file. To run a test, open a Javascript console and execute, for instance,
tc = new SimpleDrawingTestCase() ;
tc.runTest("testDrawSimpleRangePlusOne")

Alternatively you can use query args:

Example: local.html?testCase=ScrollingDivTestCase&test=testNestedDiv_Scrolled&command=runTest