num/denom height tests
<math xmlns="http://www.w3.org/1998/Math/MathML"> <mtable> <mtr> <mtd> <mtext>taller num</mtext> </mtd> <mtd> <msup> <mi>x</mi> <mn>2</mn> </msup> <mo>+</mo> <msup> <mfrac> <mi>h</mi> <mi>x</mi> </mfrac> <mn>2</mn> </msup> <mo>+</mo> <msup> <mrow> <mo>(</mo> <mfrac> <mi>h</mi> <mi>x</mi> </mfrac> <mo>)</mo> </mrow> <mn>2</mn> </msup> </mtd> </mtr> <mtr> <mtd> <mtext>taller denom</mtext> </mtd> <mtd> <msup> <mi>x</mi> <mn>2</mn> </msup> <mo>+</mo> <msup> <mfrac> <mi>x</mi> <mi>y</mi> </mfrac> <mn>2</mn> </msup> <mo>+</mo> <msup> <mrow> <mo>(</mo> <mfrac> <mi>x</mi> <mi>y</mi> </mfrac> <mo>)</mo> </mrow> <mn>2</mn> </msup> </mtd> </mtr> </mtable> </math>