summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/mathml/rtl
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/mozilla/tests/mathml/rtl')
-rw-r--r--testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-001-ref.html3
-rw-r--r--testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-001.html6
-rw-r--r--testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-002-ref.html3
-rw-r--r--testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-002.html6
-rw-r--r--testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-003-ref.html3
-rw-r--r--testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-003.html6
-rw-r--r--testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-004-ref.html3
-rw-r--r--testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-004.html6
-rw-r--r--testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-005-ref.html3
-rw-r--r--testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-005.html6
-rw-r--r--testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-006-ref.html3
-rw-r--r--testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-006.html6
-rw-r--r--testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-007-ref.html3
-rw-r--r--testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-007.html6
-rw-r--r--testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-008-ref.html3
-rw-r--r--testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-008.html6
-rw-r--r--testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-009-ref.html3
-rw-r--r--testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-009.html6
18 files changed, 81 insertions, 0 deletions
diff --git a/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-001-ref.html b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-001-ref.html
new file mode 100644
index 0000000000..9430d2d7f9
--- /dev/null
+++ b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-001-ref.html
@@ -0,0 +1,3 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<math><mo>(</mo></math>
diff --git a/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-001.html b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-001.html
new file mode 100644
index 0000000000..38a322f725
--- /dev/null
+++ b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-001.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=208309">
+<link rel="mismatch" href="mirror-op-001-ref.html">
+<meta name="assert" content="fence is mirrored in RTL mode">
+<math dir="rtl"><mo>(</mo></math>
diff --git a/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-002-ref.html b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-002-ref.html
new file mode 100644
index 0000000000..2273b3a1e5
--- /dev/null
+++ b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-002-ref.html
@@ -0,0 +1,3 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<math><mo>)</mo></math>
diff --git a/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-002.html b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-002.html
new file mode 100644
index 0000000000..82f0b0d669
--- /dev/null
+++ b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-002.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=208309">
+<link rel="mismatch" href="mirror-op-002-ref.html">
+<meta name="assert" content="fence is mirrored in RTL mode">
+<math dir="rtl"><mo>)</mo></math>
diff --git a/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-003-ref.html b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-003-ref.html
new file mode 100644
index 0000000000..83522ce6bd
--- /dev/null
+++ b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-003-ref.html
@@ -0,0 +1,3 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<math><mo>[</mo></math>
diff --git a/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-003.html b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-003.html
new file mode 100644
index 0000000000..773f44a71d
--- /dev/null
+++ b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-003.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=208309">
+<link rel="mismatch" href="mirror-op-003-ref.html">
+<meta name="assert" content="fence is mirrored in RTL mode">
+<math dir="rtl"><mo>[</mo></math>
diff --git a/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-004-ref.html b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-004-ref.html
new file mode 100644
index 0000000000..1bc501a43e
--- /dev/null
+++ b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-004-ref.html
@@ -0,0 +1,3 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<math><mo>]</mo></math>
diff --git a/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-004.html b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-004.html
new file mode 100644
index 0000000000..0292d8e976
--- /dev/null
+++ b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-004.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=208309">
+<link rel="mismatch" href="mirror-op-004-ref.html">
+<meta name="assert" content="fence is mirrored in RTL mode">
+<math dir="rtl"><mo>]</mo></math>
diff --git a/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-005-ref.html b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-005-ref.html
new file mode 100644
index 0000000000..5dec3e3c0a
--- /dev/null
+++ b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-005-ref.html
@@ -0,0 +1,3 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<math><mo>{</mo></math>
diff --git a/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-005.html b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-005.html
new file mode 100644
index 0000000000..121928e03f
--- /dev/null
+++ b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-005.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=208309">
+<link rel="mismatch" href="mirror-op-005-ref.html">
+<meta name="assert" content="fence is mirrored in RTL mode">
+<math dir="rtl"><mo>{</mo></math>
diff --git a/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-006-ref.html b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-006-ref.html
new file mode 100644
index 0000000000..765c29e858
--- /dev/null
+++ b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-006-ref.html
@@ -0,0 +1,3 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<math><mo>}</mo></math>
diff --git a/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-006.html b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-006.html
new file mode 100644
index 0000000000..431e636ba9
--- /dev/null
+++ b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-006.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=208309">
+<link rel="mismatch" href="mirror-op-006-ref.html">
+<meta name="assert" content="fence is mirrored in RTL mode">
+<math dir="rtl"><mo>}</mo></math>
diff --git a/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-007-ref.html b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-007-ref.html
new file mode 100644
index 0000000000..efe4bf1f89
--- /dev/null
+++ b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-007-ref.html
@@ -0,0 +1,3 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<math><mo>∑</mo></math>
diff --git a/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-007.html b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-007.html
new file mode 100644
index 0000000000..4266e71a97
--- /dev/null
+++ b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-007.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=208309">
+<link rel="mismatch" href="mirror-op-007-ref.html">
+<meta name="assert" content="sum is mirrored in RTL mode">
+<math dir="rtl"><mo>∑</mo></math>
diff --git a/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-008-ref.html b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-008-ref.html
new file mode 100644
index 0000000000..813900251d
--- /dev/null
+++ b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-008-ref.html
@@ -0,0 +1,3 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<math><mo>√</mo></math>
diff --git a/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-008.html b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-008.html
new file mode 100644
index 0000000000..edee9f5f14
--- /dev/null
+++ b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-008.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=208309">
+<link rel="mismatch" href="mirror-op-008-ref.html">
+<meta name="assert" content="square root is mirrored in RTL mode">
+<math dir="rtl"><mo>√</mo></math>
diff --git a/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-009-ref.html b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-009-ref.html
new file mode 100644
index 0000000000..efc9648228
--- /dev/null
+++ b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-009-ref.html
@@ -0,0 +1,3 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<math><mo>∫</mo></math>
diff --git a/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-009.html b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-009.html
new file mode 100644
index 0000000000..d90e4701a3
--- /dev/null
+++ b/testing/web-platform/mozilla/tests/mathml/rtl/mirror-op-009.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=208309">
+<link rel="mismatch" href="mirror-op-009-ref.html">
+<meta name="assert" content="integral is mirrored in RTL mode">
+<math dir="rtl"><mo>∫</mo></math>