summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/munderover-align-accent-true.html
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /layout/reftests/mathml/munderover-align-accent-true.html
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'layout/reftests/mathml/munderover-align-accent-true.html')
-rw-r--r--layout/reftests/mathml/munderover-align-accent-true.html191
1 files changed, 191 insertions, 0 deletions
diff --git a/layout/reftests/mathml/munderover-align-accent-true.html b/layout/reftests/mathml/munderover-align-accent-true.html
new file mode 100644
index 000000000..eb918b21f
--- /dev/null
+++ b/layout/reftests/mathml/munderover-align-accent-true.html
@@ -0,0 +1,191 @@
+<!DOCTYPE html>
+<html>
+ <head><title></title></head>
+ <body>
+ <h2> Test with accent="true" </h2>
+ <table border="1">
+ <tr>
+ <td align="center"></td>
+ <th colspan="4">munderover</th>
+ </tr>
+ <tr>
+ <td align="center"></td>
+ <td align="center"><math><mrow>
+ <mi>Over</mi>
+ <mo>&lt;</mo>
+ <mi>Base</mi>
+ <mo>&lt;</mo>
+ <mi>Under<mi>
+ </mrow></math>
+ </td>
+ <td align="center">
+ <math><mrow>
+ <mi>Over</mi>
+ <mo>&gt;</mo>
+ <mi>Base</mi>
+ <mo>&gt;</mo>
+ <mi>Under</mi>
+ </mrow></math>
+ </td>
+ <td align="center">
+ <math><mrow>
+ <mi>Over = Under</mi>
+ <mo>&lt;</mo>
+ <mi>Base</mi>
+ </mrow></math>
+ </td>
+ <td align="center"><math><mrow>
+ <mi>Over = Under</mi>
+ <mo>&gt;</mo>
+ <mi>Base</mi>
+ </mrow></math></td>
+ </tr>
+ <tr>
+ <th>
+ align="left"
+ </th>
+ <td align="center">
+ <math>
+ <munderover align="left" accent="true" accentunder="true">
+ <mspace height="15px" width="50px" mathbackground="blue"/>
+ <mspace height="15px" width="75px" mathbackground="red"/>
+ <mspace height="15px" width="25px" mathbackground="red"/>
+ </munderover>
+ </math>
+ </td>
+ <td align="center">
+ <math>
+ <munderover align="left" accent="true" accentunder="true">
+ <mspace height="15px" width="50px" mathbackground="blue"/>
+ <mspace height="15px" width="25px" mathbackground="red"/>
+ <mspace height="15px" width="75px" mathbackground="red"/>
+ </munderover>
+ </math>
+ </td>
+ <td align="center">
+ <math>
+ <munderover align="left" accent="true" accentunder="true">
+ <mspace height="15px" width="75px" mathbackground="blue"/>
+ <mspace height="15px" width="25px" mathbackground="red"/>
+ <mspace height="15px" width="25px" mathbackground="red"/>
+ </munderover>
+ </math>
+ </td>
+ <td align="center">
+ <math>
+ <munderover align="left" accent="true" accentunder="true">
+ <mspace height="15px" width="25px" mathbackground="blue"/>
+ <mspace height="15px" width="75px" mathbackground="red"/>
+ <mspace height="15px" width="75px" mathbackground="red"/>
+ </munderover>
+ </math>
+ </td>
+ </tr>
+ <tr>
+ <th>
+ align="right"
+ </th>
+ <td align="center">
+ <math>
+ <munderover align="right" accent="true" accentunder="true">
+ <mspace height="15px" width="50px" mathbackground="blue"/>
+ <mspace height="15px" width="75px" mathbackground="red"/>
+ <mspace height="15px" width="25px" mathbackground="red"/>
+ </munderover>
+ </math>
+ </td>
+ <td align="center">
+ <math>
+ <munderover align="right" accent="true" accentunder="true">
+ <mspace height="15px" width="50px" mathbackground="blue"/>
+ <mspace height="15px" width="25px" mathbackground="red"/>
+ <mspace height="15px" width="75px" mathbackground="red"/>
+ </munderover>
+ </math>
+ </td>
+ <td align="center">
+ <math>
+ <munderover align="right" accent="true" accentunder="true">
+ <mspace height="15px" width="75px" mathbackground="blue"/>
+ <mspace height="15px" width="25px" mathbackground="red"/>
+ <mspace height="15px" width="25px" mathbackground="red"/>
+ </munderover>
+ </math>
+ </td>
+ <td align="center">
+ <math>
+ <munderover align="right" accent="true" accentunder="true">
+ <mspace height="15px" width="25px" mathbackground="blue"/>
+ <mspace height="15px" width="75px" mathbackground="red"/>
+ <mspace height="15px" width="75px" mathbackground="red"/>
+ </munderover>
+ </math>
+ </td>
+ </tr>
+ <tr>
+ <th>
+ align="center"
+ </th>
+ <td align="center">
+ <math>
+ <munderover align="center" accent="true" accentunder="true">
+ <mspace height="15px" width="50px" mathbackground="blue"/>
+ <mspace height="15px" width="75px" mathbackground="red"/>
+ <mspace height="15px" width="25px" mathbackground="red"/>
+ </munderover>
+ </math>
+ </td>
+ <td align="center">
+ <math>
+ <munderover align="center" accent="true" accentunder="true">
+ <mspace height="15px" width="50px" mathbackground="blue"/>
+ <mspace height="15px" width="25px" mathbackground="red"/>
+ <mspace height="15px" width="75px" mathbackground="red"/>
+ </munderover>
+ </math>
+ </td>
+ <td align="center">
+ <math>
+ <munderover align="center" accent="true" accentunder="true">
+ <mspace height="15px" width="75px" mathbackground="blue"/>
+ <mspace height="15px" width="25px" mathbackground="red"/>
+ <mspace height="15px" width="25px" mathbackground="red"/>
+ </munderover>
+ </math>
+ </td>
+ <td align="center">
+ <math>
+ <munderover align="center" accent="true" accentunder="true">
+ <mspace height="15px" width="25px" mathbackground="blue"/>
+ <mspace height="15px" width="75px" mathbackground="red"/>
+ <mspace height="15px" width="75px" mathbackground="red"/>
+ </munderover>
+ </math>
+ </td>
+ </tr>
+ </table>
+ <table>
+ <tr>
+ <th>
+ <h5>Under & Over</h5>
+
+ <math>
+ <mrow>
+ <mspace height="15px" width="25px" mathbackground="red"/>
+ </mrow>
+ </math>
+ </th>
+ <th>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
+ <th>
+ <h5>Base</h5>
+
+ <math>
+ <mrow>
+ <mspace height="15px" width="25px" mathbackground="blue"/>
+ </mrow>
+ </math>
+ </th>
+ </tr>
+ </table>
+ </body>
+</html>