[wpt-sync] Sync PR 22951 - [video-raf] Add parameter verificiation tests
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox77 fixed)
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 22951 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/22951
Details from upstream follow.
Thomas Guilbert <tguilbert@chromium.org> wrote:
[video-raf] Add parameter verificiation tests
This CL adds/modifies three tests:
Updates the chained video.rAF callback test to also verify the
required VideoFrameMetadata fields (e.g. dimensions stay constant, time
and presented frames are increasing).Adds a test that makes sure that video.rAF callbacks are
executed before window.rAF callbacks, and in the same turn of the event
loop (as measured by having identical 'time' callback parameters).Adds a test that verifies that all of the WebRTC optional parameters
are present when we expect them to be.Bug: 1012063
Change-Id: I72461dd42f6da1a03faaee61355e7c191fe4c116
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130643
Commit-Queue: Guido Urdaneta \<guidou@chromium.org>
Reviewed-by: Guido Urdaneta \<guidou@chromium.org>
Reviewed-by: Dan Sanders \<sandersd@chromium.org>
Auto-Submit: Thomas Guilbert \<tguilbert@chromium.org>
Cr-Commit-Position: refs/heads/master@{#759671}
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2a86fb14594d
https://hg.mozilla.org/mozilla-central/rev/fdb002181fe3
Description
•