mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +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
42
layout/reftests/mathml/mmultiscript-align-ref.html
Normal file
42
layout/reftests/mathml/mmultiscript-align-ref.html
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>alignment of mmultiscript sub/superscripts</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<math>
|
||||
<mmultiscripts>
|
||||
<mspace width="50px" height="50px" mathbackground="red"/>
|
||||
<mrow>
|
||||
<mspace width="50px" height="10px" mathbackground="blue"/>
|
||||
<mspace width="50px" height="10px"/>
|
||||
</mrow>
|
||||
<mspace width="100px" height="10px" mathbackground="green"/>
|
||||
<mprescripts/>
|
||||
<mrow>
|
||||
<mspace width="50px" height="10px"/>
|
||||
<mspace width="50px" height="10px" mathbackground="blue"/>
|
||||
</mrow>
|
||||
<mspace width="100px" height="10px" mathbackground="green"/>
|
||||
</mmultiscripts>
|
||||
</math>
|
||||
<br/>
|
||||
<math>
|
||||
<mmultiscripts>
|
||||
<mspace width="50px" height="50px" mathbackground="red"/>
|
||||
<mspace width="100px" height="10px" mathbackground="green"/>
|
||||
<mrow>
|
||||
<mspace width="50px" height="10px" mathbackground="blue"/>
|
||||
<mspace width="50px" height="10px"/>
|
||||
</mrow>
|
||||
<mprescripts/>
|
||||
<mspace width="100px" height="10px" mathbackground="green"/>
|
||||
<mrow>
|
||||
<mspace width="50px" height="10px"/>
|
||||
<mspace width="50px" height="10px" mathbackground="blue"/>
|
||||
</mrow>
|
||||
</mmultiscripts>
|
||||
</math>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue