[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
Tue Oct 5 11:12:44 PDT 2010


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





--- Comment #6 from Tony Chang <tony at chromium.org>  2010-10-05 11:12:44 PST ---
Fixing in a follow up patch sounds fine since it sounds like this isn't a regression.  Instead of deleting the test case, keep the test case with the correct value:
test("text/uri-list", "# comment\r\n# comment 2\r\n# comment 3", 
     "URL", "");

But check in an -expected.txt file with the word FAIL in it.  When we fix the code, we can check in the new -expected.txt file.  We do this for other 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