Implement MediaError::Message

The spec says that it's ok to put an empty string in it if we don't have more
informations.
This commit is contained in:
Anthony Ramine 2017-10-04 11:41:41 +02:00
parent b8c55e7da6
commit eb0c1a53ad
4 changed files with 7 additions and 14 deletions

View file

@ -9993,12 +9993,6 @@
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "onmousewheel" with the proper type (126)]
expected: FAIL
[MediaError interface: attribute message]
expected: FAIL
[MediaError interface: errorVideo.error must inherit property "message" with the proper type (5)]
expected: FAIL
[HTMLScriptElement interface: attribute noModule]
expected: FAIL

View file

@ -1,8 +0,0 @@
[error.html]
type: testharness
[audio.error after setting src to the empty string]
expected: FAIL
[video.error after setting src to the empty string]
expected: FAIL