diff options
Diffstat (limited to 'layout/reftests/mathml/op-dict-8-ref.html')
-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 000000000..30c52bbb2 --- /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="verythinmathspace" rspace="veryverythinmathspace">∀</mo><mi>y</mi> + </mrow> + </math> +</body> +</html> |