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

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

Issue 2757673005: Image Capture: MediaStreamTrack::applyConstraints() (Closed)
Patch Set: guidou@ and reillyg@ comments 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
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Tests that the video MediaStreamTrack objects are properly initialized 2 PASS Tests that the video MediaStreamTrack objects are properly initialized
3 PASS EventTarget interface: existence and properties of interface object 3 PASS EventTarget interface: existence and properties of interface object
4 PASS EventTarget interface object length 4 PASS EventTarget interface object length
5 PASS EventTarget interface object name 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]" 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 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) 8 PASS EventTarget interface: operation addEventListener(DOMString,EventListener,b oolean)
9 PASS EventTarget interface: operation removeEventListener(DOMString,EventListene r,boolean) 9 PASS EventTarget interface: operation removeEventListener(DOMString,EventListene r,boolean)
10 PASS EventTarget interface: operation dispatchEvent(Event) 10 PASS EventTarget interface: operation dispatchEvent(Event)
(...skipping 10 matching lines...) Expand all
21 PASS MediaStreamTrack interface: attribute onmute 21 PASS MediaStreamTrack interface: attribute onmute
22 PASS MediaStreamTrack interface: attribute onunmute 22 PASS MediaStreamTrack interface: attribute onunmute
23 PASS MediaStreamTrack interface: attribute readyState 23 PASS MediaStreamTrack interface: attribute readyState
24 PASS MediaStreamTrack interface: attribute onended 24 PASS MediaStreamTrack interface: attribute onended
25 FAIL MediaStreamTrack interface: attribute onoverconstrained assert_true: The pr ototype object must have a property "onoverconstrained" expected true got false 25 FAIL MediaStreamTrack interface: attribute onoverconstrained assert_true: The pr ototype object must have a property "onoverconstrained" expected true got false
26 PASS MediaStreamTrack interface: operation clone() 26 PASS MediaStreamTrack interface: operation clone()
27 PASS MediaStreamTrack interface: operation stop() 27 PASS MediaStreamTrack interface: operation stop()
28 PASS MediaStreamTrack interface: operation getCapabilities() 28 PASS MediaStreamTrack interface: operation getCapabilities()
29 PASS MediaStreamTrack interface: operation getConstraints() 29 PASS MediaStreamTrack interface: operation getConstraints()
30 PASS MediaStreamTrack interface: operation getSettings() 30 PASS MediaStreamTrack interface: operation getSettings()
31 FAIL MediaStreamTrack interface: operation applyConstraints(MediaTrackConstraint s) assert_own_property: interface prototype object missing non-static operation expected property "applyConstraints" missing 31 PASS MediaStreamTrack interface: operation applyConstraints(MediaTrackConstraint s)
32 PASS MediaStreamTrack must be primary interface of track 32 PASS MediaStreamTrack must be primary interface of track
33 PASS Stringification of track 33 PASS Stringification of track
34 PASS MediaStreamTrack interface: track must inherit property "kind" with the pro per type (0) 34 PASS MediaStreamTrack interface: track must inherit property "kind" with the pro per type (0)
35 PASS MediaStreamTrack interface: track must inherit property "id" with the prope r type (1) 35 PASS MediaStreamTrack interface: track must inherit property "id" with the prope r type (1)
36 PASS MediaStreamTrack interface: track must inherit property "label" with the pr oper type (2) 36 PASS MediaStreamTrack interface: track must inherit property "label" with the pr oper type (2)
37 PASS MediaStreamTrack interface: track must inherit property "enabled" with the proper type (3) 37 PASS MediaStreamTrack interface: track must inherit property "enabled" with the proper type (3)
38 PASS MediaStreamTrack interface: track must inherit property "muted" with the pr oper type (4) 38 PASS MediaStreamTrack interface: track must inherit property "muted" with the pr oper type (4)
39 FAIL MediaStreamTrack interface: track must inherit property "onmute" with the p roper type (5) Unrecognized type EventHandler 39 FAIL MediaStreamTrack interface: track must inherit property "onmute" with the p roper type (5) Unrecognized type EventHandler
40 FAIL MediaStreamTrack interface: track must inherit property "onunmute" with the proper type (6) Unrecognized type EventHandler 40 FAIL MediaStreamTrack interface: track must inherit property "onunmute" with the proper type (6) Unrecognized type EventHandler
41 FAIL MediaStreamTrack interface: track must inherit property "readyState" with t he proper type (7) Unrecognized type MediaStreamTrackState 41 FAIL MediaStreamTrack interface: track must inherit property "readyState" with t he proper type (7) Unrecognized type MediaStreamTrackState
42 FAIL MediaStreamTrack interface: track must inherit property "onended" with the proper type (8) Unrecognized type EventHandler 42 FAIL MediaStreamTrack interface: track must inherit property "onended" with the proper type (8) Unrecognized type EventHandler
43 FAIL MediaStreamTrack interface: track must inherit property "onoverconstrained" with the proper type (9) assert_inherits: property "onoverconstrained" not foun d in prototype chain 43 FAIL MediaStreamTrack interface: track must inherit property "onoverconstrained" with the proper type (9) assert_inherits: property "onoverconstrained" not foun d in prototype chain
44 PASS MediaStreamTrack interface: track must inherit property "clone" with the pr oper type (10) 44 PASS MediaStreamTrack interface: track must inherit property "clone" with the pr oper type (10)
45 PASS MediaStreamTrack interface: track must inherit property "stop" with the pro per type (11) 45 PASS MediaStreamTrack interface: track must inherit property "stop" with the pro per type (11)
46 PASS MediaStreamTrack interface: track must inherit property "getCapabilities" w ith the proper type (12) 46 PASS MediaStreamTrack interface: track must inherit property "getCapabilities" w ith the proper type (12)
47 PASS MediaStreamTrack interface: track must inherit property "getConstraints" wi th the proper type (13) 47 PASS MediaStreamTrack interface: track must inherit property "getConstraints" wi th the proper type (13)
48 PASS MediaStreamTrack interface: track must inherit property "getSettings" with the proper type (14) 48 PASS MediaStreamTrack interface: track must inherit property "getSettings" with the proper type (14)
49 FAIL MediaStreamTrack interface: track must inherit property "applyConstraints" with the proper type (15) assert_inherits: property "applyConstraints" not found in prototype chain 49 PASS MediaStreamTrack interface: track must inherit property "applyConstraints" with the proper type (15)
50 FAIL MediaStreamTrack interface: calling applyConstraints(MediaTrackConstraints) on track with too few arguments must throw TypeError assert_inherits: property "applyConstraints" not found in prototype chain 50 PASS MediaStreamTrack interface: calling applyConstraints(MediaTrackConstraints) on track with too few arguments must throw TypeError
51 PASS EventTarget interface: track must inherit property "addEventListener" with the proper type (0) 51 PASS EventTarget interface: track must inherit property "addEventListener" with the proper type (0)
52 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on track with too few arguments must throw TypeError 52 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on track with too few arguments must throw TypeError
53 PASS EventTarget interface: track must inherit property "removeEventListener" wi th the proper type (1) 53 PASS EventTarget interface: track must inherit property "removeEventListener" wi th the proper type (1)
54 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on track with too few arguments must throw TypeError 54 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on track with too few arguments must throw TypeError
55 PASS EventTarget interface: track must inherit property "dispatchEvent" with the proper type (2) 55 PASS EventTarget interface: track must inherit property "dispatchEvent" with the proper type (2)
56 PASS EventTarget interface: calling dispatchEvent(Event) on track with too few a rguments must throw TypeError 56 PASS EventTarget interface: calling dispatchEvent(Event) on track with too few a rguments must throw TypeError
57 Harness: the test ran to completion. 57 Harness: the test ran to completion.
58 58
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698