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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/mediacapture-fromelement/idlharness-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 HTMLCanvasElement interface: operation captureStream(double) 2 PASS HTMLCanvasElement interface: operation captureStream(double)
3 PASS HTMLCanvasElement must be primary interface of [object HTMLCanvasElement] 3 PASS HTMLCanvasElement must be primary interface of [object HTMLCanvasElement]
4 PASS Stringification 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) 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 6 PASS HTMLCanvasElement interface: calling captureStream(double) on [object HTMLC anvasElement] with too few arguments must throw TypeError
7 PASS HTMLMediaElement interface: operation captureStream() 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]" 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]" 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 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 11 PASS CanvasCaptureMediaStreamTrack interface: existence and properties of interf ace object
12 PASS CanvasCaptureMediaStreamTrack interface object length 12 PASS CanvasCaptureMediaStreamTrack interface object length
13 PASS CanvasCaptureMediaStreamTrack interface object name 13 PASS CanvasCaptureMediaStreamTrack interface object name
14 PASS CanvasCaptureMediaStreamTrack interface: existence and properties of interf ace prototype object 14 PASS CanvasCaptureMediaStreamTrack interface: existence and properties of interf ace prototype object
15 PASS CanvasCaptureMediaStreamTrack interface: existence and properties of interf ace prototype object's "constructor" property 15 PASS CanvasCaptureMediaStreamTrack interface: existence and properties of interf ace prototype object's "constructor" property
16 PASS CanvasCaptureMediaStreamTrack interface: attribute canvas 16 PASS CanvasCaptureMediaStreamTrack interface: attribute canvas
17 PASS CanvasCaptureMediaStreamTrack interface: operation requestFrame() 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) 18 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) 19 PASS CanvasCaptureMediaStreamTrack interface: [object CanvasCaptureMediaStreamTr ack] must inherit property "requestFrame" with the proper type (1)
22 Harness: the test ran to completion. 20 Harness: the test ran to completion.
23 21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698