summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/media-source/interfaces.html.ini
blob: ae2dd8bf0b7c748927cadeeaa65dcc2e70e85409 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[interfaces.html]
  type: testharness
  prefs: [media.mediasource.enabled:true]
  [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

  [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

  [VideoPlaybackQuality interface: attribute totalFrameDelay]
    expected: FAIL

  [VideoPlaybackQuality interface: video.getVideoPlaybackQuality() must inherit property "totalFrameDelay" with the proper type (4)]
    expected: FAIL

  [MediaSource interface: attribute onsourceclose]
    expected: FAIL

  [MediaSource interface: mediaSource must inherit property "onsourceclose" with the proper type (6)]
    expected: FAIL