[webkit-changes] [WebKit/WebKit] 13fa2a: fast/mediastream/video-srcObject-set-twice.html is...
youennf
noreply at github.com
Wed Jul 5 05:32:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 13fa2acdd4842002cebe0ba83ca272cb4213f391
https://github.com/WebKit/WebKit/commit/13fa2acdd4842002cebe0ba83ca272cb4213f391
Author: Youenn Fablet <youennf at gmail.com>
Date: 2023-07-05 (Wed, 05 Jul 2023)
Changed paths:
M LayoutTests/fast/mediastream/video-srcObject-set-twice.html
Log Message:
-----------
fast/mediastream/video-srcObject-set-twice.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=258851
rdar://111738593
Reviewed by Philippe Normand.
When taking a snapshot, we sometimes do not see the video element.
This might be related to rendering taking some time.
We replace the 500 ms timer by calling testRunner.takeViewPortSnapshot and checking the result before calling notifyDone.
If the result is not as expected, we wait for the next frame to retry.
We add console logs in case we need to do some additional debugging from bot results.
* LayoutTests/fast/mediastream/video-srcObject-set-twice.html:
Canonical link: https://commits.webkit.org/265767@main
More information about the webkit-changes
mailing list