summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/ajax/prototype/mochitest.ini
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /dom/tests/mochitest/ajax/prototype/mochitest.ini
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
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 000000000..6af573fad
--- /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'