diff options
Diffstat (limited to 'layout/reftests/mathml/op-dict-3-ref.html')
-rw-r--r-- | layout/reftests/mathml/op-dict-3-ref.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/mathml/op-dict-3-ref.html b/layout/reftests/mathml/op-dict-3-ref.html new file mode 100644 index 000000000..9c910f841 --- /dev/null +++ b/layout/reftests/mathml/op-dict-3-ref.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> +<head> + <title>op-dict symmetric</title> +</head> +<body> + <math> + <mrow> + <mo symmetric="true">(</mo> + <mspace height="5em" depth="5em"/> + </mrow> + </math> +</body> +</html> |