Reorganzing the jQuery source (first phase).
[jquery.git] / test / data / test.php
diff --git a/test/data/test.php b/test/data/test.php
new file mode 100644 (file)
index 0000000..9dbea97
--- /dev/null
@@ -0,0 +1,7 @@
+html text<br/>
+<script type="text/javascript">/* <![CDATA[ */
+testFoo = "foo"; $('#foo').html('foo');
+ok( true, "test.php executed" );
+/* ]]> */</script>
+<script src="data/test.js?<?php srand(); echo time() . '' . rand(); ?>"></script>
+blabla
\ No newline at end of file