commit-queue@webkit.org | edf8ece | 2012-03-13 23:45:53 +0000 | [diff] [blame] | 1 | <html> |
2 | <script> | ||||
rniwa@webkit.org | 0837233 | 2012-06-15 07:33:22 +0000 | [diff] [blame] | 3 | if (window.testRunner) |
4 | testRunner.dumpAsText(); | ||||
commit-queue@webkit.org | edf8ece | 2012-03-13 23:45:53 +0000 | [diff] [blame] | 5 | </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> |