stretchy-underbar-1.xhtml (596B)
1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <head> 3 <title>Check that UnderBar is visible when stretched</title> 4 <link rel="mismatch" href="stretchy-underbar-1-ref.xhtml"/> 5 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=242861"/> 6 <style type="text/css"> 7 html { background-color: white; font-size: 50px } 8 mi { color: white; } 9 mo { color: black; } 10 </style> 11 </head> 12 <body> 13 <math xmlns="http://www.w3.org/1998/Math/MathML"> 14 <munder> 15 <mi>long</mi> 16 <mo stretchy="true">̲</mo> 17 </munder> 18 </math> 19 </body> 20 </html>