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

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

Issue 2678043002: Hide console log messages for imported WPT tests (Closed)
Patch Set: update platform specific expected files missed last time around 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
1 CONSOLE ERROR: line 83: Uncaught (in promise) TypeError: Failed to execute 'quer y' on 'MediaCapabilities': Illegal invocation
2 This is a testharness.js-based test. 1 This is a testharness.js-based test.
3 PASS Navigator interface: attribute mediaCapabilities 2 PASS Navigator interface: attribute mediaCapabilities
4 PASS Navigator must be primary interface of navigator 3 PASS Navigator must be primary interface of navigator
5 PASS Stringification of navigator 4 PASS Stringification of navigator
6 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)
7 PASS WorkerNavigator interface: existence and properties of interface object 6 PASS WorkerNavigator interface: existence and properties of interface object
8 PASS MediaDecodingAbility interface: existence and properties of interface objec t 7 PASS MediaDecodingAbility interface: existence and properties of interface objec t
9 PASS MediaDecodingAbility interface object length 8 PASS MediaDecodingAbility interface object length
10 PASS MediaDecodingAbility interface object name 9 PASS MediaDecodingAbility interface object name
11 FAIL MediaDecodingAbility interface: existence and properties of interface proto type object assert_equals: class string of MediaDecodingAbility.prototype expect ed "[object MediaDecodingAbilityPrototype]" but got "[object MediaDecodingAbilit y]" 10 FAIL MediaDecodingAbility interface: existence and properties of interface proto type object assert_equals: class string of MediaDecodingAbility.prototype expect ed "[object MediaDecodingAbilityPrototype]" but got "[object MediaDecodingAbilit y]"
12 PASS MediaDecodingAbility interface: existence and properties of interface proto type object's "constructor" property 11 PASS MediaDecodingAbility interface: existence and properties of interface proto type object's "constructor" property
13 PASS MediaDecodingAbility interface: attribute supported 12 PASS MediaDecodingAbility interface: attribute supported
14 PASS MediaDecodingAbility interface: attribute smooth 13 PASS MediaDecodingAbility interface: attribute smooth
15 PASS MediaDecodingAbility interface: attribute powerEfficient 14 PASS MediaDecodingAbility interface: attribute powerEfficient
16 PASS MediaCapabilities interface: existence and properties of interface object 15 PASS MediaCapabilities interface: existence and properties of interface object
17 PASS MediaCapabilities interface object length 16 PASS MediaCapabilities interface object length
18 PASS MediaCapabilities interface object name 17 PASS MediaCapabilities interface object name
19 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]"
20 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
21 FAIL MediaCapabilities interface: operation query(MediaConfiguration) assert_thr ows: calling operation with this = null didn't throw TypeError function "functio n () { 20 FAIL MediaCapabilities interface: operation query(MediaConfiguration) assert_thr ows: calling operation with this = null didn't throw TypeError function "functio n () {
22 fn.apply(obj, args); 21 fn.apply(obj, args);
23 }" did not throw 22 }" did not throw
24 Harness: the test ran to completion. 23 Harness: the test ran to completion.
25 24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698