Bug 31004 - fast/events/drag-and-drop-dataTransfer-types-nocrash.html is not portable
Summary: fast/events/drag-and-drop-dataTransfer-types-nocrash.html is not portable
Status: RESOLVED DUPLICATE of bug 30266
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-02 00:53 PST by Yuta Kitamura
Modified: 2009-11-03 16:56 PST (History)
1 user (show)

See Also:


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 Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuta Kitamura 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.
Comment 1 Yuta Kitamura 2009-11-02 01:51:41 PST
Created attachment 42309 [details]
Make a test more portable in terms of HTML5 drag-and-drop API.
Comment 2 Eric Seidel (no email) 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 ***
Comment 3 Eric Seidel (no email) 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.
Comment 4 Yuta Kitamura 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.