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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/mediacapture-streams/MediaStreamTrack-init.https-expected.txt

Issue 2677763002: Unskip mediastream-capture WPT tests (Closed)
Patch Set: rebase, fix test name Created 3 years, 10 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-streams/MediaStreamTrack-end.https.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 PASS Tests that the video MediaStreamTrack objects are properly initialized
3 PASS EventTarget interface: existence and properties of interface object
4 PASS EventTarget interface object length
5 PASS EventTarget interface object name
6 FAIL EventTarget interface: existence and properties of interface prototype obje ct assert_equals: class string of EventTarget.prototype expected "[object EventT argetPrototype]" but got "[object EventTarget]"
7 PASS EventTarget interface: existence and properties of interface prototype obje ct's "constructor" property
8 PASS EventTarget interface: operation addEventListener(DOMString,EventListener,b oolean)
9 PASS EventTarget interface: operation removeEventListener(DOMString,EventListene r,boolean)
10 PASS EventTarget interface: operation dispatchEvent(Event)
11 PASS MediaStreamTrack interface: existence and properties of interface object
12 PASS MediaStreamTrack interface object length
13 PASS MediaStreamTrack interface object name
14 FAIL MediaStreamTrack interface: existence and properties of interface prototype object assert_equals: class string of MediaStreamTrack.prototype expected "[obj ect MediaStreamTrackPrototype]" but got "[object MediaStreamTrack]"
15 PASS MediaStreamTrack interface: existence and properties of interface prototype object's "constructor" property
16 PASS MediaStreamTrack interface: attribute kind
17 PASS MediaStreamTrack interface: attribute id
18 PASS MediaStreamTrack interface: attribute label
19 PASS MediaStreamTrack interface: attribute enabled
20 PASS MediaStreamTrack interface: attribute muted
21 PASS MediaStreamTrack interface: attribute onmute
22 PASS MediaStreamTrack interface: attribute onunmute
23 FAIL MediaStreamTrack interface: attribute readonly assert_true: The prototype o bject must have a property "readonly" expected true got false
24 PASS MediaStreamTrack interface: attribute remote
25 PASS MediaStreamTrack interface: attribute readyState
26 PASS MediaStreamTrack interface: attribute onended
27 FAIL MediaStreamTrack interface: attribute onoverconstrained assert_true: The pr ototype object must have a property "onoverconstrained" expected true got false
28 PASS MediaStreamTrack interface: operation clone()
29 PASS MediaStreamTrack interface: operation stop()
30 FAIL MediaStreamTrack interface: operation getCapabilities() assert_own_property : interface prototype object missing non-static operation expected property "get Capabilities" missing
31 PASS MediaStreamTrack interface: operation getConstraints()
32 PASS MediaStreamTrack interface: operation getSettings()
33 FAIL MediaStreamTrack interface: operation applyConstraints(MediaTrackConstraint s) assert_own_property: interface prototype object missing non-static operation expected property "applyConstraints" missing
34 PASS MediaStreamTrack must be primary interface of track
35 PASS Stringification of track
36 PASS MediaStreamTrack interface: track must inherit property "kind" with the pro per type (0)
37 PASS MediaStreamTrack interface: track must inherit property "id" with the prope r type (1)
38 PASS MediaStreamTrack interface: track must inherit property "label" with the pr oper type (2)
39 PASS MediaStreamTrack interface: track must inherit property "enabled" with the proper type (3)
40 PASS MediaStreamTrack interface: track must inherit property "muted" with the pr oper type (4)
41 FAIL MediaStreamTrack interface: track must inherit property "onmute" with the p roper type (5) Unrecognized type EventHandler
42 FAIL MediaStreamTrack interface: track must inherit property "onunmute" with the proper type (6) Unrecognized type EventHandler
43 FAIL MediaStreamTrack interface: track must inherit property "readonly" with the proper type (7) assert_inherits: property "readonly" not found in prototype cha in
44 PASS MediaStreamTrack interface: track must inherit property "remote" with the p roper type (8)
45 FAIL MediaStreamTrack interface: track must inherit property "readyState" with t he proper type (9) Unrecognized type MediaStreamTrackState
46 FAIL MediaStreamTrack interface: track must inherit property "onended" with the proper type (10) Unrecognized type EventHandler
47 FAIL MediaStreamTrack interface: track must inherit property "onoverconstrained" with the proper type (11) assert_inherits: property "onoverconstrained" not fou nd in prototype chain
48 PASS MediaStreamTrack interface: track must inherit property "clone" with the pr oper type (12)
49 PASS MediaStreamTrack interface: track must inherit property "stop" with the pro per type (13)
50 FAIL MediaStreamTrack interface: track must inherit property "getCapabilities" w ith the proper type (14) assert_inherits: property "getCapabilities" not found i n prototype chain
51 PASS MediaStreamTrack interface: track must inherit property "getConstraints" wi th the proper type (15)
52 PASS MediaStreamTrack interface: track must inherit property "getSettings" with the proper type (16)
53 FAIL MediaStreamTrack interface: track must inherit property "applyConstraints" with the proper type (17) assert_inherits: property "applyConstraints" not found in prototype chain
54 FAIL MediaStreamTrack interface: calling applyConstraints(MediaTrackConstraints) on track with too few arguments must throw TypeError assert_inherits: property "applyConstraints" not found in prototype chain
55 PASS EventTarget interface: track must inherit property "addEventListener" with the proper type (0)
56 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on track with too few arguments must throw TypeError
57 PASS EventTarget interface: track must inherit property "removeEventListener" wi th the proper type (1)
58 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on track with too few arguments must throw TypeError
59 PASS EventTarget interface: track must inherit property "dispatchEvent" with the proper type (2)
60 PASS EventTarget interface: calling dispatchEvent(Event) on track with too few a rguments must throw TypeError
61 Harness: the test ran to completion.
62
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/external/wpt/mediacapture-streams/MediaStreamTrack-end.https.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698