[wpt-sync] Sync PR 45920 - [aspect-ratio] Fix webm file that caused test flakiness
Categories
(Core :: Layout, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox127 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45920 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45920
Details from upstream follow.
David Grogan <dgrogan@chromium.org> wrote:
[aspect-ratio] Fix webm file that caused test flakiness
Test that uses this webm file started flaking when the file was changed
last month in
https://github.com/web-platform-tests/wpt/commit/8bfc72a4f700cd663e737b2425a79bac9874a409The linked chrome bug says the test is flaky on mac and fails on linux,
but laking a dashboard shows it is actually flaky on all platforms on
the bots. See go/offqrThe test consistently fails on my local mac.
Simply re-encoding[1] the video with the vp9 version on my machine[2]
makes the test pass on chrome and doesn't regress on safari or firefox.
So give the re-encoded video a try?[1] ffmpeg -i support/2x2-green.webm -vf scale=iw1:ih1:flags=neighbor -c:v libvpx-vp9 -preset slow -crf 18 output.webm
[2] Lavc60.31.102 libvpx-vp9 instead of Lavc60.3.100 libvpx-vp9Fixed: 333058973
Change-Id: If5f488b1bd4cbc16fec669dda682b8c2be97abfc
Reviewed-on: https://chromium-review.googlesource.com/5492281
WPT-Export-Revision: 8adbfca4915449b907ebe2fe0c486c2281e3ca26
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
PASS: 1
Chrome
PASS: 1
Safari
PASS: 1
Description
•