[wpt-sync] Sync PR 44543 - [Editing] Merge the styles of fragment nodes during paste.
Categories
(Core :: DOM: Editor, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox125 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44543 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44543
Details from upstream follow.
Anupam Snigdha <snianu@microsoft.com> wrote:
[Editing] Merge the styles of fragment nodes during paste.
During copy, a fragment could have inline elements with custom
styles that need to preserved when it's pasted inside a block
level element.Bug: 41493098
Change-Id: I134b37e068c4bdf4ab68aa7f7ca93baf61d44ddb
Reviewed-on: https://chromium-review.googlesource.com/5282696
WPT-Export-Revision: bd83d631f982ecfd13c09bd50391c3558442b9c5
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK : 1
FAIL: 1
Chrome
OK : 1
FAIL: 1
Safari
OK : 1
FAIL: 1
Links
Details
New Tests That Don't Pass
- /editing/other/paste-in-list-with-inline-style.tentative.html [wpt.fyi]
- This tests for a bug in ReplaceSelectionCommand where styles are lost during paste.:
FAIL(Chrome:FAIL, Safari:FAIL)
- This tests for a bug in ReplaceSelectionCommand where styles are lost during paste.:
Comment 4•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/075475f7ffc2
https://hg.mozilla.org/mozilla-central/rev/7fae4f6bb59f
Description
•