layout/reftests/mathml/mfenced-3c.xhtml

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 <?xml version="1.0" encoding="UTF-8"?>
michael@0 2 <html xmlns="http://www.w3.org/1999/xhtml">
michael@0 3 <head>
michael@0 4 <title>mfenced open close</title>
michael@0 5 </head>
michael@0 6 <body>
michael@0 7 <p><math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 8 <mfenced open="a&#x20;a&#x20;">
michael@0 9 <mi>xxxxxxxxxx</mi>
michael@0 10 </mfenced>
michael@0 11 </math></p>
michael@0 12 <p><math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 13 <mfenced open="a&#x20;&#x20;a&#x20;&#x20;">
michael@0 14 <mi>xxxxxxxxxx</mi>
michael@0 15 </mfenced>
michael@0 16 </math></p>
michael@0 17 <p><math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 18 <mfenced open="a&#x9;a&#x9;">
michael@0 19 <mi>xxxxxxxxxx</mi>
michael@0 20 </mfenced>
michael@0 21 </math></p>
michael@0 22 <p><math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 23 <mfenced open="a&#x9;&#x9;a&#x9;&#x9;">
michael@0 24 <mi>xxxxxxxxxx</mi>
michael@0 25 </mfenced>
michael@0 26 </math></p>
michael@0 27 <p><math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 28 <mfenced open="a&#xa;a&#xa;">
michael@0 29 <mi>xxxxxxxxxx</mi>
michael@0 30 </mfenced>
michael@0 31 </math></p>
michael@0 32 <p><math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 33 <mfenced open="a&#xa;&#xa;a&#xa;&#xa;">
michael@0 34 <mi>xxxxxxxxxx</mi>
michael@0 35 </mfenced>
michael@0 36 </math></p>
michael@0 37 <p><math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 38 <mfenced open="a&#xd;a&#xd;">
michael@0 39 <mi>xxxxxxxxxx</mi>
michael@0 40 </mfenced>
michael@0 41 </math></p>
michael@0 42 <p><math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 43 <mfenced open="a&#xd;&#xd;a&#xd;&#xd;">
michael@0 44 <mi>xxxxxxxxxx</mi>
michael@0 45 </mfenced>
michael@0 46 </math></p>
michael@0 47 <p><math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 48 <mfenced open="a&#x20;&#x9;&#xa;&#xd;a&#x20;&#x9;&#xa;&#xd;">
michael@0 49 <mi>xxxxxxxxxx</mi>
michael@0 50 </mfenced>
michael@0 51 </math></p>
michael@0 52 <p><math xmlns="http://www.w3.org/1998/Math/MathML">
michael@0 53 <mfenced open="a&#x20;&#x20;&#x9;&#x9;&#xa;&#xa;&#xd;&#xd;a&#x20;&#x20;&#x9;&#x9;&#xa;&#xa;&#xd;&#xd;">
michael@0 54 <mi>xxxxxxxxxx</mi>
michael@0 55 </mfenced>
michael@0 56 </math></p>
michael@0 57 </body>
michael@0 58 </html>

mercurial