Duration doesn't change even if it is updated on EOS.
[framework/web/webkit-efl.git] / LayoutTests / mathml / xHeight.xhtml
1 <html xmlns='http://www.w3.org/1999/xhtml'>
2 <head>
3 </head>
4 <body>
5 <p id='t1'>The green square should be vertically centered:
6     <math xmlns='http://www.w3.org/1998/Math/MathML'>
7         <mi>x</mi>
8         <div xmlns='http://www.w3.org/1999/xhtml' style='display: inline-block; height: 20px; width: 20px; vertical-align: middle; background-color: rgb(0,255,0)'/>
9     </math>
10 </p>
11 </body>
12 </html>