layout/reftests/mathml/maction-dynamic-embellished-op-ref.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 <html>
     3 <head>
     4 <title>dynamic maction and embellished op</title>
     5 </head>
     7 <body>
     9   <p>'<math><maction id="m1" selection="2"><mi>a</mi><mo>b</mo></maction></math>'</p>
    10   <p>'<math><maction id="m2" selection="2"><mo>b</mo><mi>a</mi></maction></math>'</p>
    12   <p>"<math><maction id="m3"><mo>b</mo></maction></math>"</p>
    13   <p>"<math><maction id="m3bis"><mi>a</mi><mo>b</mo></maction></math>"</p>
    15   <p>{<math><maction id="m4"><mi>a</mi></maction></math>}</p>
    16   <p>{<math><maction id="m4bis"><mo>b</mo><mi>a</mi></maction></math>}</p>
    19   <p>[<math>
    20     <mstyle id="m5" selection="2"><maction><mi>a</mi><mo>b</mo></maction></mstyle>
    21   </math>]</p>
    22   <p>[<math>
    23     <mstyle id="m6" selection="2"><maction><mo>b</mo><mi>a</mi></maction></mstyle>
    24   </math>]</p>
    26   <p>(<math id="m7" selection="2"><maction><mi>a</mi><mo>b</mo></maction></math>)</p>
    27   <p>(<math id="m8" selection="2"><maction><mo>b</mo><mi>a</mi></maction></math>)</p>
    29 </body>
    30 </html>

mercurial