Backing out fix for #5803 from 3b50eaca2cd0b1439235e39c4e98a6438e8f55b2.
[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>