[webkit-changes] [WebKit/WebKit] 179001: [Live Range Selection] fast/css/counters/counter-b...

Ryosuke Niwa noreply at github.com
Sat Dec 17 06:52:00 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1790015372f92b1243ffc68561d19ff9fab8064c
      https://github.com/WebKit/WebKit/commit/1790015372f92b1243ffc68561d19ff9fab8064c
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2022-12-17 (Sat, 17 Dec 2022)

  Changed paths:
    M LayoutTests/fast/css/counters/counter-before-content-not-incremented.html

  Log Message:
  -----------
  [Live Range Selection] fast/css/counters/counter-before-content-not-incremented.html times out
https://bugs.webkit.org/show_bug.cgi?id=249524

Reviewed by Darin Adler.

The test failure is caused by the test assuming the selection end points to be canonicalized,
which is no longer true once live range selection is enabled. Fixed the test by explicitly
setting selection end points to the canonicalized positions.

* LayoutTests/fast/css/counters/counter-before-content-not-incremented.html:

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




More information about the webkit-changes mailing list