Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7afee66099384d808e5573f9f99a49068fcec689
      
https://github.com/WebKit/WebKit/commit/7afee66099384d808e5573f9f99a49068fcec689
  Author: Cameron McCormack <[email protected]>
  Date:   2026-05-08 (Fri, 08 May 2026)

  Changed paths:
    M LayoutTests/transitions/resources/transition-test-helpers.js

  Log Message:
  -----------
  Address multiple-shadow-transitions.html flakiness
https://bugs.webkit.org/show_bug.cgi?id=114187
rdar://problem/176520800

Reviewed by Dan Glastonbury.

The test's pauseTransitionAtTimeOnElement helper strips the -webkit-
prefix and looks for a CSSTransition with transitionProperty == "box-shadow",
but -webkit-box-shadow is a cascade alias of box-shadow, which means in
specified style (and animations) it keeps it original name. Since the
CSSTransition cannot be found with the unprefixed name, the test ends up
sampling the transition at an indeterminate time.

* LayoutTests/transitions/resources/transition-test-helpers.js:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to