RESOLVED FIXED 84691
[GTK] fast/events/mouse-relative-position.html fails
https://bugs.webkit.org/show_bug.cgi?id=84691
Summary [GTK] fast/events/mouse-relative-position.html fails
Philippe Normand
Reported 2012-04-24 02:58:32 PDT
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
Zan Dobersek
Comment 1 2012-05-05 10:16:01 PDT
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
Note You need to log in before you can comment on or make changes to this bug.