Bug 59446
| Summary: | [Qt][WK2] WTR should report which function is unimplemented | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
| Component: | Tools / Tests | Assignee: | 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 | ||
Csaba Osztrogonác
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
Fixed by http://trac.webkit.org/changeset/85867
*** This bug has been marked as a duplicate of bug 59638 ***