layout/reftests/mathml/dir-2-ref.html

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

michael@0 1 <!DOCTYPE html>
michael@0 2 <html>
michael@0 3 <head><title>Test dir=rtl</title></head>
michael@0 4 <body>
michael@0 5 <p>
michael@0 6 mfrac (numalign=left):
michael@0 7 <math>
michael@0 8 <mfrac numalign="left">
michael@0 9 <mspace width="25px" height="25px" mathbackground="red"/>
michael@0 10 <mspace width="75px" height="25px" mathbackground="green"/>
michael@0 11 </mfrac>
michael@0 12 </math>
michael@0 13 </p>
michael@0 14
michael@0 15 <p>
michael@0 16 mfrac (numalign=right):
michael@0 17 <math>
michael@0 18 <mfrac numalign="right">
michael@0 19 <mspace width="25px" height="25px" mathbackground="red"/>
michael@0 20 <mspace width="75px" height="25px" mathbackground="green"/>
michael@0 21 </mfrac>
michael@0 22 </math>
michael@0 23 </p>
michael@0 24
michael@0 25 <p>
michael@0 26 menclose:
michael@0 27 <math>
michael@0 28 <menclose>
michael@0 29 <mspace width="25px" height="25px" mathbackground="blue"/>
michael@0 30 <mspace width="25px" height="25px" mathbackground="green"/>
michael@0 31 <mspace width="25px" height="25px" mathbackground="red"/>
michael@0 32 </menclose>
michael@0 33 </math>
michael@0 34 </p>
michael@0 35
michael@0 36 <p>
michael@0 37 menclose notation="left":
michael@0 38 <math>
michael@0 39 <menclose notation="left">
michael@0 40 <mspace width="25px" height="25px" mathbackground="blue"/>
michael@0 41 <mspace width="25px" height="25px" mathbackground="green"/>
michael@0 42 <mspace width="25px" height="25px" mathbackground="red"/>
michael@0 43 </menclose>
michael@0 44 </math>
michael@0 45 </p>
michael@0 46
michael@0 47 <p>
michael@0 48 menclose notation="right":
michael@0 49 <math>
michael@0 50 <menclose notation="right">
michael@0 51 <mspace width="25px" height="25px" mathbackground="blue"/>
michael@0 52 <mspace width="25px" height="25px" mathbackground="green"/>
michael@0 53 <mspace width="25px" height="25px" mathbackground="red"/>
michael@0 54 </menclose>
michael@0 55 </math>
michael@0 56 </p>
michael@0 57
michael@0 58 <p>
michael@0 59 menclose notation="updiagonalstrike":
michael@0 60 <math>
michael@0 61 <menclose notation="updiagonalstrike">
michael@0 62 <mspace width="25px" height="25px" mathbackground="blue"/>
michael@0 63 <mspace width="25px" height="25px" mathbackground="green"/>
michael@0 64 <mspace width="25px" height="25px" mathbackground="red"/>
michael@0 65 </menclose>
michael@0 66 </math>
michael@0 67 </p>
michael@0 68
michael@0 69 <p>
michael@0 70 menclose notation="downdiagonalstrike":
michael@0 71 <math>
michael@0 72 <menclose notation="downdiagonalstrike">
michael@0 73 <mspace width="25px" height="25px" mathbackground="blue"/>
michael@0 74 <mspace width="25px" height="25px" mathbackground="green"/>
michael@0 75 <mspace width="25px" height="25px" mathbackground="red"/>
michael@0 76 </menclose>
michael@0 77 </math>
michael@0 78 </p>
michael@0 79
michael@0 80 </body>
michael@0 81 </html>

mercurial