Open
Bug 1653536
Opened 3 years ago
Updated 3 years ago
`white-space-after-execCommand-inserttext.tentative.html` tests NOOP cases a lot
Categories
(Core :: DOM: Editor, task, P3)
Core
DOM: Editor
Tracking
()
ASSIGNED
People
(Reporter: masayuki, Assigned: masayuki)
References
(Blocks 1 open bug)
Details
A WPT which I added in bug 1642594 does wrong thing, and does not test actually. That's white-space-after-execCommand-inserttext.tentative.html
's last chunk. It calls document.execCommand("inserttext", false, "")
, but this is not what I wanted to test. I don't remember which I want to test, but I think we should test both cases:
- inserting a visible character, and check normalizing range.
- inserting a white-space, and check normalizing range.
Updated•3 years ago
|
Severity: -- → S4
Priority: -- → P3
Assignee | ||
Updated•3 years ago
|
Blocks: better-white-space-normalizer
You need to log in
before you can comment on or make changes to this bug.
Description
•