diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/mathml/op-dict-8-ref.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/mathml/op-dict-8-ref.html b/layout/reftests/mathml/op-dict-8-ref.html new file mode 100644 index 0000000000..093fcca97c --- /dev/null +++ b/layout/reftests/mathml/op-dict-8-ref.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> +<head> + <title>op-dict lspace and rspace</title> +</head> +<body> + <math> + <mrow> + <mi>x</mi><mo form="prefix" lspace="0.1111111111111111em" rspace="0.05555555555555555em">∀</mo><mi>y</mi> + </mrow> + </math> +</body> +</html> |