Bug 84691
Summary: | [GTK] fast/events/mouse-relative-position.html fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | Philippe Normand <pnormand> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | zan |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Philippe Normand
Result:
PASS simulateElementClick(testElement, [100, 100, 200, 200]); is '100, 100, 200, 200'
FAIL simulateElementClick(spanElement, [16, 10, 16, 10]); should be 16, 10, 16, 10. Was 12, 10, 112, 110.
FAIL simulateElementClick(inputElement, [40, 10, 40, 10]); should be 40, 10, 40, 10. Was 40, 10, 95, 10.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Zan Dobersek
The tests covered by this bug were found to be passing consistently after moving from using the Skipped list to using test_expectations.txt. Their expectations were removed in r116122[1] (covered by bug #85591). Closing the bug.
1: http://trac.webkit.org/changeset/116122