Fixed #1727 bug where :nth-child() was non-standard with CSS3 plus two minor white...
[jquery.git] / test / data / test2.html
1 <script type="text/javascript">
2 var testFoo = "foo";
3 $('#foo').html('foo');
4 ok( true, "test2.html executed" );
5 </script>