File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 5
5
< title > Mocha Tests</ title >
6
6
< link rel ="stylesheet " href ="../node_modules/mocha/mocha.css " />
7
7
< link rel ="icon " href ="./webhost/favicon-32x32.png "/>
8
- < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css " integrity ="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u " crossorigin ="anonymous ">
8
+ < style >
9
+ .btn {
10
+ color : # ffffff ;
11
+ background : # 3498db ;
12
+ border-radius : 30px ;
13
+ font-size : 50px ;
14
+ }
15
+ .btn : hover { background : # 50c7ff ; }
16
+ .btn : focus { background : # 50c7ff ; }
17
+ </ style >
9
18
</ head >
10
19
< body >
11
20
< div id ='setup '>
12
21
< button id ='runTestBtn ' onclick ='runTests() ' type ="button " class ="btn btn-success btn-lg "> Run Tests</ button > < br /> < br /> < br />
13
- < div >
14
- < button id ='selectCompilerBtn ' onclick ='location.href="http://localhost:8888/tests/webTestResults.html?grep=compiler" ' type ="button " class ="btn btn-warning "> Select Compiler Tests</ button >
15
- < button id ='selectFourslashBtn ' onclick ='location.href="http://localhost:8888/tests/webTestResults.html?grep=fourslash" ' type ="button " class ="btn btn-warning "> Select Fourslash Tests</ button >
16
- </ div >
17
22
</ div >
18
-
19
23
< div id ="mocha "> </ div >
20
- < script src ="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-2.1.0.js "> </ script >
21
24
< script src ="../node_modules/mocha/mocha.js "> </ script >
22
25
< script > mocha . setup ( 'bdd' ) </ script >
23
26
< script src ="../built/local/bundle.js "> </ script >
You can’t perform that action at this time.
0 commit comments