<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title> W3C MathML TestSuite for CSS, Version 2: math1</title>
  <link rel='stylesheet' type="text/css" href="../../../../style/mathml.css"/>
</head>
  <body>
    <p><b>Image</b>:</p>
    <p><img src="mfrac6.png" alt=""/></p>
    <p><b>Your browser's rendering</b>:</p>
    <p>
    <math> 
      <mfrac> 
        <mrow> 
          <mi> x </mi> 
          <mo> + </mo> 
          <mi> y </mi> 
          <mo> + </mo> 
          <mi> z </mi> 
        </mrow> 
        <mrow> 
          <mi> x </mi> 
          <mphantom> 
            <mo form="infix"> + </mo> 
            <mi> y </mi> 
          </mphantom> 
          <mo> + </mo> 
          <mi> z </mi> 
        </mrow> 
      </mfrac> 
    </math>
    </p>
    <p>
      <b>Source Code</b>:</p>
    <pre>
    &lt;math&gt; 
      &lt;mfrac&gt; 
        &lt;mrow&gt; 
          &lt;mi&gt; x &lt;/mi&gt; 
          &lt;mo&gt; + &lt;/mo&gt; 
          &lt;mi&gt; y &lt;/mi&gt; 
          &lt;mo&gt; + &lt;/mo&gt; 
          &lt;mi&gt; z &lt;/mi&gt; 
        &lt;/mrow&gt; 
        &lt;mrow&gt; 
          &lt;mi&gt; x &lt;/mi&gt; 
          &lt;mphantom&gt; 
            &lt;mo form="infix"&gt; + &lt;/mo&gt; 
            &lt;mi&gt; y &lt;/mi&gt; 
          &lt;/mphantom&gt; 
          &lt;mo&gt; + &lt;/mo&gt; 
          &lt;mi&gt; z &lt;/mi&gt; 
        &lt;/mrow&gt; 
      &lt;/mfrac&gt; 
    &lt;/math&gt;
    </pre>
  </body>
</html>

