Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[GTK][MSE] Update list of media-source tests that fail.
Unskip imported/w3c/web-platform-tests/media-source tests for WebKitGTK+ Report the list of those tests that fail. Rebase imported/w3c/web-platform-tests/media-source/mediasource-removesourcebuffer.html. Unreviewed gardening. * platform/gtk/TestExpectations: * platform/gtk/imported/w3c/web-platform-tests/media-source/mediasource-removesourcebuffer-expected.txt: Added. Rebased. Canonical link: https://commits.webkit.org/184167@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@210794 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
59 additions
and 2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,9 @@ | ||
|
||
PASS Test addSourceBuffer(), removeSourceBuffer(), addSourceBuffer() sequence. | ||
PASS Test removeSourceBuffer() with null | ||
PASS Test calling removeSourceBuffer() twice with the same object. | ||
PASS Test calling removeSourceBuffer() for a sourceBuffer belonging to a different mediaSource instance. | ||
PASS Test calling removeSourceBuffer() in ended state. | ||
PASS Test removesourcebuffer event on activeSourceBuffers. | ||
PASS Test abort event when removeSourceBuffer() called while SourceBuffer is updating | ||
|