diff options
Diffstat (limited to 'layout/reftests/mathml/mfenced-7-ref.html')
-rw-r--r-- | layout/reftests/mathml/mfenced-7-ref.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/mathml/mfenced-7-ref.html b/layout/reftests/mathml/mfenced-7-ref.html new file mode 100644 index 000000000..d0d28439e --- /dev/null +++ b/layout/reftests/mathml/mfenced-7-ref.html @@ -0,0 +1,17 @@ +<!DOCTYPE HTML> +<html> + <body> + + <!-- Default values for open, close, separators --> + <math> + <mfenced open="(" close=")" separators=","> + <mi>a</mi> + <mi>b</mi> + <mi>c</mi> + <mi>d</mi> + <mi>e</mi> + </mfenced> + </math> + + </body> +</html> |