You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adjust track vs. video loading in track-remove-insert-ready-state.html
When the test was upstreamed to WPT in
d86c4f8fdaaf4da023fc71172e20508f2ffd31ec, the <script> element that
starts the load for the video resource was moved to be a child of the
<video> element. This means that the load of the <track> element will
start when the <video> elements end tag is encountered, while the load
of the video resource starts a bit earlier. Thus if the video resource
some completes loading (enough) before the <video> element is closed by
the parser, the <track> element may not have been selected and set to
'showing' yet. This can lead to flakiness.
Restore the location of the <script> that defines the async_test() to
that which it had before the export.
Bug: 1453552
Change-Id: I02efc27e36ca288754d0854aee14637415baea6b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4624051
Reviewed-by: Dale Curtis <[email protected]>
Commit-Queue: Fredrik Söderquist <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1160554}
0 commit comments