Bug 1119119: Update web-platform-tests expected data. r=karlt

This commit is contained in:
Jean-Yves Avenard 2015-01-16 23:48:25 +11:00
parent 549b4a9927
commit 62e8aca66e
2 changed files with 69 additions and 7 deletions

View File

@ -1,3 +1,71 @@
[interfaces.html]
type: testharness
expected: ERROR
[AudioTrack interface: attribute kind]
expected: FAIL
[AudioTrack interface: attribute language]
expected: FAIL
[AudioTrack interface: attribute sourceBuffer]
expected: FAIL
[VideoTrack interface: attribute kind]
expected: FAIL
[VideoTrack interface: attribute language]
expected: FAIL
[VideoTrack interface: attribute sourceBuffer]
expected: FAIL
[TextTrack interface: attribute kind]
expected: FAIL
[TextTrack interface: attribute language]
expected: FAIL
[TextTrack interface: attribute sourceBuffer]
expected: FAIL
[MediaSource interface: existence and properties of interface object]
expected: FAIL
[SourceBuffer interface: existence and properties of interface object]
expected: FAIL
[SourceBuffer interface: attribute audioTracks]
expected: FAIL
[SourceBuffer interface: attribute videoTracks]
expected: FAIL
[SourceBuffer interface: attribute textTracks]
expected: FAIL
[SourceBuffer interface: operation appendStream(Stream,unsigned long long)]
expected: FAIL
[SourceBuffer interface: sourceBuffer must inherit property "audioTracks" with the proper type (4)]
expected: FAIL
[SourceBuffer interface: sourceBuffer must inherit property "videoTracks" with the proper type (5)]
expected: FAIL
[SourceBuffer interface: sourceBuffer must inherit property "textTracks" with the proper type (6)]
expected: FAIL
[SourceBuffer interface: sourceBuffer must inherit property "appendStream" with the proper type (11)]
expected: FAIL
[SourceBuffer interface: calling appendStream(Stream,unsigned long long) on sourceBuffer with too few arguments must throw TypeError]
expected: FAIL
[SourceBufferList interface: existence and properties of interface object]
expected: FAIL
[VideoPlaybackQuality interface: attribute totalFrameDelay]
expected: FAIL
[VideoPlaybackQuality interface: video.getVideoPlaybackQuality() must inherit property "totalFrameDelay" with the proper type (4)]
expected: FAIL

View File

@ -3,9 +3,3 @@
[Test MediaSource.removeSourceBuffer() call during a pending appendBuffer().]
expected: FAIL
[Test appending an empty ArrayBufferView.]
expected: FAIL
[Test appending an empty ArrayBuffer.]
expected: FAIL