Index: third_party/WebKit/LayoutTests/external/wpt/mediacapture-streams/MediaStreamTrack-init.https-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/mediacapture-streams/MediaStreamTrack-init.https-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/mediacapture-streams/MediaStreamTrack-init.https-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7205be5c205701c52318628cc4afb9c0c97aad32 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/external/wpt/mediacapture-streams/MediaStreamTrack-init.https-expected.txt |
@@ -0,0 +1,62 @@ |
+This is a testharness.js-based test. |
+PASS Tests that the video MediaStreamTrack objects are properly initialized |
+PASS EventTarget interface: existence and properties of interface object |
+PASS EventTarget interface object length |
+PASS EventTarget interface object name |
+FAIL EventTarget interface: existence and properties of interface prototype object assert_equals: class string of EventTarget.prototype expected "[object EventTargetPrototype]" but got "[object EventTarget]" |
+PASS EventTarget interface: existence and properties of interface prototype object's "constructor" property |
+PASS EventTarget interface: operation addEventListener(DOMString,EventListener,boolean) |
+PASS EventTarget interface: operation removeEventListener(DOMString,EventListener,boolean) |
+PASS EventTarget interface: operation dispatchEvent(Event) |
+PASS MediaStreamTrack interface: existence and properties of interface object |
+PASS MediaStreamTrack interface object length |
+PASS MediaStreamTrack interface object name |
+FAIL MediaStreamTrack interface: existence and properties of interface prototype object assert_equals: class string of MediaStreamTrack.prototype expected "[object MediaStreamTrackPrototype]" but got "[object MediaStreamTrack]" |
+PASS MediaStreamTrack interface: existence and properties of interface prototype object's "constructor" property |
+PASS MediaStreamTrack interface: attribute kind |
+PASS MediaStreamTrack interface: attribute id |
+PASS MediaStreamTrack interface: attribute label |
+PASS MediaStreamTrack interface: attribute enabled |
+PASS MediaStreamTrack interface: attribute muted |
+PASS MediaStreamTrack interface: attribute onmute |
+PASS MediaStreamTrack interface: attribute onunmute |
+FAIL MediaStreamTrack interface: attribute readonly assert_true: The prototype object must have a property "readonly" expected true got false |
+PASS MediaStreamTrack interface: attribute remote |
+PASS MediaStreamTrack interface: attribute readyState |
+PASS MediaStreamTrack interface: attribute onended |
+FAIL MediaStreamTrack interface: attribute onoverconstrained assert_true: The prototype object must have a property "onoverconstrained" expected true got false |
+PASS MediaStreamTrack interface: operation clone() |
+PASS MediaStreamTrack interface: operation stop() |
+FAIL MediaStreamTrack interface: operation getCapabilities() assert_own_property: interface prototype object missing non-static operation expected property "getCapabilities" missing |
+PASS MediaStreamTrack interface: operation getConstraints() |
+PASS MediaStreamTrack interface: operation getSettings() |
+FAIL MediaStreamTrack interface: operation applyConstraints(MediaTrackConstraints) assert_own_property: interface prototype object missing non-static operation expected property "applyConstraints" missing |
+PASS MediaStreamTrack must be primary interface of track |
+PASS Stringification of track |
+PASS MediaStreamTrack interface: track must inherit property "kind" with the proper type (0) |
+PASS MediaStreamTrack interface: track must inherit property "id" with the proper type (1) |
+PASS MediaStreamTrack interface: track must inherit property "label" with the proper type (2) |
+PASS MediaStreamTrack interface: track must inherit property "enabled" with the proper type (3) |
+PASS MediaStreamTrack interface: track must inherit property "muted" with the proper type (4) |
+FAIL MediaStreamTrack interface: track must inherit property "onmute" with the proper type (5) Unrecognized type EventHandler |
+FAIL MediaStreamTrack interface: track must inherit property "onunmute" with the proper type (6) Unrecognized type EventHandler |
+FAIL MediaStreamTrack interface: track must inherit property "readonly" with the proper type (7) assert_inherits: property "readonly" not found in prototype chain |
+PASS MediaStreamTrack interface: track must inherit property "remote" with the proper type (8) |
+FAIL MediaStreamTrack interface: track must inherit property "readyState" with the proper type (9) Unrecognized type MediaStreamTrackState |
+FAIL MediaStreamTrack interface: track must inherit property "onended" with the proper type (10) Unrecognized type EventHandler |
+FAIL MediaStreamTrack interface: track must inherit property "onoverconstrained" with the proper type (11) assert_inherits: property "onoverconstrained" not found in prototype chain |
+PASS MediaStreamTrack interface: track must inherit property "clone" with the proper type (12) |
+PASS MediaStreamTrack interface: track must inherit property "stop" with the proper type (13) |
+FAIL MediaStreamTrack interface: track must inherit property "getCapabilities" with the proper type (14) assert_inherits: property "getCapabilities" not found in prototype chain |
+PASS MediaStreamTrack interface: track must inherit property "getConstraints" with the proper type (15) |
+PASS MediaStreamTrack interface: track must inherit property "getSettings" with the proper type (16) |
+FAIL MediaStreamTrack interface: track must inherit property "applyConstraints" with the proper type (17) assert_inherits: property "applyConstraints" not found in prototype chain |
+FAIL MediaStreamTrack interface: calling applyConstraints(MediaTrackConstraints) on track with too few arguments must throw TypeError assert_inherits: property "applyConstraints" not found in prototype chain |
+PASS EventTarget interface: track must inherit property "addEventListener" with the proper type (0) |
+PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boolean) on track with too few arguments must throw TypeError |
+PASS EventTarget interface: track must inherit property "removeEventListener" with the proper type (1) |
+PASS EventTarget interface: calling removeEventListener(DOMString,EventListener,boolean) on track with too few arguments must throw TypeError |
+PASS EventTarget interface: track must inherit property "dispatchEvent" with the proper type (2) |
+PASS EventTarget interface: calling dispatchEvent(Event) on track with too few arguments must throw TypeError |
+Harness: the test ran to completion. |
+ |