-
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.
part 8: Update WPT result and add new tests to insert mulitple white-…
…spaces This does NOT add tests to `inserttext` command which includes linefeed characters with other characters. It seems that Blink handles 2 or more length string is handled as multiple calls for every character. So each linefeed character is handled as `insertparagraph`, but Gecko treats the linefeed characters as-is. We should add the tests later with changing Gecko's behavior, but for now, we should keep current behavior because this difference must not be trobule in the wild, but we need to improve preformatted string handler of Gecko better against reported web-compat issues. Differential Revision: https://phabricator.services.mozilla.com/D124562 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1724650 gecko-commit: a26a1ab449955410e34e333fab81acb785e963f5 gecko-reviewers: m_kato
- Loading branch information
1 parent
cc0f610
commit 5060914
Showing
2 changed files
with
97 additions
and
19 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
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