summaryrefslogtreecommitdiffstats
path: root/layout/mathml/crashtests/385226-1.xhtml
blob: b1d261eb380b250693318b24e93ad6add9b89971 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml">

<head>
<style>
[class="capleft"] { caption-side: left; }
[class="collapse"] { visibility: collapse; }
</style>
</head>

<body>

<div>
  <math xmlns="http://www.w3.org/1998/Math/MathML" display="block" class="collapse">
    <mtable>
      <mtr>
        <mtd><mi>x</mi></mtd>
        <mtd><mi>y</mi></mtd>
      </mtr>
      <html:caption class="capleft">
        <mtd><mi>z</mi></mtd>
        <mtd><mi>w</mi></mtd>
      </html:caption>
    </mtable>
  </math>
</div>

</body>

</html>