Backing out commit 795e880bba1f7f949df58748f7fd92e50296a8f4 - errors popping up in...
[jquery.git] / test / data / test2.html
1 <script type="text/javascript">
2 var testFoo = "foo";
3 jQuery('#foo').html('foo');
4 ok( true, "test2.html executed" );
5 </script>