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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 Found 56 tests; 48 PASS, 8 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS MediaRecorder interface: existence and properties of interface object
4 PASS MediaRecorder interface object length
5 PASS MediaRecorder interface object name
6 FAIL MediaRecorder interface: existence and properties of interface prototype ob ject assert_equals: class string of MediaRecorder.prototype expected "[object Me diaRecorderPrototype]" but got "[object MediaRecorder]"
7 PASS MediaRecorder interface: existence and properties of interface prototype ob ject's "constructor" property
8 PASS MediaRecorder interface: attribute stream
9 PASS MediaRecorder interface: attribute mimeType
10 PASS MediaRecorder interface: attribute state
11 PASS MediaRecorder interface: attribute onstart
12 PASS MediaRecorder interface: attribute onstop
13 PASS MediaRecorder interface: attribute ondataavailable
14 PASS MediaRecorder interface: attribute onpause
15 PASS MediaRecorder interface: attribute onresume
16 PASS MediaRecorder interface: attribute onerror
17 PASS MediaRecorder interface: attribute videoBitsPerSecond
18 PASS MediaRecorder interface: attribute audioBitsPerSecond
19 PASS MediaRecorder interface: operation start(long)
20 PASS MediaRecorder interface: operation stop()
21 PASS MediaRecorder interface: operation pause()
22 PASS MediaRecorder interface: operation resume()
23 PASS MediaRecorder interface: operation requestData()
24 PASS MediaRecorder interface: operation isTypeSupported(DOMString)
25 PASS MediaRecorder must be primary interface of [object MediaRecorder]
26 PASS Stringification of [object MediaRecorder]
27 PASS MediaRecorder interface: [object MediaRecorder] must inherit property "stre am" with the proper type (0)
28 PASS MediaRecorder interface: [object MediaRecorder] must inherit property "mime Type" with the proper type (1)
29 PASS MediaRecorder interface: [object MediaRecorder] must inherit property "stat e" with the proper type (2)
30 PASS MediaRecorder interface: [object MediaRecorder] must inherit property "onst art" with the proper type (3)
31 PASS MediaRecorder interface: [object MediaRecorder] must inherit property "onst op" with the proper type (4)
32 PASS MediaRecorder interface: [object MediaRecorder] must inherit property "onda taavailable" with the proper type (5)
33 PASS MediaRecorder interface: [object MediaRecorder] must inherit property "onpa use" with the proper type (6)
34 PASS MediaRecorder interface: [object MediaRecorder] must inherit property "onre sume" with the proper type (7)
35 PASS MediaRecorder interface: [object MediaRecorder] must inherit property "oner ror" with the proper type (8)
36 PASS MediaRecorder interface: [object MediaRecorder] must inherit property "vide oBitsPerSecond" with the proper type (9)
37 PASS MediaRecorder interface: [object MediaRecorder] must inherit property "audi oBitsPerSecond" with the proper type (10)
38 PASS MediaRecorder interface: [object MediaRecorder] must inherit property "star t" with the proper type (11)
39 PASS MediaRecorder interface: calling start(long) on [object MediaRecorder] with too few arguments must throw TypeError
40 PASS MediaRecorder interface: [object MediaRecorder] must inherit property "stop " with the proper type (12)
41 PASS MediaRecorder interface: [object MediaRecorder] must inherit property "paus e" with the proper type (13)
42 PASS MediaRecorder interface: [object MediaRecorder] must inherit property "resu me" with the proper type (14)
43 PASS MediaRecorder interface: [object MediaRecorder] must inherit property "requ estData" with the proper type (15)
44 PASS MediaRecorder interface: [object MediaRecorder] must inherit property "isTy peSupported" with the proper type (16)
45 PASS MediaRecorder interface: calling isTypeSupported(DOMString) on [object Medi aRecorder] with too few arguments must throw TypeError
46 PASS BlobEvent interface: existence and properties of interface object
47 PASS BlobEvent interface object length
48 PASS BlobEvent interface object name
49 FAIL BlobEvent interface: existence and properties of interface prototype object assert_equals: class string of BlobEvent.prototype expected "[object BlobEventP rototype]" but got "[object BlobEvent]"
50 PASS BlobEvent interface: existence and properties of interface prototype object 's "constructor" property
51 PASS BlobEvent interface: attribute data
52 PASS BlobEvent interface: attribute timecode
53 FAIL MediaRecorderErrorEvent interface: existence and properties of interface ob ject assert_own_property: self does not have own property "MediaRecorderErrorEve nt" expected property "MediaRecorderErrorEvent" missing
54 FAIL MediaRecorderErrorEvent interface object length assert_own_property: self d oes not have own property "MediaRecorderErrorEvent" expected property "MediaReco rderErrorEvent" missing
55 FAIL MediaRecorderErrorEvent interface object name assert_own_property: self doe s not have own property "MediaRecorderErrorEvent" expected property "MediaRecord erErrorEvent" missing
56 FAIL MediaRecorderErrorEvent interface: existence and properties of interface pr ototype object assert_own_property: self does not have own property "MediaRecord erErrorEvent" expected property "MediaRecorderErrorEvent" missing
57 FAIL MediaRecorderErrorEvent interface: existence and properties of interface pr ototype object's "constructor" property assert_own_property: self does not have own property "MediaRecorderErrorEvent" expected property "MediaRecorderErrorEven t" missing
58 FAIL MediaRecorderErrorEvent interface: attribute error assert_own_property: sel f does not have own property "MediaRecorderErrorEvent" expected property "MediaR ecorderErrorEvent" missing
59 Harness: the test ran to completion.
60
OLDNEW
« 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