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:
bors-servo 2017-09-25 03:51:53 -05:00 committed by GitHub
commit f3214372bf
10 changed files with 277 additions and 137 deletions

View file

@ -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

View file

@ -1,6 +1,5 @@
[resource-selection-candidate-insert-before.html]
type: testharness
expected: TIMEOUT
[inserting another source before the candidate]
expected: TIMEOUT
expected: FAIL

View file

@ -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

View file

@ -1,5 +0,0 @@
[resource-selection-invoke-insert-source.html]
type: testharness
[invoking resource selection by inserting <source>]
expected: FAIL

View file

@ -1,5 +0,0 @@
[resource-selection-remove-source.html]
type: testharness
[Changes to networkState when inserting and removing a <source>]
expected: FAIL