big big big update

Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
bachy
2012-10-09 21:30:27 +02:00
parent fb30fe966e
commit 3b4f1e024f
96 changed files with 37252 additions and 431 deletions

View File

@@ -0,0 +1,22 @@
<?php
# Locations
$dir = dirname(__FILE__);
$out = "$dir/../tests";
# Base URL
$base_url = '/';
$tests_url = $base_url.'tests';
# Data
$browsers = array(
'html4+html5',
'html5'
);
$adapters = array(
'jquery',
'mootools',
'native',
'right',
'zepto'
);