[wpt-sync] Sync PR 43851 - Do not remove File kind objects in dataTransfer.clearData().
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox123 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 43851 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/43851
Details from upstream follow.
Palak Bhatia <palakbhatia@microsoft.com> wrote:
Do not remove File kind objects in dataTransfer.clearData().
As per the spec
https://html.spec.whatwg.org/multipage/dnd.html#dom-datatransfer-cleardata,
clearData() does not delete the File objects.
This aligns the behavior of clearData() with other browsers such as
Firefox and Safari.Bug: 1402130
Change-Id: Ic5cb875675368f03e110b91056235a93de7aa98d
Reviewed-on: https://chromium-review.googlesource.com/5124820
WPT-Export-Revision: e006da24cbead11c0610922e9e82fec88954acd8
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK : 1
PASS: 1
Chrome
OK : 1
FAIL: 1
Links
Comment 4•2 years ago
|
||
| bugherder | ||
Description
•