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

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

mercurial