[Webkit-unassigned] [Bug 69129] [Qt][WK2] Fix sputnik tests after migrating to refactored Qt5

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 30 03:52:45 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=69129





--- Comment #3 from Csaba Osztrogonac <ossy at webkit.org>  2011-09-30 03:52:45 PST ---
javascript code in sputnik/Conformance/07_Lexical_Conventions/7.2_White_Space/S7.2_A1.1_T1.html which print PASS message:

...
function printTestPassed(msg)
{
    testPrint('<span><span class="pass">PASS</span> ' + escapeHTML(msg) + '</span>');
}
...

It seems Qt eat somehow the space after the PASS, before the escapeHTML(msg).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list