diff options
Diffstat (limited to 'layout/reftests/mathml/displaystyle-4-ref.html')
-rw-r--r-- | layout/reftests/mathml/displaystyle-4-ref.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/layout/reftests/mathml/displaystyle-4-ref.html b/layout/reftests/mathml/displaystyle-4-ref.html new file mode 100644 index 000000000..7b333e97f --- /dev/null +++ b/layout/reftests/mathml/displaystyle-4-ref.html @@ -0,0 +1,29 @@ +<!DOCTYPE html> +<html> + <head> + <title>displaystyle</title> + <meta charset="utf-8"/> + </head> + <body> + + <!-- Test dynamic change (see bug 832800) --> + <math> + <mstyle displaystyle="true"> + <mfrac> + <mrow> + <mi>X</mi> + <mo id="mathOperator" mathbackground="red">+</mo> + <mfrac> + <mrow><mi>X</mi></mrow> + <mrow><mi>X</mi></mrow> + </mfrac> + </mrow> + <mrow> + <mi>X</mi> + </mrow> + </mfrac> + </mstyle> + </math> + + </body> +</html> |