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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/remote-playback/idlharness-expected.txt

Issue 2862423002: [RemotePlayback] Added IDL harness WebPlatform test for RemotePlayback API. (Closed)
Patch Set: Added the harness test files back 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
(Empty)
1 This is a testharness.js-based test.
2 PASS Test driver
3 FAIL HTMLMediaElement interface: existence and properties of interface object Ca nnot read property 'has_extended_attribute' of undefined
4 PASS HTMLMediaElement interface object length
5 PASS HTMLMediaElement interface object name
6 FAIL HTMLMediaElement interface: existence and properties of interface prototype object Cannot read property 'has_extended_attribute' of undefined
7 PASS HTMLMediaElement interface: existence and properties of interface prototype object's "constructor" property
8 PASS HTMLMediaElement interface: attribute remote
9 PASS HTMLMediaElement interface: attribute disableRemotePlayback
10 PASS HTMLVideoElement interface: existence and properties of interface object
11 PASS HTMLVideoElement interface object length
12 PASS HTMLVideoElement interface object name
13 FAIL HTMLVideoElement interface: existence and properties of interface prototype object Cannot read property 'has_stringifier' of undefined
14 PASS HTMLVideoElement interface: existence and properties of interface prototype object's "constructor" property
15 PASS HTMLVideoElement must be primary interface of [object HTMLVideoElement]
16 FAIL Stringification of [object HTMLVideoElement] Cannot read property 'has_stri ngifier' of undefined
17 PASS HTMLMediaElement interface: [object HTMLVideoElement] must inherit property "remote" with the proper type (0)
18 PASS HTMLMediaElement interface: [object HTMLVideoElement] must inherit property "disableRemotePlayback" with the proper type (1)
19 FAIL RemotePlayback interface: existence and properties of interface object Cann ot read property 'has_extended_attribute' of undefined
20 PASS RemotePlayback interface object length
21 PASS RemotePlayback interface object name
22 FAIL RemotePlayback interface: existence and properties of interface prototype o bject Cannot read property 'has_extended_attribute' of undefined
23 PASS RemotePlayback interface: existence and properties of interface prototype o bject's "constructor" property
24 PASS RemotePlayback interface: attribute state
25 PASS RemotePlayback interface: attribute onconnecting
26 PASS RemotePlayback interface: attribute onconnect
27 PASS RemotePlayback interface: attribute ondisconnect
28 PASS RemotePlayback interface: operation watchAvailability(RemotePlaybackAvailab ilityCallback)
29 PASS RemotePlayback interface: operation cancelWatchAvailability(long)
30 PASS RemotePlayback interface: operation prompt()
31 PASS RemotePlayback must be primary interface of [object RemotePlayback]
32 FAIL Stringification of [object RemotePlayback] Cannot read property 'has_string ifier' of undefined
33 PASS RemotePlayback interface: [object RemotePlayback] must inherit property "st ate" with the proper type (0)
34 FAIL RemotePlayback interface: [object RemotePlayback] must inherit property "on connecting" with the proper type (1) Unrecognized type EventHandler
35 FAIL RemotePlayback interface: [object RemotePlayback] must inherit property "on connect" with the proper type (2) Unrecognized type EventHandler
36 FAIL RemotePlayback interface: [object RemotePlayback] must inherit property "on disconnect" with the proper type (3) Unrecognized type EventHandler
37 PASS RemotePlayback interface: [object RemotePlayback] must inherit property "wa tchAvailability" with the proper type (4)
38 PASS RemotePlayback interface: calling watchAvailability(RemotePlaybackAvailabil ityCallback) on [object RemotePlayback] with too few arguments must throw TypeEr ror
39 PASS RemotePlayback interface: [object RemotePlayback] must inherit property "ca ncelWatchAvailability" with the proper type (5)
40 PASS RemotePlayback interface: calling cancelWatchAvailability(long) on [object RemotePlayback] with too few arguments must throw TypeError
41 PASS RemotePlayback interface: [object RemotePlayback] must inherit property "pr ompt" with the proper type (6)
42 Harness: the test ran to completion.
43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698