summaryrefslogtreecommitdiffstats
path: root/accessible/tests/mochitest/moz.build
blob: fa8e1b3cdd7802119afad790e3b92b4d89f7736f (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
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

A11Y_MANIFESTS += [
    "a11y.toml",
    "actions/a11y.toml",
    "aom/a11y.toml",
    "attributes/a11y.toml",
    "bounds/a11y.toml",
    "elm/a11y.toml",
    "events/a11y.toml",
    "events/docload/a11y.toml",
    "focus/a11y.toml",
    "hittest/a11y.toml",
    "hyperlink/a11y.toml",
    "hypertext/a11y.toml",
    "name/a11y.toml",
    "relations/a11y.toml",
    "role/a11y.toml",
    "scroll/a11y.toml",
    "selectable/a11y.toml",
    "states/a11y.toml",
    "table/a11y.toml",
    "text/a11y.toml",
    "textattrs/a11y.toml",
    "textcaret/a11y.toml",
    "textrange/a11y.toml",
    "textselection/a11y.toml",
    "tree/a11y.toml",
    "treeupdate/a11y.toml",
    "value/a11y.toml",
]