summaryrefslogtreecommitdiffstats
path: root/layout/reftests/mathml/mfenced-10-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/mathml/mfenced-10-ref.html')
-rw-r--r--layout/reftests/mathml/mfenced-10-ref.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/layout/reftests/mathml/mfenced-10-ref.html b/layout/reftests/mathml/mfenced-10-ref.html
new file mode 100644
index 000000000..de7a76788
--- /dev/null
+++ b/layout/reftests/mathml/mfenced-10-ref.html
@@ -0,0 +1,29 @@
+<!DOCTYPE HTML>
+<html>
+ <body>
+
+ <!-- Stretchy fences -->
+
+ <math>
+ <mrow>
+
+ <mo form="prefix" fence="true" stretchy="true">(</mo>
+
+ <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>
+
+ <mo form="postfix" fence="true" stretchy="true">)</mo>
+
+ </mrow>
+ </math>
+
+ </body>
+</html>