Bug 178454 - [GTK] Various pasteboard tests fail
Summary: [GTK] Various pasteboard tests fail
Status: RESOLVED DUPLICATE of bug 177633
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-18 07:25 PDT by Ms2ger (he/him; ⌚ UTC+1/+2)
Modified: 2018-02-13 20:19 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***