1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/mathml/displaystyle-2-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,24 @@ 1.4 +<!doctype html> 1.5 +<html> 1.6 + <head> 1.7 + <title>displaystyle</title> 1.8 + <meta charset="utf-8"/> 1.9 + </head> 1.10 + <body> 1.11 + 1.12 + <!-- Test the effect of displaystyle on munder, mover and munderover --> 1.13 + <math> 1.14 + <mstyle displaystyle="true"> 1.15 + <munder><mo>O</mo><mo>O</mo></munder> 1.16 + <mover><mo>O</mo><mo>O</mo></mover> 1.17 + <munderover><mo>O</mo><mo>O</mo><mo>O</mo></munderover> 1.18 + </mstyle> 1.19 + <mstyle displaystyle="false"> 1.20 + <msub><mo>O</mo><mo>O</mo></msub> 1.21 + <msup><mo>O</mo><mo>O</mo></msup> 1.22 + <msubsup><mo>O</mo><mo>O</mo><mo>O</mo></msubsup> 1.23 + </mstyle> 1.24 + </math> 1.25 + 1.26 + </body> 1.27 +</html>