mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Auto merge of #18582 - servo:media, r=emilio
Improve HTMLMediaElement <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18582) <!-- Reviewable:end -->
This commit is contained in:
commit
f3214372bf
10 changed files with 277 additions and 137 deletions
|
@ -1,9 +1,5 @@
|
|||
[load-removes-queued-error-event.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[video error event]
|
||||
[source error event]
|
||||
expected: FAIL
|
||||
|
||||
[source error event]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[resource-selection-candidate-insert-before.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[inserting another source before the candidate]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[resource-selection-invoke-insert-source-not-in-document.html]
|
||||
type: testharness
|
||||
[invoking resource selection by inserting <source> in video not in a document]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[resource-selection-invoke-insert-source.html]
|
||||
type: testharness
|
||||
[invoking resource selection by inserting <source>]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[resource-selection-remove-source.html]
|
||||
type: testharness
|
||||
[Changes to networkState when inserting and removing a <source>]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue