-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add automated tests of
insertParagraph
and insertLineBreak
insert…
…s 2 line breaks at end of `<span contenteditable>` if it's followed by a `<div>` (#41036) `insertParagraph` and `insertLineBreak` at `<span contenteditable>foo[]</span><div>bar</div>` requires 2 line breaks to make the last empty line visible. This changeset adds the tests. Fixes web-platform-tests/interop#368
- Loading branch information
1 parent
7c2914d
commit eea2d9d
Showing
1 changed file
with
86 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters