test runner: adding a new test page called 'polluted'. Where one can choose to pre-include other libraries and run the test suite with them.
This commit is contained in:
parent
6bf51eea04
commit
52fbe5d2a8
13 changed files with 10016 additions and 2 deletions
|
@ -114,4 +114,16 @@ div.chain.test div { background: green; }
|
|||
div.chain.out { background: green; }
|
||||
div.chain.out div { background: red; display: none; }
|
||||
|
||||
div#show-tests * { display: none; }
|
||||
div#show-tests * { display: none; }
|
||||
|
||||
form.otherlibs{
|
||||
margin: 20px 0 0 30px;
|
||||
}
|
||||
form.otherlibs label{
|
||||
display:block;
|
||||
margin: 5px 0 5px 30px;
|
||||
}
|
||||
form.otherlibs input.submit{
|
||||
margin:30px 0 0 0;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue