diff options
Diffstat (limited to 'layout/reftests/mathml/op-dict-4.html')
-rw-r--r-- | layout/reftests/mathml/op-dict-4.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/mathml/op-dict-4.html b/layout/reftests/mathml/op-dict-4.html new file mode 100644 index 000000000..95e6b57a6 --- /dev/null +++ b/layout/reftests/mathml/op-dict-4.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html> +<head> + <title>op-dict stretchy</title> +</head> +<body> + <math> + <mrow> + <mo stretchy="true"> ( </mo> + <mfrac> + <mi> a </mi> + <mi> b </mi> + </mfrac> + <mo stretchy="true"> ) </mo> + </mrow> + </math> +</body> +</html> |