diff options
Diffstat (limited to 'dom/tests/mochitest/ajax/jquery/test/data/test.html')
-rw-r--r-- | dom/tests/mochitest/ajax/jquery/test/data/test.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dom/tests/mochitest/ajax/jquery/test/data/test.html b/dom/tests/mochitest/ajax/jquery/test/data/test.html new file mode 100644 index 0000000000..fc6dc38607 --- /dev/null +++ b/dom/tests/mochitest/ajax/jquery/test/data/test.html @@ -0,0 +1,7 @@ +html text<br/> +<script type="text/javascript">/* <![CDATA[ */ +testFoo = "foo"; $('#foo').html('foo'); +ok( true, "test.html executed" ); +/* ]]> */</script> +<script src="data/test.js"></script> +blabla |