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

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

Issue 2767963002: Revert of Remove |remote| and |readonly| members of MediaStreamTrack. (Closed)
Patch Set: rebase 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 56f960e73ab28ac2ffc18639006bf05b76ef71ca..17b7bc56c37af68037a63c968c42db4a59d42228 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
@@ -20,6 +20,8 @@ PASS MediaStreamTrack interface: attribute enabled
PASS MediaStreamTrack interface: attribute muted
PASS MediaStreamTrack interface: attribute onmute
PASS MediaStreamTrack interface: attribute onunmute
+FAIL MediaStreamTrack interface: attribute readonly assert_true: The prototype object must have a property "readonly" expected true got false
+PASS MediaStreamTrack interface: attribute remote
PASS MediaStreamTrack interface: attribute readyState
PASS MediaStreamTrack interface: attribute onended
FAIL MediaStreamTrack interface: attribute onoverconstrained assert_true: The prototype object must have a property "onoverconstrained" expected true got false
@@ -38,15 +40,17 @@ PASS MediaStreamTrack interface: track must inherit property "enabled" with the
PASS MediaStreamTrack interface: track must inherit property "muted" with the proper type (4)
FAIL MediaStreamTrack interface: track must inherit property "onmute" with the proper type (5) Unrecognized type EventHandler
FAIL MediaStreamTrack interface: track must inherit property "onunmute" with the proper type (6) Unrecognized type EventHandler
-FAIL MediaStreamTrack interface: track must inherit property "readyState" with the proper type (7) Unrecognized type MediaStreamTrackState
-FAIL MediaStreamTrack interface: track must inherit property "onended" with the proper type (8) Unrecognized type EventHandler
-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)
-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)
-PASS MediaStreamTrack interface: track must inherit property "applyConstraints" with the proper type (15)
+FAIL MediaStreamTrack interface: track must inherit property "readonly" with the proper type (7) assert_inherits: property "readonly" not found in prototype chain
+PASS MediaStreamTrack interface: track must inherit property "remote" with the proper type (8)
+FAIL MediaStreamTrack interface: track must inherit property "readyState" with the proper type (9) Unrecognized type MediaStreamTrackState
+FAIL MediaStreamTrack interface: track must inherit property "onended" with the proper type (10) Unrecognized type EventHandler
+FAIL MediaStreamTrack interface: track must inherit property "onoverconstrained" with the proper type (11) assert_inherits: property "onoverconstrained" not found in prototype chain
+PASS MediaStreamTrack interface: track must inherit property "clone" with the proper type (12)
+PASS MediaStreamTrack interface: track must inherit property "stop" with the proper type (13)
+PASS MediaStreamTrack interface: track must inherit property "getCapabilities" with the proper type (14)
+PASS MediaStreamTrack interface: track must inherit property "getConstraints" with the proper type (15)
+PASS MediaStreamTrack interface: track must inherit property "getSettings" with the proper type (16)
+PASS MediaStreamTrack interface: track must inherit property "applyConstraints" with the proper type (17)
PASS MediaStreamTrack interface: calling applyConstraints(MediaTrackConstraints) on track with too few arguments must throw TypeError
PASS EventTarget interface: track must inherit property "addEventListener" with the proper type (0)
PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boolean) on track with too few arguments must throw TypeError

Powered by Google App Engine
This is Rietveld 408576698