forked from mirrors/gecko-dev
		
	If the mathml.disabled preference is true, treat <math> and other MathML elements as generic XML elements. This patch disables the rendering code of MathML however preserves the namespace so to reduce the breakage. Original patch by: Kathy Brade <brade@pearlcrescent.com> MozReview-Commit-ID: A2f2Q2b4eqR --HG-- extra : rebase_source : 3c8530816727c01b68a831d560bfe16e7b02bd9d
		
			
				
	
	
		
			28 lines
		
	
	
	
		
			544 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
	
		
			544 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<math xmlns="http://www.w3.org/1998/Math/MathML">
 | 
						|
  <mstyle scriptsizemultiplier="2">
 | 
						|
    <msub>
 | 
						|
      <mtext>O</mtext>
 | 
						|
      <mtext>O</mtext>
 | 
						|
    </msub>
 | 
						|
    <msup>
 | 
						|
      <mtext>O</mtext>
 | 
						|
      <mtext>O</mtext>
 | 
						|
    </msup>
 | 
						|
    <msubsup>
 | 
						|
      <mtext>O</mtext>
 | 
						|
      <mtext>O</mtext>
 | 
						|
      <mtext>O</mtext>
 | 
						|
    </msubsup>
 | 
						|
    <mmultiscripts>
 | 
						|
      <mtext>O</mtext>
 | 
						|
      <mtext>O</mtext>
 | 
						|
      <mtext>O</mtext>
 | 
						|
      <mprescripts/>
 | 
						|
      <mtext>O</mtext>
 | 
						|
      <mtext>O</mtext>
 | 
						|
    </mmultiscripts>
 | 
						|
  </mstyle>
 | 
						|
</math>
 | 
						|
 | 
						|
<svg id="svgel">
 | 
						|
</svg>
 |