Bug 178454

Summary: [GTK] Various pasteboard tests fail
Product: WebKit Reporter: Ms2ger (he/him; ⌚ UTC+1/+2) <Ms2ger>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: bugs-noreply, mcatanzaro
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Ms2ger (he/him; ⌚ UTC+1/+2) 2017-10-18 07:25:52 PDT
editing/pasteboard/copy-without-selection.html
editing/pasteboard/copying-html-strips-javascript-url-and-event-handler.html
editing/pasteboard/data-transfer-get-data-on-copying-pasting-malformed-url-in-same-document.html
editing/pasteboard/data-transfer-get-data-on-pasting-html-uses-blob-url.html
editing/pasteboard/data-transfer-items-add-custom-data.html
editing/pasteboard/data-transfer-set-data-ignore-copied-malformed-url-in-null-origin.html
editing/pasteboard/data-transfer-set-data-sanitize-url-when-copying-in-null-origin.html
editing/pasteboard/data-transfer-set-data-sanitizes-html-when-copying-in-null-origin.html
editing/pasteboard/data-transfer-set-data-sanitizes-html-when-copying.html
editing/pasteboard/dataTransfer-types-pasting-plaintext.html
editing/pasteboard/onpaste-text-html-types.html
editing/pasteboard/pasting-empty-html-falls-back-to-text.html
Comment 1 Michael Catanzaro 2017-10-18 11:18:22 PDT
We need to implement the modern pasteboard API. According to Ryosuke, that means implementing:

 * Pasteboard::typesSafeForBindings()
 * Pasteboard::writeCustomData(const PasteboardCustomData&)
 * Pasteboard::readOrigin()
 * Pasteboard::readStringForCustomData(const String&)
Comment 2 Michael Catanzaro 2018-02-13 20:19:55 PST
This is a dup of bug #177633, I'll move all associated test expectations there.

*** This bug has been marked as a duplicate of bug 177633 ***