script: Claim blob before loading <video> poster frame#59049
script: Claim blob before loading <video> poster frame#59049servo-wpt-sync wants to merge 1 commit intoweb-platform-tests:masterfrom
<video> poster frame#59049Conversation
Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
wpt-pr-bot
left a comment
There was a problem hiding this comment.
The review process for this patch is being conducted in the Servo project.
|
⛔ The downstream PR has merged (servo/servo#44035), but these changes could not be merged properly. Please address any CI issues and try to merge manually. |
|
@simonwuelker Looks like the test might have intermittent results in other browsers, which could be due to implementation bugs like the one we fixed in Servo. I will ask in matrix how to proceed. |
|
The problem is probably using I'm unsure how to make sure that the screenshot is taken after the poster is loaded... Since in our case the load event fires long before the blob URL is created, so its not delayed. |
Refer to servo/servo#43746 for a description of the problem. This change ensures that video posters can be loaded from blob URLs, even if the URL is revoked right after.
Testing: This change adds a test
Reviewed in servo/servo#44035