summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/ajax/prototype/mochitest.ini
diff options
context:
space:
mode:
Diffstat (limited to 'dom/tests/mochitest/ajax/prototype/mochitest.ini')
-rw-r--r--dom/tests/mochitest/ajax/prototype/mochitest.ini67
1 files changed, 67 insertions, 0 deletions
diff --git a/dom/tests/mochitest/ajax/prototype/mochitest.ini b/dom/tests/mochitest/ajax/prototype/mochitest.ini
new file mode 100644
index 0000000000..6af573fad6
--- /dev/null
+++ b/dom/tests/mochitest/ajax/prototype/mochitest.ini
@@ -0,0 +1,67 @@
+[DEFAULT]
+support-files =
+ manifest.json
+ dist/prototype.js
+ test/browser.html
+ test/console.html
+ test/test.css
+ test/functional/event.html
+ test/lib/unittest.js
+ test/unit/ajax_test.js
+ test/unit/array_test.js
+ test/unit/base_test.js
+ test/unit/dom_test.js
+ test/unit/element_mixins_test.js
+ test/unit/enumerable_test.js
+ test/unit/event_test.js
+ test/unit/form_test.js
+ test/unit/hash_test.js
+ test/unit/number_test.js
+ test/unit/position_test.js
+ test/unit/range_test.js
+ test/unit/selector_test.js
+ test/unit/string_test.js
+ test/unit/unittest_test.js
+ test/unit/fixtures/ajax.html
+ test/unit/fixtures/ajax.js
+ test/unit/fixtures/array.html
+ test/unit/fixtures/base.html
+ test/unit/fixtures/base.js
+ test/unit/fixtures/content.html
+ test/unit/fixtures/data.json
+ test/unit/fixtures/dom.css
+ test/unit/fixtures/dom.html
+ test/unit/fixtures/dom.js
+ test/unit/fixtures/element_mixins.html
+ test/unit/fixtures/element_mixins.js
+ test/unit/fixtures/empty.html
+ test/unit/fixtures/empty.js
+ test/unit/fixtures/enumerable.html
+ test/unit/fixtures/enumerable.js
+ test/unit/fixtures/event.html
+ test/unit/fixtures/form.html
+ test/unit/fixtures/hash.js
+ test/unit/fixtures/hello.js
+ test/unit/fixtures/logo.gif
+ test/unit/fixtures/position.html
+ test/unit/fixtures/selector.html
+ test/unit/fixtures/string.js
+ test/unit/fixtures/unittest.html
+ test/unit/tmp/ajax_test.html
+ test/unit/tmp/array_test.html
+ test/unit/tmp/base_test.html
+ test/unit/tmp/dom_test.html
+ test/unit/tmp/element_mixins_test.html
+ test/unit/tmp/enumerable_test.html
+ test/unit/tmp/event_test.html
+ test/unit/tmp/form_test.html
+ test/unit/tmp/hash_test.html
+ test/unit/tmp/number_test.html
+ test/unit/tmp/position_test.html
+ test/unit/tmp/range_test.html
+ test/unit/tmp/selector_test.html
+ test/unit/tmp/string_test.html
+ test/unit/tmp/unit_test.html
+
+[test_Prototype.html]
+skip-if = toolkit == 'android'