mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 19:45:04 -05:00
Tests: Fix failing ajax tests in oldIE
This commit is contained in:
@@ -3,5 +3,5 @@ html text<br/>
|
||||
testFoo = "foo"; jQuery('#foo').html('foo');
|
||||
ok( true, "test.html executed" );
|
||||
/* ]]> */</script>
|
||||
<script src="data/test.js"></script>
|
||||
<script src="data/testbar.php"></script>
|
||||
blabla
|
||||
|
||||
@@ -3,5 +3,5 @@ html text<br/>
|
||||
testFoo = "foo"; jQuery('#foo').html('foo');
|
||||
ok( true, "test.php executed" );
|
||||
/* ]]> */</script>
|
||||
<script src="data/test.js?<?php srand(); echo time() . '' . rand(); ?>"></script>
|
||||
blabla
|
||||
<script src="data/testbar.php?<?php srand(); echo time() . '' . rand(); ?>"></script>
|
||||
blabla
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
this.testBar = "bar";
|
||||
jQuery("#ap").html("bar");
|
||||
ok( true, "test.js executed");
|
||||
ok( true, "testbar.php executed");
|
||||
Reference in New Issue
Block a user