Initialize Tizen 2.3
[framework/web/webkit-efl.git] / LayoutTests / mathml / msubsup-no-grandchild.xhtml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:m="http://www.w3.org/1998/Math/MathML" xml:lang="en">
3 <head>
4 <script>
5     if (window.testRunner)
6         testRunner.dumpAsText();
7 </script>
8 </head>
9 <body>
10 <math xmlns="http://www.w3.org/1998/Math/MathML">
11     <mtext>This test passes if it does not crash.</mtext> 
12     <msubsup> 
13         <mi></mi> 
14     </msubsup> 
15 </math>
16 </body>
17 </html>