Complete overhaul of the Ajax test suite, it's now passing in all browsers. In order...
[jquery.git] / build / test / data / test2.html
diff --git a/build/test/data/test2.html b/build/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>