summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/media-source/interfaces.html.ini
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /testing/web-platform/meta/media-source/interfaces.html.ini
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/web-platform/meta/media-source/interfaces.html.ini')
-rw-r--r--testing/web-platform/meta/media-source/interfaces.html.ini69
1 files changed, 69 insertions, 0 deletions
diff --git a/testing/web-platform/meta/media-source/interfaces.html.ini b/testing/web-platform/meta/media-source/interfaces.html.ini
new file mode 100644
index 000000000..ae2dd8bf0
--- /dev/null
+++ b/testing/web-platform/meta/media-source/interfaces.html.ini
@@ -0,0 +1,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
+