File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
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
+ < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css " integrity ="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u " crossorigin ="anonymous ">
7
9
</ head >
8
10
< body >
9
11
< div id ='setup '>
12
+ < button id ='runTestBtn ' onclick ='runTests() ' type ="button " class ="btn btn-success btn-lg "> Run Tests</ button > < br /> < br /> < br />
10
13
< 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 >
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 >
13
16
</ div >
14
- < button id ='runTestBtn ' onclick ='runTests() '> Run Tests</ button >
15
17
</ div >
16
18
17
19
< div id ="mocha "> </ div >
You can’t perform that action at this time.
0 commit comments