summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mo-lspace-rspace-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/mathml/mo-lspace-rspace-2.html')
-rw-r--r--layout/reftests/mathml/mo-lspace-rspace-2.html377
1 files changed, 377 insertions, 0 deletions
diff --git a/layout/reftests/mathml/mo-lspace-rspace-2.html b/layout/reftests/mathml/mo-lspace-rspace-2.html
new file mode 100644
index 000000000..6f0fc5271
--- /dev/null
+++ b/layout/reftests/mathml/mo-lspace-rspace-2.html
@@ -0,0 +1,377 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>mo-lspace-rspace</title>
+ <style type="text/css">
+ mo,td {
+ background-color: red;
+ }
+ msub, mfrac, msup, msubsup, mmultiscripts,
+ mover, munder, munderover, mpadded, merror
+ {
+ background-color: blue
+ }
+ math[display]
+ {
+ background-color: blue
+ }
+ </style>
+ </head>
+ <body>
+
+ <p>
+ No lspace or rspace added:
+ </p>
+ <p>
+ <math>
+ <mrow>
+ <mo>%</mo>
+ </mrow>
+ </math>
+ <math>
+ <mfrac>
+ <mo>%</mo>
+ <mo>%</mo>
+ </mfrac>
+ </math>
+ <math>
+ <msqrt>
+ <mo>%</mo>
+ </msqrt>
+ </math>
+ <math>
+ <mroot>
+ <mo>%</mo>
+ <mo>%</mo>
+ </mroot>
+ </math>
+ <math>
+ <mstyle>
+ <mo>%</mo>
+ </mstyle>
+ </math>
+ </p>
+
+ <p>
+ <table>
+ <tr>
+ <td>
+ <math>
+ <mphantom>
+ <mo>%</mo>
+ </mphantom>
+ </math>
+ </td>
+ </tr>
+ </table>
+ </p>
+
+ <p>
+ <math>
+ <menclose notation="circle">
+ <mo>%</mo>
+ </menclose>
+ </math>
+ <math>
+ <msub>
+ <mo>%</mo>
+ <mo>%</mo>
+ </msub>
+ </math>
+ <math>
+ <msup>
+ <mo>%</mo>
+ <mo>%</mo>
+ </msup>
+ </math>
+ <math>
+ <msubsup>
+ <mo>%</mo>
+ <mo>%</mo>
+ <mo>%</mo>
+ </msubsup>
+ </math>
+ <math>
+ <munder>
+ <mo>%</mo>
+ <mo>%</mo>
+ </munder>
+ </math>
+ <math>
+ <mover>
+ <mo>%</mo>
+ <mo>%</mo>
+ </mover>
+ </math>
+ <math>
+ <munderover>
+ <mo>%</mo>
+ <mo>%</mo>
+ <mo>%</mo>
+ </munderover>
+ </math>
+ </p>
+
+ <p>
+ <math>
+ <mmultiscripts>
+ <mo>%</mo>
+ <mo>%</mo>
+ <mo>%</mo>
+ <mprescripts/>
+ <mo>%</mo>
+ <mo>%</mo>
+ </mmultiscripts>
+ </math>
+ <math>
+ <mtable>
+ <mtr>
+ <mtd>
+ <mo>%</mo>
+ </mtd>
+ </mtr>
+ </mtable>
+ </math>
+ <math>
+ <mo>%</mo>
+ </math>
+ <math>
+ <msub>
+ <mrow>
+ <mo>%</mo>
+ </mrow>
+ <mo>%</mo>
+ </msub>
+ </math>
+ </p>
+
+ <p>
+ <math>
+ <msub>
+ <msub>
+ <mo>%</mo>
+ <mo>%</mo>
+ </msub>
+ <mo>%</mo>
+ </msub>
+ </math>
+ <math>
+ <munder>
+ <munder>
+ <mo>%</mo>
+ <mo>%</mo>
+ </munder>
+ <mo>%</mo>
+ </munder>
+ </math>
+ <math>
+ <mfrac>
+ <mfrac>
+ <mo>%</mo>
+ <mo>%</mo>
+ </mfrac>
+ <mo>%</mo>
+ </mfrac>
+ </math>
+ </p>
+ <p>
+ <math>
+ <menclose notation="circle">
+ <mo>%</mo>
+ </menclose>
+ <menclose notation="circle">
+ <mo>%</mo>
+ </menclose>
+ <mroot>
+ <mo>%</mo>
+ <mo>%</mo>
+ </mroot>
+ </math>
+ <math>
+ <mpadded height="+1em">
+ <mo>%</mo>
+ </mpadded>
+ </math>
+ <math>
+ <merror>
+ <mo>%</mo>
+ </merror>
+ </math>
+ </p>
+
+ <math display="block">
+ <mo>%</mo>
+ </math>
+
+ <p>
+ lspace and rspace rendered as appropriate
+ </p>
+ <p>
+ <math>
+ <mrow>
+ <mo>%</mo>
+ </mrow>
+ <mfrac>
+ <mo>%</mo>
+ <mo>%</mo>
+ </mfrac>
+ <msqrt>
+ <mo>%</mo>
+ </msqrt>
+ <mstyle>
+ <mo>%</mo>
+ </mstyle>
+ </math>
+ </p>
+
+ <p>
+ <table>
+ <tr>
+ <td>
+ <math>
+ <mphantom>
+ <mo>%</mo>
+ <mo>%</mo>
+ </mphantom>
+ </math>
+ </td>
+ </tr>
+ </table>
+ </p>
+
+ <p>
+ <math>
+ <mfenced>
+ <mo>%</mo>
+ </mfenced>
+ </math>
+ <math>
+ <mfenced>
+ <mo>%</mo>
+ <mo>%</mo>
+ </mfenced>
+ <menclose notation="circle">
+ <mo>%</mo>
+ <mo>%</mo>
+ </menclose>
+ <msub>
+ <mo>%</mo>
+ <mo>%</mo>
+ </msub>
+ <msup>
+ <mo>%</mo>
+ <mo>%</mo>
+ </msup>
+ <msubsup>
+ <mo>%</mo>
+ <mo>%</mo>
+ <mo>%</mo>
+ </msubsup>
+ <munder>
+ <mo>%</mo>
+ <mo>%</mo>
+ </munder>
+ <mover>
+ <mo>%</mo>
+ <mo>%</mo>
+ </mover>
+ <munderover>
+ <mo>%</mo>
+ <mo>%</mo>
+ <mo>%</mo>
+ </munderover>
+ </math>
+ </p>
+
+ <p>
+ <math>
+ <mmultiscripts>
+ <mo>%</mo>
+ <mo>%</mo>
+ <mo>%</mo>
+ <mprescripts/>
+ <mo>%</mo>
+ <mo>%</mo>
+ </mmultiscripts>
+ <mtable>
+ <mtr>
+ <mtd>
+ <mo>%</mo>
+ <mo>%</mo>
+ </mtd>
+ </mtr>
+ </mtable>
+ <mo>%</mo>
+ <msub>
+ <mrow>
+ <mo>%</mo>
+ </mrow>
+ <mo>%</mo>
+ </msub>
+ <msub>
+ <mrow>
+ <mo>%</mo>
+ <mo>%</mo>
+ </mrow>
+ <mo>%</mo>
+ </msub>
+ </math>
+ </p>
+
+ <p>
+ <math>
+ <msub>
+ <msub>
+ <mo>%</mo>
+ <mo>%</mo>
+ </msub>
+ <mo>%</mo>
+ </msub>
+ <munder>
+ <munder>
+ <mo>%</mo>
+ <mo>%</mo>
+ </munder>
+ <mo>%</mo>
+ </munder>
+ <mfrac>
+ <mfrac>
+ <mo>%</mo>
+ <mo>%</mo>
+ </mfrac>
+ <mo>%</mo>
+ </mfrac>
+ </math>
+ </p>
+
+ <p>
+ <math>
+ <mrow>
+ <mo>%</mo>
+ <mo>%</mo>
+ <mpadded height="+1em">
+ <mo>%</mo>
+ </mpadded>
+ </mrow>
+ </math>
+ <math>
+ <mpadded height="+1em">
+ <mo>%</mo>
+ <mo>%</mo>
+ </mpadded>
+ </math>
+ <math>
+ <merror>
+ <mo>%</mo>
+ <mo>%</mo>
+ </merror>
+ </math>
+ </p>
+
+ <math display="block">
+ <mo>%</mo>
+ <mo>%</mo>
+ </math>
+
+ </body>
+</html>