Bug 54895 - [GTK] editing/pasteboard/dataTransfer-setData-getData.html fails
Summary: [GTK] editing/pasteboard/dataTransfer-setData-getData.html fails
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-21 11:24 PST by Alejandro G. Castro
Modified: 2011-02-21 13:36 PST (History)
1 user (show)

See Also:


Attachments
Patch (4.21 KB, patch)
2011-02-21 13:29 PST, Martin Robinson
xan.lopez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alejandro G. Castro 2011-02-21 11:24:59 PST
Diff file:

@@ -36,6 +36,15 @@
 --- Test set/get 'text/plain':
 PASS getDataResultType is "string"
 PASS getDataResult is "Lorem ipsum dolor sit amet."
+--- Test set 'text/plain', get 'text':
+PASS getDataResultType is "string"
+FAIL getDataResult should be Lorem ipsum dolor sit amet.. Was .
+--- Test set 'text', get 'text/plain':
+PASS getDataResultType is "string"
+FAIL getDataResult should be Lorem ipsum dolor sit amet.. Was Drag me.
+--- Test set/get 'text':
+PASS getDataResultType is "string"
+FAIL getDataResult should be Lorem ipsum dolor sit amet.. Was .
 PASS successfullyParsed is true
 
 TEST COMPLETE
Comment 1 Martin Robinson 2011-02-21 13:29:56 PST
Created attachment 83211 [details]
Patch
Comment 2 Xan Lopez 2011-02-21 13:33:14 PST
Comment on attachment 83211 [details]
Patch

Bam.
Comment 3 Martin Robinson 2011-02-21 13:36:00 PST
Committed r79249: <http://trac.webkit.org/changeset/79249>