summaryrefslogtreecommitdiffstats
path: root/dom/tests
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-05-03 21:45:55 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-05-03 21:45:55 +0200
commit1e06608c8498deba1330e616767a91f49faa3daf (patch)
treef71d4bd5e0b8a598a05b03838fdb10f38f072d00 /dom/tests
parent0221a30f859ab188247e05ca0ede28dc0adf561e (diff)
downloadUXP-1e06608c8498deba1330e616767a91f49faa3daf.tar
UXP-1e06608c8498deba1330e616767a91f49faa3daf.tar.gz
UXP-1e06608c8498deba1330e616767a91f49faa3daf.tar.lz
UXP-1e06608c8498deba1330e616767a91f49faa3daf.tar.xz
UXP-1e06608c8498deba1330e616767a91f49faa3daf.zip
Adjust tests for android-enabled Intl.
Diffstat (limited to 'dom/tests')
-rw-r--r--dom/tests/mochitest/general/test_interfaces.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/tests/mochitest/general/test_interfaces.html b/dom/tests/mochitest/general/test_interfaces.html
index 4b47d2b4f..98f3ffed0 100644
--- a/dom/tests/mochitest/general/test_interfaces.html
+++ b/dom/tests/mochitest/general/test_interfaces.html
@@ -63,7 +63,7 @@ var ecmaGlobals =
"Int32Array",
"Int8Array",
"InternalError",
- {name: "Intl", android: false},
+ "Intl",
"Iterator",
"JSON",
"Map",