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 --- .../spaces/mspace-children-ref.html | 11 + .../spaces/mspace-children.html | 13 + .../spaces/mspace-percentage-001-ref.html | 18 + .../spaces/mspace-percentage-001.html | 33 ++ .../spaces/mspace-width-height-001.html | 113 ++++++ .../mathml/presentation-markup/spaces/space-1.html | 150 +++++++ .../presentation-markup/spaces/space-2-ref.html | 15 + .../mathml/presentation-markup/spaces/space-2.html | 42 ++ .../presentation-markup/spaces/space-like-001.html | 340 ++++++++++++++++ .../presentation-markup/spaces/space-like-002.html | 174 ++++++++ .../presentation-markup/spaces/space-like-003.html | 252 ++++++++++++ .../presentation-markup/spaces/space-like-004.html | 446 +++++++++++++++++++++ .../spaces/space-vertical-align.tentative-ref.html | 15 + .../spaces/space-vertical-align.tentative.html | 22 + 14 files changed, 1644 insertions(+) create mode 100644 testing/web-platform/tests/mathml/presentation-markup/spaces/mspace-children-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/spaces/mspace-children.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/spaces/mspace-percentage-001-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/spaces/mspace-percentage-001.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/spaces/mspace-width-height-001.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/spaces/space-1.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/spaces/space-2-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/spaces/space-2.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/spaces/space-like-001.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/spaces/space-like-002.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/spaces/space-like-003.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/spaces/space-like-004.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/spaces/space-vertical-align.tentative-ref.html create mode 100644 testing/web-platform/tests/mathml/presentation-markup/spaces/space-vertical-align.tentative.html (limited to 'testing/web-platform/tests/mathml/presentation-markup/spaces') diff --git a/testing/web-platform/tests/mathml/presentation-markup/spaces/mspace-children-ref.html b/testing/web-platform/tests/mathml/presentation-markup/spaces/mspace-children-ref.html new file mode 100644 index 0000000000..ae74024c2f --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/spaces/mspace-children-ref.html @@ -0,0 +1,11 @@ + + + + +space (reference) + + +

Test passes if you see a green square and no text.

+ + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/spaces/mspace-children.html b/testing/web-platform/tests/mathml/presentation-markup/spaces/mspace-children.html new file mode 100644 index 0000000000..8520f83d24 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/spaces/mspace-children.html @@ -0,0 +1,13 @@ + + + +space + + + + + +

Test passes if you see a green square and no text.

+ Text Node x + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/spaces/mspace-percentage-001-ref.html b/testing/web-platform/tests/mathml/presentation-markup/spaces/mspace-percentage-001-ref.html new file mode 100644 index 0000000000..da4f1dd397 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/spaces/mspace-percentage-001-ref.html @@ -0,0 +1,18 @@ + + + + + mspace percentages (reference) + + + +

This test passes if there is a green square with no red.

+ + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/spaces/mspace-percentage-001.html b/testing/web-platform/tests/mathml/presentation-markup/spaces/mspace-percentage-001.html new file mode 100644 index 0000000000..758429e1db --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/spaces/mspace-percentage-001.html @@ -0,0 +1,33 @@ + + + + + mspace percentages + + + + + + +

This test passes if there is a green square with no red.

+ + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/spaces/mspace-width-height-001.html b/testing/web-platform/tests/mathml/presentation-markup/spaces/mspace-width-height-001.html new file mode 100644 index 0000000000..52b3eaa190 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/spaces/mspace-width-height-001.html @@ -0,0 +1,113 @@ + + + + +Space + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/mathml/presentation-markup/spaces/space-1.html b/testing/web-platform/tests/mathml/presentation-markup/spaces/space-1.html new file mode 100644 index 0000000000..4cb2a58a3c --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/spaces/space-1.html @@ -0,0 +1,150 @@ + + + + +Space + + + + + + + + +
+

+ + + + + + + + + + + + + + + + +

+
+
+ +
+
+

+ + + + + + +

+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/spaces/space-2-ref.html b/testing/web-platform/tests/mathml/presentation-markup/spaces/space-2-ref.html new file mode 100644 index 0000000000..5a8b39e189 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/spaces/space-2-ref.html @@ -0,0 +1,15 @@ + + + + +space (reference) + + +

Test passes if you see a green square and no red.

+
+
+
+
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/spaces/space-2.html b/testing/web-platform/tests/mathml/presentation-markup/spaces/space-2.html new file mode 100644 index 0000000000..640afb204f --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/spaces/space-2.html @@ -0,0 +1,42 @@ + + + + +space + + + + + +

Test passes if you see a green square and no red.

+
+ +
+ + + + + + + + + + + + + +
+ +
+
+
+
+
+
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/spaces/space-like-001.html b/testing/web-platform/tests/mathml/presentation-markup/spaces/space-like-001.html new file mode 100644 index 0000000000..60e81095ad --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/spaces/space-like-001.html @@ -0,0 +1,340 @@ + + + + +Space-like elements + + + + + + + + + + + + +
+

+ + X + + + X + X + + X + +

+

+ + X + + + + X + + X + +

+

+ + X + + + + X + + + X + + X + +

+

+ + X + + + + X + + + X + + X + +

+

+ + X + + + + X + + + X + + X + +

+

+ + X + + + + X + + + X + + X + +

+

+ + X + + + + X + + + X + + X + +

+

+ + X + + + + X + + + X + + X + +

