diff options
Diffstat (limited to 'dom/tests/mochitest/ajax/jquery/test/data/test2.html')
-rw-r--r-- | dom/tests/mochitest/ajax/jquery/test/data/test2.html | 5 |
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 000000000..ebf610e43 --- /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> |