[Webkit-unassigned] [Bug 31004] New: fast/events/drag-and-drop-dataTransfer-types-nocrash.html is not portable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 2 00:53:49 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=31004

           Summary: fast/events/drag-and-drop-dataTransfer-types-nocrash.h
                    tml is not portable
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yutak at chromium.org


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list