Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. Javascript Console.log() in layout tests (editiong)does not indicate the good line
Forum Updated to NodeBB v4.3 + New Features

Javascript Console.log() in layout tests (editiong)does not indicate the good line

Scheduled Pinned Locked Moved Qt WebKit
1 Posts 1 Posters 933 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    ljl_
    wrote on last edited by
    #1

    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

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved