Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d90f0e768984a5127eaf4d6790bb1611c8272b79
https://github.com/WebKit/WebKit/commit/d90f0e768984a5127eaf4d6790bb1611c8272b79
Author: Jer Noble <[email protected]>
Date: 2026-08-17 (Mon, 17 Aug 2026)
Changed paths:
M LayoutTests/TestExpectations
A
LayoutTests/imported/w3c/web-platform-tests/css/selectors/invalidation/media-loading-pseudo-classes-in-has.sub-expected.txt
A
LayoutTests/imported/w3c/web-platform-tests/css/selectors/media/media-loading-state-timing.sub-expected.txt
A
LayoutTests/imported/w3c/web-platform-tests/css/selectors/media/media-loading-state.sub-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/css/selectors/media/support/stall-resume.py
A LayoutTests/imported/w3c/web-platform-tests/media/movie_300.webm
M LayoutTests/platform/wpe/TestExpectations
Log Message:
-----------
[WPT] Enable css/selectors/media/media-loading-state-timing.sub.html
rdar://184145070
https://bugs.webkit.org/show_bug.cgi?id=321107
Reviewed by Jean-Yves Avenard.
The stall-resume.py script inside css/selectors/media/support/ will cause
requests made
to block until a POST unblocks loading. This causes problems with Range
requests as multiple
range requests may be issued, succeed, but block at the 4k mark. Once the POST
is issued,
it becomes a race as to which request will become unblocked.
Modify stall-resume.py so that the POST command will unblock _all_ requests for
a limited
time (5s). Also update the request path so that a cancelled request is detected
and causes
the server to bail out early, reducing concurrent blocked requests.
Un-skip this test and two other related ones that are passing on WPT.fyi.
* LayoutTests/TestExpectations:
*
LayoutTests/imported/w3c/web-platform-tests/css/selectors/invalidation/media-loading-pseudo-classes-in-has.sub-expected.txt:
Added.
*
LayoutTests/imported/w3c/web-platform-tests/css/selectors/media/fetch-loading-state-timing.sub-expected.txt:
Added.
*
LayoutTests/imported/w3c/web-platform-tests/css/selectors/media/fetch-loading-state-timing.sub.html:
Added.
*
LayoutTests/imported/w3c/web-platform-tests/css/selectors/media/media-loading-state-timing.sub-expected.txt:
Added.
*
LayoutTests/imported/w3c/web-platform-tests/css/selectors/media/media-loading-state.sub-expected.txt:
Added.
*
LayoutTests/imported/w3c/web-platform-tests/css/selectors/media/support/stall-resume.py:
(main):
Canonical link: https://commits.webkit.org/319344@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications