/home/clopez/webkit/webkit/layout-test-results/editing/pasteboard/dataTransfer-setData-getData-actual.txt

44
55
66--- Test set/get 'URL':
7 PASS getDataResultType is "string"
8 PASS getDataResult is "http://test.com/"
97--- Test set/get 'URL' with multiple URLs:
10 PASS getDataResultType is "string"
11 PASS getDataResult is "http://test.com/"
128--- Test set/get 'text/uri-list':
13 PASS getDataResultType is "string"
14 PASS getDataResult is "http://test.com\r\nhttp://check.com"
159--- Test set/get 'text/uri-list' using '\n':
16 PASS getDataResultType is "string"
17 PASS getDataResult is "http://test.com\nhttp://check.com"
1810--- Test set 'text/uri-list', get 'URL':
19 PASS getDataResultType is "string"
20 PASS getDataResult is "http://test.com/"
2111--- Test set 'URL', get 'text/uri-list':
22 PASS getDataResultType is "string"
23 PASS getDataResult is "http://test.com\r\nhttp://check.com"
2412--- Test set 'text/uri-list', get 'URL', using only '\n':
25 PASS getDataResultType is "string"
26 PASS getDataResult is "http://test.com/"
2713--- Test set/get 'text/uri-list' with comments:
28 PASS getDataResultType is "string"
29 PASS getDataResult is "# comment\r\nhttp://test.com\r\nhttp://check.com"
3014--- Test set 'text/uri-list', get 'URL' with comments:
31 PASS getDataResultType is "string"
32 PASS getDataResult is "http://test.com/"
3315--- Test set 'text/uri-list', get 'URL' with only comments:
34 PASS getDataResultType is "string"
35 PASS getDataResult is ""
3616--- Test set/get 'text/plain':
37 PASS getDataResultType is "string"
38 PASS getDataResult is "Lorem ipsum dolor sit amet."
3917--- Test set 'text/plain', get 'text':
40 PASS getDataResultType is "string"
41 PASS getDataResult is "Lorem ipsum dolor sit amet."
4218--- Test set 'text', get 'text/plain':
43 PASS getDataResultType is "string"
44 PASS getDataResult is "Lorem ipsum dolor sit amet."
4519--- Test set/get 'text':
46 PASS getDataResultType is "string"
47 PASS getDataResult is "Lorem ipsum dolor sit amet."
4820PASS successfullyParsed is true
4921
5022TEST COMPLETE