Duration doesn't change even if it is updated on EOS.
[framework/web/webkit-efl.git] / LayoutTests / mathml / empty-msubsup-crash.html
1 <html>
2 <head>
3 <script>
4     if (window.testRunner)
5         testRunner.dumpAsText();
6 </script>
7 </head>
8 <body>
9
10 <p>This test passes if it does not crash.</p>
11
12 <math xmlns="http://www.w3.org/1998/Math/MathML">
13     <msubsup></msubsup>
14 </math>
15
16 </body>
17 </html>