layout/reftests/mathml/mfenced-2a.xhtml

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.

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="&#x20;a">
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="&#x20;&#x20;a">
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="&#x9;a">
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="&#x9;&#x9;a">
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="&#xa;a">
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="&#xa;&#xa;a">
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="&#xd;a">
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="&#xd;&#xd;a">
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="&#x20;&#x9;&#xa;&#xd;a">
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="&#x20;&#x20;&#x9;&#x9;&#xa;&#xa;&#xd;&#xd;a">
michael@0 54 <mi>xxxxxxxxxx</mi>
michael@0 55 </mfenced>
michael@0 56 </math></p>
michael@0 57 </body>
michael@0 58 </html>

mercurial