Open Bug 1653536 Opened 4 years ago Updated 4 years ago

`white-space-after-execCommand-inserttext.tentative.html` tests NOOP cases a lot

Categories

(Core :: DOM: Editor, task, P3)

task

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:

  1. inserting a visible character, and check normalizing range.
  2. inserting a white-space, and check normalizing range.
Severity: -- → S4
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.