Javascript Console.log() in layout tests (editiong)does not indicate the good line
Qt WebKit
1
Posts
1
Posters
933
Views
1
Watching
-
Hi,
I run layout tests for QtWebkit 4.8, and some layout edition tests are failed due to the line number indicated (actual) and the line number expected.
For instance for test : editing/inserting/insert-br-quoted-007.html, the console.log() expected is 18 (which is the correct line in the html page) and the test i run on a STB indicates 10, which is the line of the begin of the javascript function, as if the javascript function was seen on 1 line.So my question :
Is there a way to force javascript programmes not to be in one line in Qt Webkit, so that the console.log() indicates the correct line number (the line of the html test page).thanks
Regards