From 339332831ab29d1adb20d80bd409d3124556c934 Mon Sep 17 00:00:00 2001
From: Robert Konigsberg 
Date: Wed, 28 Dec 2011 21:41:49 -0500
Subject: [PATCH] Organize local.html just a little.
---
 auto_tests/misc/local.html | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html
index 8621669..417aacb 100644
--- a/auto_tests/misc/local.html
+++ b/auto_tests/misc/local.html
@@ -113,19 +113,20 @@
 
 
   
+  
   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,
+  HTML file. To run a test, use the selector above, or
+  open a Javascript console and execute, for instance,
   testDrawSimpleRangePlusOne()
 
   Alternatively you can use query args: 
-  - testCase - for the name of the test case
+  
- testCase - for the name of the test case prototype
+  
- testCaseName - for the name of the test case
   
- test - for the name of the test (use command=runTest)
   
- command - either runTest or runAllTests.
   
Example:local.html?testCase=ScrollingDivTestCase&test=testNestedDiv_Scrolled&command=runTest
   
-