[webkit-changes] [WebKit/WebKit] 093026: REGRESSION (Sonoma): 6 fast/selectors/style-invali...

Antti Koivisto noreply at github.com
Tue Oct 17 09:19:42 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 09302682d5b699bc446ae4828a62a4a338ea7ced
      https://github.com/WebKit/WebKit/commit/09302682d5b699bc446ae4828a62a4a338ea7ced
  Author: Antti Koivisto <antti at apple.com>
  Date:   2023-10-17 (Tue, 17 Oct 2023)

  Changed paths:
    M LayoutTests/platform/mac-wk2/TestExpectations
    M Source/WebKit/UIProcess/WebPageProxy.cpp

  Log Message:
  -----------
  REGRESSION (Sonoma): 6 fast/selectors/style-invalidation tests are a consistent failure
https://bugs.webkit.org/show_bug.cgi?id=263244
rdar://113666519

Reviewed by Chris Dumez.

Test fast/selectors/selection-window-inactive.html was calling testRunner.setWindowIsKey(false) which clears
the ActivityState::WindowIsActive flag. This state persisted between tests, affecting the subsequent ones.

* LayoutTests/platform/mac-wk2/TestExpectations:
* Source/WebKit/UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::dispatchActivityStateUpdateForTesting):

Ensure that the activity state is fully up-to-date when initializing testing.

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




More information about the webkit-changes mailing list