From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- layout/mathml/tests/chrome.ini | 6 + layout/mathml/tests/file_bug706406_iframe.html | 61 ++++++ layout/mathml/tests/file_disabled_iframe.html | 33 +++ layout/mathml/tests/mathml_example_test.html | 28 +++ layout/mathml/tests/mochitest.ini | 14 ++ layout/mathml/tests/test_bug330964.html | 98 +++++++++ layout/mathml/tests/test_bug553917.html | 221 +++++++++++++++++++++ layout/mathml/tests/test_bug706406.html | 19 ++ layout/mathml/tests/test_bug827713-2.html | 123 ++++++++++++ layout/mathml/tests/test_disabled.html | 23 +++ layout/mathml/tests/test_disabled_chrome.html | 51 +++++ layout/mathml/tests/test_opentype-axis-height.html | 58 ++++++ layout/mathml/tests/test_opentype-limits.html | 68 +++++++ 13 files changed, 803 insertions(+) create mode 100644 layout/mathml/tests/chrome.ini create mode 100644 layout/mathml/tests/file_bug706406_iframe.html create mode 100644 layout/mathml/tests/file_disabled_iframe.html create mode 100644 layout/mathml/tests/mathml_example_test.html create mode 100644 layout/mathml/tests/mochitest.ini create mode 100644 layout/mathml/tests/test_bug330964.html create mode 100644 layout/mathml/tests/test_bug553917.html create mode 100644 layout/mathml/tests/test_bug706406.html create mode 100644 layout/mathml/tests/test_bug827713-2.html create mode 100644 layout/mathml/tests/test_disabled.html create mode 100644 layout/mathml/tests/test_disabled_chrome.html create mode 100644 layout/mathml/tests/test_opentype-axis-height.html create mode 100644 layout/mathml/tests/test_opentype-limits.html (limited to 'layout/mathml/tests') diff --git a/layout/mathml/tests/chrome.ini b/layout/mathml/tests/chrome.ini new file mode 100644 index 0000000000..0885f4c6b3 --- /dev/null +++ b/layout/mathml/tests/chrome.ini @@ -0,0 +1,6 @@ +[DEFAULT] + +support-files = + mathml_example_test.html + +[test_disabled_chrome.html] diff --git a/layout/mathml/tests/file_bug706406_iframe.html b/layout/mathml/tests/file_bug706406_iframe.html new file mode 100644 index 0000000000..e1fd3f7423 --- /dev/null +++ b/layout/mathml/tests/file_bug706406_iframe.html @@ -0,0 +1,61 @@ + + + + + + 1 + 2 + + +
+
+
diff --git a/layout/mathml/tests/file_disabled_iframe.html b/layout/mathml/tests/file_disabled_iframe.html new file mode 100644 index 0000000000..24ff4847ae --- /dev/null +++ b/layout/mathml/tests/file_disabled_iframe.html @@ -0,0 +1,33 @@ + + +
hi there
+
+
+
diff --git a/layout/mathml/tests/mathml_example_test.html b/layout/mathml/tests/mathml_example_test.html new file mode 100644 index 0000000000..6eee75d013 --- /dev/null +++ b/layout/mathml/tests/mathml_example_test.html @@ -0,0 +1,28 @@ + + + + O + O + + + O + O + + + O + O + O + + + O + O + O + + O + O + + + + + + diff --git a/layout/mathml/tests/mochitest.ini b/layout/mathml/tests/mochitest.ini new file mode 100644 index 0000000000..f5aec6be3d --- /dev/null +++ b/layout/mathml/tests/mochitest.ini @@ -0,0 +1,14 @@ +[DEFAULT] +support-files = + file_disabled_iframe.html + file_bug706406_iframe.html + +[test_bug330964.html] +[test_bug553917.html] +[test_bug706406.html] +disabled = bug 1789349 +[test_bug827713-2.html] +[test_disabled.html] +[test_opentype-axis-height.html] +[test_opentype-limits.html] +skip-if = os == "win" # Fails on WinXP diff --git a/layout/mathml/tests/test_bug330964.html b/layout/mathml/tests/test_bug330964.html new file mode 100644 index 0000000000..84da15194e --- /dev/null +++ b/layout/mathml/tests/test_bug330964.html @@ -0,0 +1,98 @@ + + + + + Test for Bug 706406 + + + + +Mozilla Bug 330964 +

+ + + + + + X + + + X + + + X + + + + + X + + + X + + + X + + + + + X + + + X + + + X + + + + + +
+
+
+ + diff --git a/layout/mathml/tests/test_bug553917.html b/layout/mathml/tests/test_bug553917.html new file mode 100644 index 0000000000..0992e6708d --- /dev/null +++ b/layout/mathml/tests/test_bug553917.html @@ -0,0 +1,221 @@ + + + + + Test for Bug 553917 + + + + + + + Mozilla Bug 553917 + + + + + + + + + + + + + + + + + + + + + + + + + + + + 12 + 12 + 12 + + + + + + + + + + + + + + + + + + xy + + diff --git a/layout/mathml/tests/test_bug706406.html b/layout/mathml/tests/test_bug706406.html new file mode 100644 index 0000000000..72e7872844 --- /dev/null +++ b/layout/mathml/tests/test_bug706406.html @@ -0,0 +1,19 @@ + + + + + + + +Mozilla Bug 706406 + +
+
+
+ + diff --git a/layout/mathml/tests/test_bug827713-2.html b/layout/mathml/tests/test_bug827713-2.html new file mode 100644 index 0000000000..8143bc0493 --- /dev/null +++ b/layout/mathml/tests/test_bug827713-2.html @@ -0,0 +1,123 @@ + + + + + Test for error handling aspect of Bug 827713 + + + + + + + Mozilla Bug 827713 + + + + + + + + + + + + + + + + + + a + + a + + + + + + + + + + + + + + b + c + + a + + + + diff --git a/layout/mathml/tests/test_disabled.html b/layout/mathml/tests/test_disabled.html new file mode 100644 index 0000000000..f0c62ec994 --- /dev/null +++ b/layout/mathml/tests/test_disabled.html @@ -0,0 +1,23 @@ + + + + + + + + +Mozilla Bug 166235 + +
+
+
+ + + diff --git a/layout/mathml/tests/test_disabled_chrome.html b/layout/mathml/tests/test_disabled_chrome.html new file mode 100644 index 0000000000..af97f2d430 --- /dev/null +++ b/layout/mathml/tests/test_disabled_chrome.html @@ -0,0 +1,51 @@ + + + + + + + + + +Mozilla Bug 166235 +
hi there
+
+
+
+ + + diff --git a/layout/mathml/tests/test_opentype-axis-height.html b/layout/mathml/tests/test_opentype-axis-height.html new file mode 100644 index 0000000000..f65e276253 --- /dev/null +++ b/layout/mathml/tests/test_opentype-axis-height.html @@ -0,0 +1,58 @@ + + + + Open Type MATH - axis-height + + + + + + + + + + Mozilla Bug 961365 + + +

+ +

+ + + + + + + + +

+ + + diff --git a/layout/mathml/tests/test_opentype-limits.html b/layout/mathml/tests/test_opentype-limits.html new file mode 100644 index 0000000000..56d30fd738 --- /dev/null +++ b/layout/mathml/tests/test_opentype-limits.html @@ -0,0 +1,68 @@ + + + + Open Type MATH - limits + + + + + + + + + + + Mozilla Bug 961365 + + +

+ +

+ + + + + + + ~ + + + + + + + ~ + + +

+ + + -- cgit v1.2.3