+

+ + X + + + + X + + + X + + X + +

+

+ + X + + + + X + + + X + + X + +

+

+ + X + + + + X + + + X + + X + +

+

+ + X + + + + X + + + X + + X + +

+

+ + X + + + + X + + + X + + X + +

+

+ + X + + + + X + + + X + + X + +

+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/spaces/space-like-002.html b/testing/web-platform/tests/mathml/presentation-markup/spaces/space-like-002.html new file mode 100644 index 0000000000..fba92adf23 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/spaces/space-like-002.html @@ -0,0 +1,174 @@ + + + + +Space-like elements + + + + + + + + + + + + +
+

+ + X + + + + X + STATUS MESSAGE + + X + + X + +

+

+ + X + + + + + X + + X + +

+

+ + X + + + + 1 + STATUS MESSAGE + + X + + X + +

+

+ + X + + + + X + TEXT ANNOTATION + + X + + X + +

+

+ + X + + + + + X + + X + +

+

+ + X + + + + 1 + TEXT ANNOTATION + + X + + X + +

+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/spaces/space-like-003.html b/testing/web-platform/tests/mathml/presentation-markup/spaces/space-like-003.html new file mode 100644 index 0000000000..5b693fb3c9 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/spaces/space-like-003.html @@ -0,0 +1,252 @@ + + + + +Non space-like elements + + + + + + + + + + + + +
+

+ + X + + + X + X + + X + + X + +

+

+ + X + + + X + X + + X + + X + +

+

+ + X + + X + X + + X + +

+

+ + X + + + X + X + X + + X + + X + +

+

+ + X + + X + X + + X + +

+

+ + X + + X + X + + X + +

+

+ + X + + + X + X + + X + + X + +

+

+ + X + + + X + X + + X + + X + +

+

+ + X + + X + X + + X + +

+

+ + X + + + X + X + X + + X + + X + +

+

+ + X + + + X + X + + X + + X + +

+

+ + X + + + X + X + + X + + X + +

+

+ + X + + + X + X + X + + X + + X + +

+

+ + X + + + X + + X + + X + +

+

+ + X + + + + + X + + + + X + + X + +

+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/spaces/space-like-004.html b/testing/web-platform/tests/mathml/presentation-markup/spaces/space-like-004.html new file mode 100644 index 0000000000..1e8cfaaaca --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/spaces/space-like-004.html @@ -0,0 +1,446 @@ + + + + +Space-like elements + + + + + + + + + + + + + +
+

+ + X + + + + X + + + X + X + + X + + + X + + X + + + X + + + + X + X + + + + + X + + + + X + + + X + X + + X + X + + + X + + + X + X + + + + + + X + + X + +

+

+ + 012 + X + 012 + + + + 012 + X + 012 + + 012 + + 012 + X + 012 + X + 012 + + 012 + X + 012 + + 012 + + 012 + X + 012 + + 012 + X + 012 + + 012 + + 012 + X + 012 + + 012 + + 012 + + 012 + X + 012 + X + 012 + + 012 + + 012 + + 012 + + 012 + X + 012 + + 012 + + 012 + + 012 + X + 012 + + 012 + + 012 + X + 012 + X + 012 + + 012 + X + 012 + X + 012 + + 012 + + 012 + X + 012 + + 012 + + 012 + X + 012 + X + 012 + + 012 + + 012 + + 012 + + 012 + + 012 + X + 012 + + 012 + X + 012 + +

+

+ + X + + + + X + + + X + X + + X + + + X + + X + + + X + + + + X + X + + + + + X + + + + X + + + X + X + + X + X + + + X + + + X + X + + + + + + X + + X + +

+

+ + 012 + X + 012 + + + + 012 + X + 012 + + 012 + + 012 + X + 012 + X + 012 + + 012 + X + 012 + + 012 + + 012 + X + 012 + + 012 + X + 012 + + 012 + + 012 + X + 012 + + 012 + + 012 + + 012 + X + 012 + X + 012 + + 012 + + 012 + + 012 + + 012 + X + 012 + + 012 + + 012 + + 012 + X + 012 + + 012 + + 012 + X + 012 + X + 012 + + 012 + X + 012 + X + 012 + + 012 + + 012 + X + 012 + + 012 + + 012 + X + 012 + X + 012 + + 012 + + 012 + + 012 + + 012 + + 012 + X + 012 + + 012 + X + 012 + +

+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/spaces/space-vertical-align.tentative-ref.html b/testing/web-platform/tests/mathml/presentation-markup/spaces/space-vertical-align.tentative-ref.html new file mode 100644 index 0000000000..ed30edde96 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/spaces/space-vertical-align.tentative-ref.html @@ -0,0 +1,15 @@ + + + + +space and vertical-align (reference) + + +

Test passes if you see a green square.

+
+
+
+
+ + diff --git a/testing/web-platform/tests/mathml/presentation-markup/spaces/space-vertical-align.tentative.html b/testing/web-platform/tests/mathml/presentation-markup/spaces/space-vertical-align.tentative.html new file mode 100644 index 0000000000..359b12aa34 --- /dev/null +++ b/testing/web-platform/tests/mathml/presentation-markup/spaces/space-vertical-align.tentative.html @@ -0,0 +1,22 @@ + + + + +space and vertical-align + + + + + +

Test passes if you see a green square.

+
+
+ + + + +
+
+ + -- cgit v1.2.3