diff options
Diffstat (limited to 'layout/reftests/mathml/op-dict-1.html')
-rw-r--r-- | layout/reftests/mathml/op-dict-1.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/mathml/op-dict-1.html b/layout/reftests/mathml/op-dict-1.html new file mode 100644 index 000000000..80e57e48c --- /dev/null +++ b/layout/reftests/mathml/op-dict-1.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> +<head> + <title>op-dict mo form</title> +</head> +<body> + <math> + <mrow> + <mo form="infix">+</mo> + <mn>1</mn> + </mrow> + </math> +</body> +</html> |