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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/media-capabilities/idlharness-expected.txt

Issue 2813133002: Media Capabilities: add MediaDecodingConfiguration.idl and update to Spec (Closed)
Patch Set: Created 3 years, 8 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 mediaCapabilities 2 PASS Navigator interface: attribute mediaCapabilities
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 "mediaCapabilities" wi th the proper type (0) 5 PASS Navigator interface: navigator must inherit property "mediaCapabilities" wi th the proper type (0)
6 PASS WorkerNavigator interface: existence and properties of interface object 6 PASS WorkerNavigator interface: existence and properties of interface object
7 PASS MediaCapabilitiesInfo interface: existence and properties of interface obje ct 7 PASS MediaCapabilitiesInfo interface: existence and properties of interface obje ct
8 PASS MediaCapabilitiesInfo interface object length 8 PASS MediaCapabilitiesInfo interface object length
9 PASS MediaCapabilitiesInfo interface object name 9 PASS MediaCapabilitiesInfo interface object name
10 FAIL MediaCapabilitiesInfo interface: existence and properties of interface prot otype object assert_equals: class string of MediaCapabilitiesInfo.prototype expe cted "[object MediaCapabilitiesInfoPrototype]" but got "[object MediaCapabilitie sInfo]" 10 FAIL MediaCapabilitiesInfo interface: existence and properties of interface prot otype object assert_equals: class string of MediaCapabilitiesInfo.prototype expe cted "[object MediaCapabilitiesInfoPrototype]" but got "[object MediaCapabilitie sInfo]"
11 PASS MediaCapabilitiesInfo interface: existence and properties of interface prot otype object's "constructor" property 11 PASS MediaCapabilitiesInfo interface: existence and properties of interface prot otype object's "constructor" property
12 PASS MediaCapabilitiesInfo interface: attribute supported 12 PASS MediaCapabilitiesInfo interface: attribute supported
13 PASS MediaCapabilitiesInfo interface: attribute smooth 13 PASS MediaCapabilitiesInfo interface: attribute smooth
14 PASS MediaCapabilitiesInfo interface: attribute powerEfficient 14 PASS MediaCapabilitiesInfo interface: attribute powerEfficient
15 PASS MediaCapabilities interface: existence and properties of interface object 15 PASS MediaCapabilities interface: existence and properties of interface object
16 PASS MediaCapabilities interface object length 16 PASS MediaCapabilities interface object length
17 PASS MediaCapabilities interface object name 17 PASS MediaCapabilities interface object name
18 FAIL MediaCapabilities interface: existence and properties of interface prototyp e object assert_equals: class string of MediaCapabilities.prototype expected "[o bject MediaCapabilitiesPrototype]" but got "[object MediaCapabilities]" 18 FAIL MediaCapabilities interface: existence and properties of interface prototyp e object assert_equals: class string of MediaCapabilities.prototype expected "[o bject MediaCapabilitiesPrototype]" but got "[object MediaCapabilities]"
19 PASS MediaCapabilities interface: existence and properties of interface prototyp e object's "constructor" property 19 PASS MediaCapabilities interface: existence and properties of interface prototyp e object's "constructor" property
20 FAIL MediaCapabilities interface: operation decodingInfo(MediaConfiguration) ass ert_throws: calling operation with this = null didn't throw TypeError function " function () { 20 FAIL MediaCapabilities interface: operation decodingInfo(MediaDecodingConfigurat ion) assert_throws: calling operation with this = null didn't throw TypeError fu nction "function () {
21 fn.apply(obj, args); 21 fn.apply(obj, args);
22 }" did not throw 22 }" did not throw
23 FAIL MediaCapabilities interface: operation encodingInfo(MediaEncodingConfigurat ion) assert_own_property: interface prototype object missing non-static operatio n expected property "encodingInfo" missing
23 Harness: the test ran to completion. 24 Harness: the test ran to completion.
24 25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698