layout/reftests/mathml/dir-11-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

     1 <!DOCTYPE html>
     2 <html>
     3   <head><title>Test direction: dynamic change</title></head>
     4   <body>
     6     <p>
     7       math:
     8       <math dir="rtl">
     9         <mi>a</mi>
    10         <mi>b</mi>
    11         <mi>c</mi>
    12       </math>
    13       <math dir="rtl">
    14         <mi>a</mi>
    15         <mi>b</mi>
    16         <mi>c</mi>
    17       </math>
    18       <math>
    19         <mi>a</mi>
    20         <mi>b</mi>
    21         <mi>c</mi>
    22       </math>
    23     </p>
    25     <p>
    26       mstyle:
    27       <math>
    28         <mstyle dir="rtl">
    29           <mi>a</mi>
    30           <mi>b</mi>
    31           <mi>c</mi>
    32         </mstyle>
    33       </math>
    34       <math>
    35         <mstyle dir="rtl">
    36           <mi>a</mi>
    37           <mi>b</mi>
    38           <mi>c</mi>
    39         </mstyle>
    40       </math>
    41       <math>
    42         <mstyle>
    43           <mi>a</mi>
    44           <mi>b</mi>
    45           <mi>c</mi>
    46         </mstyle>
    47       </math>
    48     </p>
    50     <p>
    51       mrow:
    52       <math>
    53         <mrow dir="rtl">
    54           <mi>a</mi>
    55           <mi>b</mi>
    56           <mi>c</mi>
    57         </mrow>
    58       </math>
    59       <math>
    60         <mrow dir="rtl">
    61           <mi>a</mi>
    62           <mi>b</mi>
    63           <mi>c</mi>
    64         </mrow>
    65       </math>
    66       <math>
    67         <mrow>
    68           <mi>a</mi>
    69           <mi>b</mi>
    70           <mi>c</mi>
    71         </mrow>
    72       </math>
    73     </p>
    75   </body>
    76 </html>

mercurial