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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/mediacapture-streams/MediaStreamTrack-init.https-expected.txt

Issue 2747573002: Image Capture: MediaStreamTrack::getCapabilities() (Closed)
Patch Set: haraken@ and reillyg@s comments 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/mediacapture-streams/MediaStreamTrack-init.https-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/mediacapture-streams/MediaStreamTrack-init.https-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/mediacapture-streams/MediaStreamTrack-init.https-expected.txt
index 954e91640fc99f52448dfc88b57b8f65133ab82c..ec0c1bf7d4af604b6dd5d72f397e6562581b3883 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/mediacapture-streams/MediaStreamTrack-init.https-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/mediacapture-streams/MediaStreamTrack-init.https-expected.txt
@@ -25,7 +25,7 @@ PASS MediaStreamTrack interface: attribute onended
FAIL MediaStreamTrack interface: attribute onoverconstrained assert_true: The prototype object must have a property "onoverconstrained" expected true got false
PASS MediaStreamTrack interface: operation clone()
PASS MediaStreamTrack interface: operation stop()
-FAIL MediaStreamTrack interface: operation getCapabilities() assert_own_property: interface prototype object missing non-static operation expected property "getCapabilities" missing
+PASS MediaStreamTrack interface: operation getCapabilities()
PASS MediaStreamTrack interface: operation getConstraints()
PASS MediaStreamTrack interface: operation getSettings()
FAIL MediaStreamTrack interface: operation applyConstraints(MediaTrackConstraints) assert_own_property: interface prototype object missing non-static operation expected property "applyConstraints" missing
@@ -43,7 +43,7 @@ FAIL MediaStreamTrack interface: track must inherit property "onended" with the
FAIL MediaStreamTrack interface: track must inherit property "onoverconstrained" with the proper type (9) assert_inherits: property "onoverconstrained" not found in prototype chain
PASS MediaStreamTrack interface: track must inherit property "clone" with the proper type (10)
PASS MediaStreamTrack interface: track must inherit property "stop" with the proper type (11)
-FAIL MediaStreamTrack interface: track must inherit property "getCapabilities" with the proper type (12) assert_inherits: property "getCapabilities" not found in prototype chain
+PASS MediaStreamTrack interface: track must inherit property "getCapabilities" with the proper type (12)
PASS MediaStreamTrack interface: track must inherit property "getConstraints" with the proper type (13)
PASS MediaStreamTrack interface: track must inherit property "getSettings" with the proper type (14)
FAIL MediaStreamTrack interface: track must inherit property "applyConstraints" with the proper type (15) assert_inherits: property "applyConstraints" not found in prototype chain

Powered by Google App Engine
This is Rietveld 408576698