diff options
Diffstat (limited to 'dom/tests/mochitest/ajax/jquery/test/data/test.js')
-rw-r--r-- | dom/tests/mochitest/ajax/jquery/test/data/test.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dom/tests/mochitest/ajax/jquery/test/data/test.js b/dom/tests/mochitest/ajax/jquery/test/data/test.js new file mode 100644 index 000000000..f8bdd091e --- /dev/null +++ b/dom/tests/mochitest/ajax/jquery/test/data/test.js @@ -0,0 +1,3 @@ +var foobar = "bar";
+$('#ap').html('bar');
+ok( true, "test.js executed");
|