summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/ajax/jquery/test/data/test2.html
blob: ebf610e438bbec5391bfbe11a2c55bd05b53cf03 (plain)
1
2
3
4
5
<script type="text/javascript">
var testFoo = "foo";
$('#foo').html('foo');
ok( true, "test2.html executed" );
</script>