1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/mathml/dir-7-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,36 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 + <head><title>Test dir=rtl</title></head> 1.7 + <body> 1.8 + 1.9 + <p> 1.10 + mo (lspace=1em rspace=2em): 1.11 + <math> 1.12 + <mtext>_</mtext><mo lspace="2em" rspace="1em">+</mo><mtext>_</mtext> 1.13 + </math> 1.14 + </p> 1.15 + 1.16 + <p> 1.17 + embellished mrow (lspace=1em rspace=2em): 1.18 + <math> 1.19 + <mtext>_</mtext> 1.20 + <mrow><mo lspace="2em" rspace="1em">+</mo></mrow> 1.21 + <mtext>_</mtext> 1.22 + </math> 1.23 + </p> 1.24 + 1.25 + <p> 1.26 + embellished munderover (lspace=1em rspace=2em): 1.27 + <math> 1.28 + <mtext>_</mtext> 1.29 + <munderover> 1.30 + <mo lspace="2em" rspace="1em">+</mo> 1.31 + <mtext>|</mtext> 1.32 + <mtext>|</mtext> 1.33 + </munderover> 1.34 + <mtext>_</mtext> 1.35 + </math> 1.36 + </p> 1.37 + 1.38 + </body> 1.39 +</html>