File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change 1
- < html >
1
+ <!DOCTYPE html>
2
+ < html >
2
3
< head >
3
4
< meta charset ="utf-8 ">
4
5
< title > Mocha Tests</ title >
5
6
< link rel ="stylesheet " href ="../node_modules/mocha/mocha.css " />
6
7
< link rel ="icon " href ="./webhost/favicon-32x32.png "/>
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 >
7
18
</ head >
8
19
< body >
9
20
< div id ='setup '>
10
- < div >
11
- < button id ='selectCompilerBtn ' onclick ='location.href="http://localhost:8888/tests/webTestResults.html?grep=compiler" '> Select Compiler Tests</ button >
12
- < button id ='selectFourslashBtn ' onclick ='location.href="http://localhost:8888/tests/webTestResults.html?grep=fourslash" '> Select Fourslash Tests</ button >
13
- </ div >
14
- < button id ='runTestBtn ' onclick ='runTests() '> Run Tests</ button >
21
+ < button id ='runTestBtn ' onclick ='runTests() ' type ="button " class ="btn "> Run Tests</ button >
15
22
</ div >
16
-
17
23
< div id ="mocha "> </ div >
18
- < script src ="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-2.1.0.js "> </ script >
19
24
< script src ="../node_modules/mocha/mocha.js "> </ script >
20
25
< script > mocha . setup ( 'bdd' ) </ script >
21
26
< script src ="../built/local/bundle.js "> </ script >
You can’t perform that action at this time.
0 commit comments