summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/ajax/prototype/mochitest.ini
blob: 6af573fad69744de40bd798f777ac8e150c1db05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
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'