Tests: Fix failing ajax tests in oldIE

This commit is contained in:
Oleg Gaidarenko
2014-04-04 22:31:38 +04:00
parent 4d5596e3e4
commit d89c278a33
5 changed files with 18 additions and 14 deletions

3
test/data/testbar.php Normal file
View File

@@ -0,0 +1,3 @@
this.testBar = "bar";
jQuery("#ap").html("bar");
ok( true, "testbar.php executed");