[Webkit-unassigned] [Bug 46943] [chromium] getData('text/uri-list') should return the same thing that was passed to setData('text/uri-list')

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 4 16:49:03 PDT 2010


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


Tony Chang <tony at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #69713|review?, commit-queue?      |review-
               Flag|                            |




--- Comment #2 from Tony Chang <tony at chromium.org>  2010-10-04 16:49:04 PST ---
(From update of attachment 69713)
View in context: https://bugs.webkit.org/attachment.cgi?id=69713&action=review

The code looks OK but I would like to see more tests.

> LayoutTests/editing/pasteboard/script-tests/dataTransfer-setData-getData.js:103
> +    test("text/uri-list", "# comment\r\nhttp://test.com\r\nhttp://check.com", 
> +         "URL", "http://test.com/");

Can you add some more test cases like setting URL and getting text/uri-list?  What about setting a text/uri-list with comments but no urls and getting URL?  What about setting a URL with multiple urls and getting with URL?

-- 
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