mozilla-393760-2.xml (562B)
1 <html style="background: #88F; color: #88F;" xmlns="http://www.w3.org/1999/xhtml" xmlns:m="http://www.w3.org/1998/Math/MathML"> 2 <head> 3 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=393760"/> 4 <link rel="match" href="mozilla-393760-2-ref.xml"/> 5 </head> 6 <body> 7 8 <!-- Test that text that should be invisible is invisible (assuming text is drawn at all) --> 9 <p>This should be invisible.</p> 10 11 <!-- Test that color inherits into MathML (assuming MathML text is drawn at all) --> 12 <p><m:math><m:mi>x</m:mi></m:math></p> 13 14 </body> 15 </html>