diff options
Diffstat (limited to 'layout/reftests/mathml/op-dict-6.html')
-rw-r--r-- | layout/reftests/mathml/op-dict-6.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/mathml/op-dict-6.html b/layout/reftests/mathml/op-dict-6.html new file mode 100644 index 000000000..78dd19555 --- /dev/null +++ b/layout/reftests/mathml/op-dict-6.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> +<head> + <title>op-dict largeop</title> +</head> +<body> + <math displaystyle="true"> + <mrow> + <mo>∑</mo> + </mrow> + </math> +</body> +</html> |