summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/ajax/jquery/test/data/test2.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/tests/mochitest/ajax/jquery/test/data/test2.html')
-rw-r--r--dom/tests/mochitest/ajax/jquery/test/data/test2.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/dom/tests/mochitest/ajax/jquery/test/data/test2.html b/dom/tests/mochitest/ajax/jquery/test/data/test2.html
new file mode 100644
index 0000000000..ebf610e438
--- /dev/null
+++ b/dom/tests/mochitest/ajax/jquery/test/data/test2.html
@@ -0,0 +1,5 @@
+<script type="text/javascript">
+var testFoo = "foo";
+$('#foo').html('foo');
+ok( true, "test2.html executed" );
+</script>