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