1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/mathml/overbar-width-1.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,25 @@ 1.4 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.5 + <head> 1.6 + <title>Check width of stretchy OverBar</title> 1.7 + <style type="text/css"> 1.8 + html { background-color: grey; } 1.9 + div { display: inline-block; 1.10 + font-size: 30px; 1.11 + line-height: 60px; /* Ensure space for overbar */ 1.12 + border: 1px solid white; 1.13 + padding: 2px; /* 10% error allowed in char selection */ 1.14 + background-color: black; 1.15 + color: black; } 1.16 + </style> 1.17 + </head> 1.18 +<body> 1.19 + <div> 1.20 + <math xmlns="http://www.w3.org/1998/Math/MathML"> 1.21 + <mover> 1.22 + <mi>ai</mi> 1.23 + <mo>¯</mo> 1.24 + </mover> 1.25 + </math> 1.26 + </div> 1.27 +</body> 1.28 +</html>