Bug 132910
Summary: | [GTK] Layout Test editing/pasteboard/drag-drop-paragraph-crasher.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bugs-noreply, cgarcia, darin, mmaxfield, mrobinson, rniwa, svillar |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Carlos Alberto Lopez Perez
The Layout Test editing/pasteboard/drag-drop-paragraph-crasher.html added on http://trac.webkit.org/changeset/168460 is failing on GTK since it was added.
The diff is this one: http://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20%28Tests%29/r168836%20%28151%29/editing/pasteboard/drag-drop-paragraph-crasher-pretty-diff.html
On GTK it generates this output: http://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20%28Tests%29/r168836%20%28151%29/editing/pasteboard/drag-drop-paragraph-crasher-actual.txt
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Myles C. Maxfield
I don't have a GTK environment, so I can't really investigate this. :(
Does GTK support selecting text, then dragging it into a contenteditable div? Another idea is that the test describes mouse position in terms of pixels; perhaps GTK's elements are in different positions?
Carlos Alberto Lopez Perez
(In reply to comment #1)
> I don't have a GTK environment, so I can't really investigate this. :(
>
> Does GTK support selecting text, then dragging it into a contenteditable div? Another idea is that the test describes mouse position in terms of pixels; perhaps GTK's elements are in different positions?
I'm not sure. I'm CCing some of my colleagues that may ask this question better than me.
In the meanwhile I have updated the TestExpectations file for GTK for this test on r168865 <http://trac.webkit.org/r168865>
Carlos Alberto Lopez Perez
(In reply to comment #2)
> ... that may ask this question ...
^^ answer
Martin Robinson
I don't think the WebKit2 WebKitTestRunner supports drag-and-drop operations at the moment. The test should be lumped with existing drag-and-drop failures.