Allow tests to be ignored by specific browsers

This commit is contained in:
MoyuScript
2017-08-11 22:22:10 +08:00
parent f2286cc299
commit 8adf7f8521
4 changed files with 264 additions and 206 deletions

View File

@@ -10,7 +10,7 @@ app.use('/', express.static(path.resolve(__dirname, '../')));
const listener = app.listen(0, () => {
async function run() {
const chromeless = new Chromeless();
const tests = Object.keys(reftests);
const tests = Object.keys(reftests.testList);
let i = 0;
while (tests[i]) {
const filename = tests[i];