aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/test2.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/test2.html')
-rw-r--r--test/data/test2.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/data/test2.html b/test/data/test2.html
deleted file mode 100644
index 1df6151a0..000000000
--- a/test/data/test2.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<script type="text/javascript">
-var testFoo = "foo";
-jQuery('#foo').html('foo');
-ok( true, "test2.html executed" );
-</script>