diff options
Diffstat (limited to 'layout/reftests/mathml/mo-lspace-rspace-4.html')
-rw-r--r-- | layout/reftests/mathml/mo-lspace-rspace-4.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/layout/reftests/mathml/mo-lspace-rspace-4.html b/layout/reftests/mathml/mo-lspace-rspace-4.html new file mode 100644 index 000000000..6da529c2f --- /dev/null +++ b/layout/reftests/mathml/mo-lspace-rspace-4.html @@ -0,0 +1,27 @@ +<!DOCTYPE html> +<html> + <body> + <p> + <math> + <mtext>_</mtext> + <mfrac> + <mo lspace="1em" rspace="2em">_</mo> + <mtext>_</mtext> + </mfrac> + <mtext>_</mtext> + </math> + </p> + + <p> + <math> + <mtext>_</mtext> + <mfrac bevelled="true"> + <mo lspace="1em" rspace="2em">_</mo> + <mtext>_</mtext> + </mfrac> + <mtext>_</mtext> + </math> + </p> + + </body> +</html> |