Bug 1535608 [wpt PR 15774] - [ElementTiming] Allow timing for video poster image...
commit477f7a0c7a6ec5387c7ab6f819bfd6849a4cc498
authorNicolás Peña Moreno <npm@chromium.org>
Tue, 26 Mar 2019 14:07:39 +0000 (26 14:07 +0000)
committerJames Graham <james@hoppipolla.co.uk>
Mon, 1 Apr 2019 13:43:23 +0000 (1 14:43 +0100)
tree4a288aeb44d551bce0cafb154b11adfd6e980532
parentd511ea92f1172f76142abfd683f6c93a3db7a220
Bug 1535608 [wpt PR 15774] - [ElementTiming] Allow timing for video poster image, a=testonly

Automatic update from web-platform-tests
[ElementTiming] Allow timing for video poster image

This CL allows ElementTiming to observe video poster images. Since
VideoPainter delegates the poster image painting to ImagePainter, this
is just a matter of allowing the node used to be a video element. A test
showing that the video poster image is observed is added.

Bug: 879270
Change-Id: Ic5f354180343cb5e3763d715a87290a540fd8e64
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1516782
Reviewed-by: Chris Harrelson <chrishtr@chromium.org>
Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#639978}

--

wpt-commits: c7064439c10a156cd7ecef3e56e5fc7799532709
wpt-pr: 15774
testing/web-platform/tests/element-timing/observe-video-poster.html [new file with mode: 0644]