New issue
Advanced search Search tips

Issue 854779 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Deduplicate mediasource-append-buffer blink layout and external/wpt tests

Project Member Reported by wolenetz@chromium.org, Jun 20 2018

Issue description

While investigating crbug 854711, I noticed now might be a good time to at least deduplicate:
[WPT]: external/wpt/media-source/mediasource-append-buffer.html, and
[BLINK]: http/tests/media/media-source/mediasource-append-buffer.html

On inspection, it looks like WPT has some general improvements to many of the common cases (like listening for and failing on 'error' event), BLINK has some bulk " -> ' changes, but there are some tests currently only in just one of each of WPT/BLINK:

WPT has, BLINK doesn't have:
* "Test appendBuffer events order."
* "Test slow appending does not trigger stalled events."

BLINK has, WPT doesn't have:
* "Test abort in the middle of a media segment."
* Conditional (if window.SharedArrayBuffer) "Test appending SharedArrayBuffer view."

This bug tracks merging the full mediasource-append-buffer.html test functionality into the external/wpt version, and if there are any cases required only in Chrome, to put those in a *-chrome version of the test in BLINK's folder.
 
Blockedon: 854711
Blockedon: -854711

Sign in to add a comment