diff options
Diffstat (limited to 'layout/reftests/mathml/op-dict-1-ref.html')
-rw-r--r-- | layout/reftests/mathml/op-dict-1-ref.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/mathml/op-dict-1-ref.html b/layout/reftests/mathml/op-dict-1-ref.html new file mode 100644 index 000000000..5650be193 --- /dev/null +++ b/layout/reftests/mathml/op-dict-1-ref.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> +<head> + <title>op-dict mo form</title> +</head> +<body> + <math> + <mrow> + <mo form="prefix">+</mo> + <!-- need a second child to avoid zeroing dictionary spacing --> + <mn>1</mn> + </mrow> + </math> +</body> +</html> |