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

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

Issue 2685863004: Media Capabilities: stub implementation of mediaCapabilities.query(). (Closed)
Patch Set: rebase Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/media-capabilities/idlharness-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/media-capabilities/idlharness-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/media-capabilities/idlharness-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a0b7dfc53f73c4eeddb5be49b7403d2f6a167053
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/media-capabilities/idlharness-expected.txt
@@ -0,0 +1,25 @@
+CONSOLE ERROR: line 83: Uncaught (in promise) TypeError: Failed to execute 'query' on 'MediaCapabilities': Illegal invocation
+This is a testharness.js-based test.
+PASS Navigator interface: attribute mediaCapabilities
+PASS Navigator must be primary interface of navigator
+PASS Stringification of navigator
+PASS Navigator interface: navigator must inherit property "mediaCapabilities" with the proper type (0)
+PASS WorkerNavigator interface: existence and properties of interface object
+PASS MediaDecodingAbility interface: existence and properties of interface object
+PASS MediaDecodingAbility interface object length
+PASS MediaDecodingAbility interface object name
+FAIL MediaDecodingAbility interface: existence and properties of interface prototype object assert_equals: class string of MediaDecodingAbility.prototype expected "[object MediaDecodingAbilityPrototype]" but got "[object MediaDecodingAbility]"
+PASS MediaDecodingAbility interface: existence and properties of interface prototype object's "constructor" property
+PASS MediaDecodingAbility interface: attribute supported
+PASS MediaDecodingAbility interface: attribute smooth
+PASS MediaDecodingAbility interface: attribute powerEfficient
+PASS MediaCapabilities interface: existence and properties of interface object
+PASS MediaCapabilities interface object length
+PASS MediaCapabilities interface object name
+FAIL MediaCapabilities interface: existence and properties of interface prototype object assert_equals: class string of MediaCapabilities.prototype expected "[object MediaCapabilitiesPrototype]" but got "[object MediaCapabilities]"
+PASS MediaCapabilities interface: existence and properties of interface prototype object's "constructor" property
+FAIL MediaCapabilities interface: operation query(MediaConfiguration) assert_throws: calling operation with this = null didn't throw TypeError function "function () {
+ fn.apply(obj, args);
+ }" did not throw
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698