summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/semantics-1-ref.xhtml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:13:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:13:27 +0000
commit40a355a42d4a9444dc753c04c6608dade2f06a23 (patch)
tree871fc667d2de662f171103ce5ec067014ef85e61 /layout/reftests/mathml/semantics-1-ref.xhtml
parentAdding upstream version 124.0.1. (diff)
downloadfirefox-40a355a42d4a9444dc753c04c6608dade2f06a23.tar.xz
firefox-40a355a42d4a9444dc753c04c6608dade2f06a23.zip
Adding upstream version 125.0.1.upstream/125.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'layout/reftests/mathml/semantics-1-ref.xhtml')
-rw-r--r--layout/reftests/mathml/semantics-1-ref.xhtml66
1 files changed, 0 insertions, 66 deletions
diff --git a/layout/reftests/mathml/semantics-1-ref.xhtml b/layout/reftests/mathml/semantics-1-ref.xhtml
deleted file mode 100644
index f5a6d4d493..0000000000
--- a/layout/reftests/mathml/semantics-1-ref.xhtml
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
- <meta http-equiv="content-type"
- content="application/xhtml+xml; charset=utf-8" />
- <title>Various tests for semantics</title>
- <style>
- @font-face
- {
- font-family: Ahem;
- src: url(../fonts/Ahem.ttf);
- }
- math, p {
- font: 25px Ahem;
- }
- </style>
-</head>
-
-<body>
-<!-- displaystyle (bug 468059) -->
-<p><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
- <semantics>
- <mstyle displaystyle="true">
- <munderover>
- <mo movablelimits="true">pXp</mo>
- <mtext>XpXpXp</mtext>
- <mtext>XpXpXp</mtext>
- </munderover>
- </mstyle>
- </semantics>
-</math></p>
-
-<!-- unwanted whitespace (bug 512418) -->
-<p>XpXpXp<math xmlns="http://www.w3.org/1998/Math/MathML">
- <mrow>
- <mrow>
- <mo>lcm</mo>
- <mo>(</mo>
- <mn>a</mn>
- <mo>,</mo>
- <mn>b</mn>
- <mo>)</mo>
- </mrow>
- <mo>=</mo>
- <mfrac>
- <mrow>
- <mo>(</mo>
- <mn>a</mn>
- <mo>&#x2062;</mo>
- <mn>b</mn>
- <mo>)</mo>
- </mrow>
- <mrow>
- <mo>gcd</mo>
- <mo>(</mo>
- <mn>a</mn>
- <mo>,</mo>
- <mn>b</mn>
- <mo>)</mo>
- </mrow>
- </mfrac>
- </mrow>
-</math>XpXpXp</p>
-
-</body>
-</html>