[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / mathml / EmptyMFracCrash.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.layoutTestController)
6         layoutTestController.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         <mrow> 
13             <mfrac></mfrac> 
14         </mrow> 
15     </math>
16 </body>
17 </html>