aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/test2.html
blob: c7fff22fbbe133a177e496b37e6143b6065acab6 (plain)
1
2
3
4
5
<script type="text/javascript">
var testFoo = "foo";
jQuery('#foo').html('foo');
QUnit.assert.ok( true, "test2.html executed" );
</script>