diff options
Diffstat (limited to 'layout/reftests/mathml/mfenced-11-ref.html')
-rw-r--r-- | layout/reftests/mathml/mfenced-11-ref.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/mathml/mfenced-11-ref.html b/layout/reftests/mathml/mfenced-11-ref.html new file mode 100644 index 000000000..069f203a7 --- /dev/null +++ b/layout/reftests/mathml/mfenced-11-ref.html @@ -0,0 +1,16 @@ +<!DOCTYPE HTML> +<html> + <body> + + <!-- Size of fences when empty --> + + <math> + <mrow> + <mo>(</mo> + <mn>.</mn> + <mo>)</mo> + </mrow> + </math> + + </body> +</html> |