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

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

Issue 2891463002: Update testharness.js and idlharness.js. (Closed)
Patch Set: Update expectations Created 3 years, 7 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 PASS EventTarget interface: existence and properties of interface prototype obje ct 6 PASS EventTarget interface: existence and properties of interface prototype obje ct
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 11 matching lines...) Expand all
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 PASS MediaStreamTrack interface: operation applyConstraints(MediaTrackConstraint s) 31 PASS MediaStreamTrack interface: operation applyConstraints(MediaTrackConstraint s)
32 PASS MediaStreamTrack must be primary interface of track
33 PASS Stringification of track
34 PASS MediaStreamTrack interface: track must inherit property "kind" with the pro per type (0) 32 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) 33 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) 34 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) 35 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) 36 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 37 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 38 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 39 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 40 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 41 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) 42 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) 43 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) 44 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) 45 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) 46 PASS MediaStreamTrack interface: track must inherit property "getSettings" with the proper type (14)
49 PASS MediaStreamTrack interface: track must inherit property "applyConstraints" with the proper type (15) 47 PASS MediaStreamTrack interface: track must inherit property "applyConstraints" with the proper type (15)
50 PASS MediaStreamTrack interface: calling applyConstraints(MediaTrackConstraints) on track with too few arguments must throw TypeError 48 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) 49 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 50 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) 51 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 52 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) 53 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 54 PASS EventTarget interface: calling dispatchEvent(Event) on track with too few a rguments must throw TypeError
57 Harness: the test ran to completion. 55 Harness: the test ran to completion.
58 56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698