From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- intl/l10n/test/mochitest/chrome.ini | 6 ++ .../localization/test_formatMessages.html | 101 +++++++++++++++++++++ .../mochitest/localization/test_formatValue.html | 81 +++++++++++++++++ .../mochitest/localization/test_formatValues.html | 85 +++++++++++++++++ 4 files changed, 273 insertions(+) create mode 100644 intl/l10n/test/mochitest/chrome.ini create mode 100644 intl/l10n/test/mochitest/localization/test_formatMessages.html create mode 100644 intl/l10n/test/mochitest/localization/test_formatValue.html create mode 100644 intl/l10n/test/mochitest/localization/test_formatValues.html (limited to 'intl/l10n/test/mochitest') diff --git a/intl/l10n/test/mochitest/chrome.ini b/intl/l10n/test/mochitest/chrome.ini new file mode 100644 index 0000000000..1b18537cc6 --- /dev/null +++ b/intl/l10n/test/mochitest/chrome.ini @@ -0,0 +1,6 @@ +[localization/test_formatValue.html] +skip-if = debug # Intentionally triggers a debug assert for missing Fluent arguments. +[localization/test_formatValues.html] +skip-if = debug # Intentionally triggers a debug assert for missing Fluent arguments. +[localization/test_formatMessages.html] +skip-if = debug # Intentionally triggers a debug assert for missing Fluent arguments. diff --git a/intl/l10n/test/mochitest/localization/test_formatMessages.html b/intl/l10n/test/mochitest/localization/test_formatMessages.html new file mode 100644 index 0000000000..6e5a9f3f41 --- /dev/null +++ b/intl/l10n/test/mochitest/localization/test_formatMessages.html @@ -0,0 +1,101 @@ + + + + + Test Localization.prototype.formatMessages API + + + + + + + diff --git a/intl/l10n/test/mochitest/localization/test_formatValue.html b/intl/l10n/test/mochitest/localization/test_formatValue.html new file mode 100644 index 0000000000..e1ee02fa7a --- /dev/null +++ b/intl/l10n/test/mochitest/localization/test_formatValue.html @@ -0,0 +1,81 @@ + + + + + Test Localization.prototype.formatValue API + + + + + + + diff --git a/intl/l10n/test/mochitest/localization/test_formatValues.html b/intl/l10n/test/mochitest/localization/test_formatValues.html new file mode 100644 index 0000000000..819d418b2e --- /dev/null +++ b/intl/l10n/test/mochitest/localization/test_formatValues.html @@ -0,0 +1,85 @@ + + + + + Test Localization.prototype.formatValues API + + + + + + + -- cgit v1.2.3