X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=0a73f16f128e1f2fdb7dcad786f065726d6501c4;hb=015b31df6875dddacbb0ce94314382464c2b4d74;hp=a451f8e53f9f351bd62b1ce46d790be01bafe014;hpb=bbfb84f2a5e0fbb5259fab16f0785a5806c5bf8d;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index a451f8e..0a73f16 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -23,13 +23,69 @@ + + + + + + + + + + + + + +
- This file is really nothing more than all the tests coalesced into a single +

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")
+ instance,

+ testDrawSimpleRangePlusOne() + +

Alternatively you can use query args:

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