Bug 59446

Summary: [Qt][WK2] WTR should report which function is unimplemented
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: abecsi, feherzs, kbalazs, kkristof, ossy
Priority: P2 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

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 ***