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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/mediacapture-fromelement/idlharness-expected.txt

Issue 2755293002: Capture from DOM elements: WPT idl tests (Closed)
Patch Set: reillyg@ comments: corrected object creation 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
(Empty)
1 This is a testharness.js-based test.
2 PASS HTMLCanvasElement interface: operation captureStream(double)
3 PASS HTMLCanvasElement must be primary interface of [object HTMLCanvasElement]
4 PASS Stringification of [object HTMLCanvasElement]
5 PASS HTMLCanvasElement interface: [object HTMLCanvasElement] must inherit proper ty "captureStream" with the proper type (0)
6 PASS HTMLCanvasElement interface: calling captureStream(double) on [object HTMLC anvasElement] with too few arguments must throw TypeError
7 PASS HTMLMediaElement interface: operation captureStream()
8 FAIL HTMLMediaElement must be primary interface of [object HTMLUnknownElement] a ssert_equals: [object HTMLUnknownElement]'s prototype is not HTMLMediaElement.pr ototype expected object "[object HTMLMediaElement]" but got object "[object HTML UnknownElement]"
9 FAIL Stringification of [object HTMLUnknownElement] assert_equals: class string of [object HTMLUnknownElement] expected "[object HTMLMediaElement]" but got "[ob ject HTMLUnknownElement]"
10 FAIL HTMLMediaElement interface: [object HTMLUnknownElement] must inherit proper ty "captureStream" with the proper type (0) assert_inherits: property "captureSt ream" not found in prototype chain
11 PASS CanvasCaptureMediaStreamTrack interface: existence and properties of interf ace object
12 PASS CanvasCaptureMediaStreamTrack interface object length
13 PASS CanvasCaptureMediaStreamTrack interface object name
14 FAIL CanvasCaptureMediaStreamTrack interface: existence and properties of interf ace prototype object assert_equals: class string of CanvasCaptureMediaStreamTrac k.prototype expected "[object CanvasCaptureMediaStreamTrackPrototype]" but got " [object CanvasCaptureMediaStreamTrack]"
15 PASS CanvasCaptureMediaStreamTrack interface: existence and properties of interf ace prototype object's "constructor" property
16 PASS CanvasCaptureMediaStreamTrack interface: attribute canvas
17 PASS CanvasCaptureMediaStreamTrack interface: operation requestFrame()
18 PASS CanvasCaptureMediaStreamTrack must be primary interface of [object CanvasCa ptureMediaStreamTrack]
19 PASS Stringification of [object CanvasCaptureMediaStreamTrack]
20 PASS CanvasCaptureMediaStreamTrack interface: [object CanvasCaptureMediaStreamTr ack] must inherit property "canvas" with the proper type (0)
21 PASS CanvasCaptureMediaStreamTrack interface: [object CanvasCaptureMediaStreamTr ack] must inherit property "requestFrame" with the proper type (1)
22 Harness: the test ran to completion.
23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698