Closed
Bug 1689886
Opened 4 years ago
Closed 4 years ago
Add a test-only clipboard.read implementation with ClipboardItem
Categories
(Core :: DOM: Core & HTML, task, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
87 Branch
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: evilpie, Assigned: evilpie)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
To re-use the existing tests from WPT we need to implement clipboard.read. I have a very simple implementation that is enough for tests but can never ship. A real implementation should asynchronously read from the Clipboard when ClipboardItem.getType is called.
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Severity: -- → S3
Status: NEW → ASSIGNED
Priority: -- → P2
Updated•4 years ago
|
Severity: S3 → N/A
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/e9bf083da681
Add a test-only clipboard.read implementation with ClipboardItem. r=nika
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•