Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(623)

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/mediacapture-record/idlharness-expected.txt

Issue 2758103002: MediaRecoder: add idlharness WPT (Closed)
Patch Set: s/media-recorder/mediacapture-record/ folder to follow the spec name (and not the Class name) Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/external/wpt/mediacapture-record/idlharness.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/external/wpt/mediacapture-record/idlharness-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/mediacapture-record/idlharness-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/mediacapture-record/idlharness-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4563c996e668c59f81e3db50f44d86b30abb86ee
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/mediacapture-record/idlharness-expected.txt
@@ -0,0 +1,60 @@
+This is a testharness.js-based test.
+Found 56 tests; 48 PASS, 8 FAIL, 0 TIMEOUT, 0 NOTRUN.
+PASS MediaRecorder interface: existence and properties of interface object
+PASS MediaRecorder interface object length
+PASS MediaRecorder interface object name
+FAIL MediaRecorder interface: existence and properties of interface prototype object assert_equals: class string of MediaRecorder.prototype expected "[object MediaRecorderPrototype]" but got "[object MediaRecorder]"
+PASS MediaRecorder interface: existence and properties of interface prototype object's "constructor" property
+PASS MediaRecorder interface: attribute stream
+PASS MediaRecorder interface: attribute mimeType
+PASS MediaRecorder interface: attribute state
+PASS MediaRecorder interface: attribute onstart
+PASS MediaRecorder interface: attribute onstop
+PASS MediaRecorder interface: attribute ondataavailable
+PASS MediaRecorder interface: attribute onpause
+PASS MediaRecorder interface: attribute onresume
+PASS MediaRecorder interface: attribute onerror
+PASS MediaRecorder interface: attribute videoBitsPerSecond
+PASS MediaRecorder interface: attribute audioBitsPerSecond
+PASS MediaRecorder interface: operation start(long)
+PASS MediaRecorder interface: operation stop()
+PASS MediaRecorder interface: operation pause()
+PASS MediaRecorder interface: operation resume()
+PASS MediaRecorder interface: operation requestData()
+PASS MediaRecorder interface: operation isTypeSupported(DOMString)
+PASS MediaRecorder must be primary interface of [object MediaRecorder]
+PASS Stringification of [object MediaRecorder]
+PASS MediaRecorder interface: [object MediaRecorder] must inherit property "stream" with the proper type (0)
+PASS MediaRecorder interface: [object MediaRecorder] must inherit property "mimeType" with the proper type (1)
+PASS MediaRecorder interface: [object MediaRecorder] must inherit property "state" with the proper type (2)
+PASS MediaRecorder interface: [object MediaRecorder] must inherit property "onstart" with the proper type (3)
+PASS MediaRecorder interface: [object MediaRecorder] must inherit property "onstop" with the proper type (4)
+PASS MediaRecorder interface: [object MediaRecorder] must inherit property "ondataavailable" with the proper type (5)
+PASS MediaRecorder interface: [object MediaRecorder] must inherit property "onpause" with the proper type (6)
+PASS MediaRecorder interface: [object MediaRecorder] must inherit property "onresume" with the proper type (7)
+PASS MediaRecorder interface: [object MediaRecorder] must inherit property "onerror" with the proper type (8)
+PASS MediaRecorder interface: [object MediaRecorder] must inherit property "videoBitsPerSecond" with the proper type (9)
+PASS MediaRecorder interface: [object MediaRecorder] must inherit property "audioBitsPerSecond" with the proper type (10)
+PASS MediaRecorder interface: [object MediaRecorder] must inherit property "start" with the proper type (11)
+PASS MediaRecorder interface: calling start(long) on [object MediaRecorder] with too few arguments must throw TypeError
+PASS MediaRecorder interface: [object MediaRecorder] must inherit property "stop" with the proper type (12)
+PASS MediaRecorder interface: [object MediaRecorder] must inherit property "pause" with the proper type (13)
+PASS MediaRecorder interface: [object MediaRecorder] must inherit property "resume" with the proper type (14)
+PASS MediaRecorder interface: [object MediaRecorder] must inherit property "requestData" with the proper type (15)
+PASS MediaRecorder interface: [object MediaRecorder] must inherit property "isTypeSupported" with the proper type (16)
+PASS MediaRecorder interface: calling isTypeSupported(DOMString) on [object MediaRecorder] with too few arguments must throw TypeError
+PASS BlobEvent interface: existence and properties of interface object
+PASS BlobEvent interface object length
+PASS BlobEvent interface object name
+FAIL BlobEvent interface: existence and properties of interface prototype object assert_equals: class string of BlobEvent.prototype expected "[object BlobEventPrototype]" but got "[object BlobEvent]"
+PASS BlobEvent interface: existence and properties of interface prototype object's "constructor" property
+PASS BlobEvent interface: attribute data
+PASS BlobEvent interface: attribute timecode
+FAIL MediaRecorderErrorEvent interface: existence and properties of interface object assert_own_property: self does not have own property "MediaRecorderErrorEvent" expected property "MediaRecorderErrorEvent" missing
+FAIL MediaRecorderErrorEvent interface object length assert_own_property: self does not have own property "MediaRecorderErrorEvent" expected property "MediaRecorderErrorEvent" missing
+FAIL MediaRecorderErrorEvent interface object name assert_own_property: self does not have own property "MediaRecorderErrorEvent" expected property "MediaRecorderErrorEvent" missing
+FAIL MediaRecorderErrorEvent interface: existence and properties of interface prototype object assert_own_property: self does not have own property "MediaRecorderErrorEvent" expected property "MediaRecorderErrorEvent" missing
+FAIL MediaRecorderErrorEvent interface: existence and properties of interface prototype object's "constructor" property assert_own_property: self does not have own property "MediaRecorderErrorEvent" expected property "MediaRecorderErrorEvent" missing
+FAIL MediaRecorderErrorEvent interface: attribute error assert_own_property: self does not have own property "MediaRecorderErrorEvent" expected property "MediaRecorderErrorEvent" missing
+Harness: the test ran to completion.
+
« no previous file with comments | « third_party/WebKit/LayoutTests/external/wpt/mediacapture-record/idlharness.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698