[webkit-changes] [WebKit/WebKit] 91d6b0: [Live Range Selection] editing/execCommand/apply-i...

Ryosuke Niwa noreply at github.com
Wed Jan 4 15:20:34 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 91d6b05b3aafd86d011f5b02cdb8386aff076a8c
      https://github.com/WebKit/WebKit/commit/91d6b05b3aafd86d011f5b02cdb8386aff076a8c
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2023-01-04 (Wed, 04 Jan 2023)

  Changed paths:
    M LayoutTests/editing/execCommand/apply-inline-style-to-element-with-no-renderer-crash.html

  Log Message:
  -----------
  [Live Range Selection] editing/execCommand/apply-inline-style-to-element-with-no-renderer-crash.html fails
https://bugs.webkit.org/show_bug.cgi?id=250089

Reviewed by Wenson Hsieh.

The failure was caused by an invalid call to setBaseAndExtent with null as end container.
Fixed the test by specifying input element for both start & end.

* LayoutTests/editing/execCommand/apply-inline-style-to-element-with-no-renderer-crash.html:

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




More information about the webkit-changes mailing list