mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 997489 - Fix stray </tt> tag causing JS warning spam during jsreftests; r=Waldo
This commit is contained in:
parent
a518ef1da4
commit
665dcd1f38
@ -108,7 +108,7 @@ function writeFormattedResult( expect, actual, string, passed ) {
|
||||
var s = "<tt>"+ string ;
|
||||
s += "<b>" ;
|
||||
s += ( passed ) ? "<font color=#009900> " + PASSED
|
||||
: "<font color=#aa0000> " + FAILED + expect + "</tt>";
|
||||
: "<font color=#aa0000> " + FAILED + expect;
|
||||
|
||||
DocumentWrite( s + "</font></b></tt><br>" );
|
||||
return passed;
|
||||
|
Loading…
Reference in New Issue
Block a user