RESOLVED DUPLICATE of bug 30266 31004
fast/events/drag-and-drop-dataTransfer-types-nocrash.html is not portable
https://bugs.webkit.org/show_bug.cgi?id=31004
Summary fast/events/drag-and-drop-dataTransfer-types-nocrash.html is not portable
Yuta Kitamura
Reported 2009-11-02 00:53:49 PST
LayoutTests/fast/events/drag-and-drop-dataTransfer-types-nocrash.html has the following issues: - 'text' is not a suitable value for FORMAT_TYPE. According to HTML5 spec, we should use 'text/plain' or 'Text' instead. - dataTransfer.types may return multiple types in an arbitrary order, but the current test does not take this into account. These issue causes test failures in Chromium layout tests.
Attachments
Make a test more portable in terms of HTML5 drag-and-drop API. (2.65 KB, patch)
2009-11-02 01:51 PST, Yuta Kitamura
no flags
Yuta Kitamura
Comment 1 2009-11-02 01:51:41 PST
Created attachment 42309 [details] Make a test more portable in terms of HTML5 drag-and-drop API.
Eric Seidel (no email)
Comment 2 2009-11-03 12:15:31 PST
This looks like a duplicate of bug 30266. *** This bug has been marked as a duplicate of bug 30266 ***
Eric Seidel (no email)
Comment 3 2009-11-03 16:38:55 PST
Comment on attachment 42309 [details] Make a test more portable in terms of HTML5 drag-and-drop API. Clearing review since the bug is closed.
Yuta Kitamura
Comment 4 2009-11-03 16:56:48 PST
(In reply to comment #2) > This looks like a duplicate of bug 30266. > > *** This bug has been marked as a duplicate of bug 30266 *** Oops, I didn't notice the duplicate. Thanks.
Note You need to log in before you can comment on or make changes to this bug.