355986-1.xhtml (430B)
1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 3 4 <head> 5 <style> 6 7 body * { 8 display: table-footer-group; 9 overflow: hidden scroll; 10 } 11 12 </style> 13 </head> 14 15 16 17 <body onload="document.getElementById('eee').style.display = 'inline';"> 18 19 20 21 22 <div id="eee"> 23 <math xmlns="http://www.w3.org/1998/Math/MathML" display="block"> 24 <mtable> 25 <mtr> 26 <mtd><mi>x</mi></mtd> 27 </mtr> 28 </mtable> 29 </math> 30 </div> 31 32 33 </body> 34 </html>