diff options
Diffstat (limited to 'layout/reftests/mathml/op-dict-9-ref.html')
-rw-r--r-- | layout/reftests/mathml/op-dict-9-ref.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/mathml/op-dict-9-ref.html b/layout/reftests/mathml/op-dict-9-ref.html new file mode 100644 index 000000000..09fad94d6 --- /dev/null +++ b/layout/reftests/mathml/op-dict-9-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="veryverythinmathspace" rspace="veryverythickmathspace">∀</mo><mi>y</mi> + </mrow> + </math> +</body> +</html> |