Reorganzing the jQuery source (first phase).
[jquery.git] / test / data / test2.html
diff --git a/test/data/test2.html b/test/data/test2.html
new file mode 100644 (file)
index 0000000..ebf610e
--- /dev/null
@@ -0,0 +1,5 @@
+<script type="text/javascript">
+var testFoo = "foo";
+$('#foo').html('foo');
+ok( true, "test2.html executed" );
+</script>