[webkit-changes] [WebKit/WebKit] 68e39d: REGRESSION(266896 at main): html/semantics/embedded-c...

Ryosuke Niwa noreply at github.com
Sat Sep 2 16:59:14 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 68e39d4247937c0adf6f60ae15d2124254b5126d
      https://github.com/WebKit/WebKit/commit/68e39d4247937c0adf6f60ae15d2124254b5126d
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2023-09-02 (Sat, 02 Sep 2023)

  Changed paths:
    M LayoutTests/TestExpectations
    M LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/location-of-the-media-resource/currentSrc.html

  Log Message:
  -----------
  REGRESSION(266896 at main): html/semantics/embedded-content/media-elements/location-of-the-media-resource/currentSrc.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=260929

Reviewed by Alan Baradlay.

The flakiness was caused by the 0s timer sometimes firing before the media task had a chance to run til completion.
To avoid this non-determinism, wait for loadstart event before scheduling the 0s timer.

* LayoutTests/TestExpectations:
* LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/location-of-the-media-resource/currentSrc.html:

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




More information about the webkit-changes mailing list