blob: 0ad7163de5fe32fb9ecde0358b1fad1ecc415496 [file] [log] [blame]
commit-queue@webkit.orgedf8ece2012-03-13 23:45:53 +00001<html>
2<script>
rniwa@webkit.org08372332012-06-15 07:33:22 +00003 if (window.testRunner)
4 testRunner.dumpAsText();
commit-queue@webkit.orgedf8ece2012-03-13 23:45:53 +00005</script>
6<body>
7<p>This test passes if it does not crash.</p>
8<math xmlns="http://www.w3.org/1998/Math/MathML">
9 <msub>
10 <mi>X</mi>
11 <mtr>3</mtr>
12 </msub>
13 <msub>
14 <mi>Y</mi>
15 <mtd>3</mtd>
16 </msub>
17 <msubsup>
18 <mi>X</mi>
19 <mtr>3</mtr>
20 <mn>2</mn>
21 </msubsup>
22 <msubsup>
23 <mi>Y</mi>
24 <mtd>3</mtd>
25 <mn>2</mn>
26 </msubsup>
27</math>
28</body>
29</html>