mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
81
layout/reftests/mathml/dir-2-ref.html
Normal file
81
layout/reftests/mathml/dir-2-ref.html
Normal file
|
|
@ -0,0 +1,81 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head><title>Test dir=rtl</title></head>
|
||||
<body>
|
||||
<p>
|
||||
mfrac (numalign=left):
|
||||
<math>
|
||||
<mfrac numalign="left">
|
||||
<mspace width="25px" height="25px" mathbackground="red"/>
|
||||
<mspace width="75px" height="25px" mathbackground="green"/>
|
||||
</mfrac>
|
||||
</math>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
mfrac (numalign=right):
|
||||
<math>
|
||||
<mfrac numalign="right">
|
||||
<mspace width="25px" height="25px" mathbackground="red"/>
|
||||
<mspace width="75px" height="25px" mathbackground="green"/>
|
||||
</mfrac>
|
||||
</math>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
menclose:
|
||||
<math>
|
||||
<menclose>
|
||||
<mspace width="25px" height="25px" mathbackground="blue"/>
|
||||
<mspace width="25px" height="25px" mathbackground="green"/>
|
||||
<mspace width="25px" height="25px" mathbackground="red"/>
|
||||
</menclose>
|
||||
</math>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
menclose notation="left":
|
||||
<math>
|
||||
<menclose notation="left">
|
||||
<mspace width="25px" height="25px" mathbackground="blue"/>
|
||||
<mspace width="25px" height="25px" mathbackground="green"/>
|
||||
<mspace width="25px" height="25px" mathbackground="red"/>
|
||||
</menclose>
|
||||
</math>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
menclose notation="right":
|
||||
<math>
|
||||
<menclose notation="right">
|
||||
<mspace width="25px" height="25px" mathbackground="blue"/>
|
||||
<mspace width="25px" height="25px" mathbackground="green"/>
|
||||
<mspace width="25px" height="25px" mathbackground="red"/>
|
||||
</menclose>
|
||||
</math>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
menclose notation="updiagonalstrike":
|
||||
<math>
|
||||
<menclose notation="updiagonalstrike">
|
||||
<mspace width="25px" height="25px" mathbackground="blue"/>
|
||||
<mspace width="25px" height="25px" mathbackground="green"/>
|
||||
<mspace width="25px" height="25px" mathbackground="red"/>
|
||||
</menclose>
|
||||
</math>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
menclose notation="downdiagonalstrike":
|
||||
<math>
|
||||
<menclose notation="downdiagonalstrike">
|
||||
<mspace width="25px" height="25px" mathbackground="blue"/>
|
||||
<mspace width="25px" height="25px" mathbackground="green"/>
|
||||
<mspace width="25px" height="25px" mathbackground="red"/>
|
||||
</menclose>
|
||||
</math>
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue