Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/1999/xhtml">
3 <html:style>
4 #mathy { display: table}
5 </html:style>
7 <foreignObject width="500" height="500" y="50">
8 <div xmlns="http://www.w3.org/1999/xhtml">
9 <p>Foo</p>
10 <div>
11 <math xmlns="http://www.w3.org/1998/Math/MathML" id="mathy" display="block">
12 <mrow>
13 <mi>x</mi>
14 </mrow>
15 </math>
16 </div>
17 </div>
18 </foreignObject>
20 </svg>