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