summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mfenced-10.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/mathml/mfenced-10.html')
-rw-r--r--layout/reftests/mathml/mfenced-10.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/layout/reftests/mathml/mfenced-10.html b/layout/reftests/mathml/mfenced-10.html
new file mode 100644
index 000000000..b778b5c6f
--- /dev/null
+++ b/layout/reftests/mathml/mfenced-10.html
@@ -0,0 +1,23 @@
+<!DOCTYPE HTML>
+<html>
+ <body>
+
+ <!-- Stretchy fences -->
+
+ <math>
+ <mfenced>
+ <mtable>
+ <mtr>
+ <mtd><mi>a</mi></mtd>
+ <mtd><mi>b</mi></mtd>
+ </mtr>
+ <mtr>
+ <mtd><mi>c</mi></mtd>
+ <mtd><mi>d</mi></mtd>
+ </mtr>
+ </mtable>
+ </mfenced>
+ </math>
+
+ </body>
+</html>