Dactyloidae/dom/tests/mochitest/ajax/jquery/test/data/test2.html

5 lines
121 B
HTML
Raw Normal View History

<script type="text/javascript">
var testFoo = "foo";
$('#foo').html('foo');
ok( true, "test2.html executed" );
</script>