Bug 59446 - [Qt][WK2] WTR should report which function is unimplemented
Summary: [Qt][WK2] WTR should report which function is unimplemented
Status: RESOLVED DUPLICATE of bug 59638
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2011-04-26 04:40 PDT by Csaba Osztrogonác
Modified: 2011-05-10 05:59 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2011-04-26 04:40:07 PDT
With editing/pasteboard/paste-before-tab-span.html I got the following error messages:

Mac WTR: "CONSOLE MESSAGE: line 23: TypeError: 'undefined' is not a function (evaluating 'eventSender.keyDown("a")')"
Qt WTR: "CONSOLE MESSAGE: line 0: TypeError: 'undefined' is not a function"

We need similar error message as Mac.
Comment 1 Csaba Osztrogonác 2011-05-10 05:59:55 PDT
Fixed by http://trac.webkit.org/changeset/85867

*** This bug has been marked as a duplicate of bug 59638 ***