[webkit-changes] [WebKit/WebKit] 1cc87d: [Live Range Selection] fast/forms/input-text-maxle...

Ryosuke Niwa noreply at github.com
Tue Nov 29 21:08:36 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1cc87d66d1203936b7af407579907b711324f683
      https://github.com/WebKit/WebKit/commit/1cc87d66d1203936b7af407579907b711324f683
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2022-11-29 (Tue, 29 Nov 2022)

  Changed paths:
    M LayoutTests/fast/forms/input-text-maxlength.html
    M LayoutTests/fast/forms/input-text-paste-maxlength.html

  Log Message:
  -----------
  [Live Range Selection] fast/forms/input-text-maxlength.html and fast/forms/input-text-paste-maxlength.html fail
https://bugs.webkit.org/show_bug.cgi?id=248433

Reviewed by Darin Adler.

Use internals functions to get the visible text instead of relying on getSelection().toString()
to include text within input elements.

* LayoutTests/fast/forms/input-text-maxlength.html:
* LayoutTests/fast/forms/input-text-paste-maxlength.html:

Canonical link: https://commits.webkit.org/257161@main




More information about the webkit-changes mailing list