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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/mediasession/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 Navigator interface: attribute mediaSession 2 PASS Navigator interface: attribute mediaSession
3 PASS Navigator must be primary interface of navigator 3 PASS Navigator must be primary interface of navigator
4 PASS Stringification of navigator 4 PASS Stringification of navigator
5 PASS Navigator interface: navigator must inherit property "mediaSession" with th e proper type (0) 5 PASS Navigator interface: navigator must inherit property "mediaSession" with th e proper type (0)
6 PASS MediaSession interface: existence and properties of interface object 6 PASS MediaSession interface: existence and properties of interface object
7 PASS MediaSession interface object length 7 PASS MediaSession interface object length
8 PASS MediaSession interface object name 8 PASS MediaSession interface object name
9 PASS MediaSession interface: existence and properties of interface prototype obj ect 9 PASS MediaSession interface: existence and properties of interface prototype obj ect
10 PASS MediaSession interface: existence and properties of interface prototype obj ect's "constructor" property 10 PASS MediaSession interface: existence and properties of interface prototype obj ect's "constructor" property
11 PASS MediaSession interface: attribute metadata 11 PASS MediaSession interface: attribute metadata
12 PASS MediaSession interface: attribute playbackState 12 PASS MediaSession interface: attribute playbackState
13 PASS MediaSession interface: operation setActionHandler(MediaSessionAction,Media SessionActionHandler) 13 PASS MediaSession interface: operation setActionHandler(MediaSessionAction,Media SessionActionHandler)
14 PASS MediaMetadata interface: existence and properties of interface object 14 PASS MediaMetadata interface: existence and properties of interface object
15 PASS MediaMetadata interface object length 15 PASS MediaMetadata interface object length
16 PASS MediaMetadata interface object name 16 PASS MediaMetadata interface object name
17 PASS MediaMetadata interface: existence and properties of interface prototype ob ject 17 PASS MediaMetadata interface: existence and properties of interface prototype ob ject
18 PASS MediaMetadata interface: existence and properties of interface prototype ob ject's "constructor" property 18 PASS MediaMetadata interface: existence and properties of interface prototype ob ject's "constructor" property
19 PASS MediaMetadata interface: attribute title 19 PASS MediaMetadata interface: attribute title
20 PASS MediaMetadata interface: attribute artist 20 PASS MediaMetadata interface: attribute artist
21 PASS MediaMetadata interface: attribute album 21 PASS MediaMetadata interface: attribute album
22 PASS MediaMetadata interface: attribute artwork 22 PASS MediaMetadata interface: attribute artwork
23 PASS MediaMetadata must be primary interface of [object MediaMetadata]
24 PASS Stringification of [object MediaMetadata]
25 PASS MediaMetadata interface: [object MediaMetadata] must inherit property "titl e" with the proper type (0) 23 PASS MediaMetadata interface: [object MediaMetadata] must inherit property "titl e" with the proper type (0)
26 PASS MediaMetadata interface: [object MediaMetadata] must inherit property "arti st" with the proper type (1) 24 PASS MediaMetadata interface: [object MediaMetadata] must inherit property "arti st" with the proper type (1)
27 PASS MediaMetadata interface: [object MediaMetadata] must inherit property "albu m" with the proper type (2) 25 PASS MediaMetadata interface: [object MediaMetadata] must inherit property "albu m" with the proper type (2)
28 FAIL MediaMetadata interface: [object MediaMetadata] must inherit property "artw ork" with the proper type (3) Unrecognized type FrozenArray 26 FAIL MediaMetadata interface: [object MediaMetadata] must inherit property "artw ork" with the proper type (3) Unrecognized type FrozenArray
29 Harness: the test ran to completion. 27 Harness: the test ran to completion.
30 28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698