[video-raf] Add parameter verificiation tests
This CL adds/modifies three tests: 1. 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). 2. 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). 3. 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}
Showing
Please register or sign in to comment