Bug 113830
Summary: | Object-fit VIDEO element tests fail in Mac EWS | ||
---|---|---|---|
Product: | WebKit | Reporter: | Morten Stenshorne <mstensho> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | ap |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | Unspecified |
Morten Stenshorne
It appears that the video player on Mac has problems two things essential to the 'object-fit' property:
1: clipping
2: forcing an aspect ratio different from the intrinsic one
Disclaimer: I don't have a Mac, so I haven't really investigated this. Could be that some of this actually needs to be fixed in WebCore.
Two new tests added in bug 52040 fail because of this:
media/video-object-fit.html
media/video-object-fit-change.html
Added to TestExpectations accordingly.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
These tests are failing very often, but not in the way described here any more. I'm just seeing them basically time out, rendering some of the boxes black.
Alexey Proskuryakov
Filed bug 121803 to track the current behavior.