diff options
Diffstat (limited to 'layout/reftests/mathml/dir-8-ref.html')
-rw-r--r-- | layout/reftests/mathml/dir-8-ref.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/reftests/mathml/dir-8-ref.html b/layout/reftests/mathml/dir-8-ref.html new file mode 100644 index 000000000..4115fa00b --- /dev/null +++ b/layout/reftests/mathml/dir-8-ref.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html> + <head><title>Test dir=rtl</title></head> + <body> + + <p> + embellished mfrac (lspace=1em rspace=2em): + <math + <mtext>_</mtext> + <mfrac> + <mo lspace="2em" rspace="1em">+</mo> + <mtext>|</mtext> + </mfrac> + <mtext>_</mtext> + </math> + </p> + + </body> +</html> |