summaryrefslogtreecommitdiffstats
path: root/testing/mozbase/moztest/tests/data/srcdir/apple
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mozbase/moztest/tests/data/srcdir/apple')
-rw-r--r--testing/mozbase/moztest/tests/data/srcdir/apple/a11y.toml3
-rw-r--r--testing/mozbase/moztest/tests/data/srcdir/apple/moz.build1
2 files changed, 4 insertions, 0 deletions
diff --git a/testing/mozbase/moztest/tests/data/srcdir/apple/a11y.toml b/testing/mozbase/moztest/tests/data/srcdir/apple/a11y.toml
new file mode 100644
index 0000000000..6cd19840bc
--- /dev/null
+++ b/testing/mozbase/moztest/tests/data/srcdir/apple/a11y.toml
@@ -0,0 +1,3 @@
+[DEFAULT]
+
+["test_a11y.html"]
diff --git a/testing/mozbase/moztest/tests/data/srcdir/apple/moz.build b/testing/mozbase/moztest/tests/data/srcdir/apple/moz.build
new file mode 100644
index 0000000000..f86a251ad9
--- /dev/null
+++ b/testing/mozbase/moztest/tests/data/srcdir/apple/moz.build
@@ -0,0 +1 @@
+A11Y_MANIFESTS += ["a11y.toml"]