Duration doesn't change even if it is updated on EOS.
[framework/web/webkit-efl.git] / LayoutTests / mathml / fenced-whitespace-separators-crash.html
1 <html>
2 <head>
3 <script>
4     if (window.testRunner)
5         testRunner.dumpAsText();
6 </script>
7 </head>
8
9 <body>
10 <math>
11     <mfenced separators=" ">
12         <mrow>
13             <mrow>
14                 <mi>v</mi>
15             </mrow>
16             <mi>i</mi>
17         </mrow>
18     </mfenced>
19 </math>
20 </body>
21 </html>