diff options
Diffstat (limited to 'layout/reftests/mathml/stretchy-mfenced-3a.html')
-rw-r--r-- | layout/reftests/mathml/stretchy-mfenced-3a.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/layout/reftests/mathml/stretchy-mfenced-3a.html b/layout/reftests/mathml/stretchy-mfenced-3a.html new file mode 100644 index 000000000..fd06fbb05 --- /dev/null +++ b/layout/reftests/mathml/stretchy-mfenced-3a.html @@ -0,0 +1,22 @@ +<!DOCTYPE html> +<html> + <head> + <title>Stretchy mfenced</title> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> + </head> + <body> + <!-- See bug 687807 --> + <math> + <mfenced> + <msup> + <munderover> + <mo stretchy="false">→</mo> + <mtext>AAAAAA</mtext> + <mtext>BBBBBB</mtext> + </munderover> + <mtext>CCCCCC</mtext> + </msup> + </mfenced> + </math> + </body> +</html> |