1373767-1.html (224B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <style> 6 math { 7 position: fixed; 8 } 9 div { 10 transform: translateZ(0px); 11 } 12 body { 13 display: -moz-box; 14 } 15 </style> 16 </head> 17 <body> 18 <div> 19 <math></math> 20 </div> 21 </body> 22 </html>