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

Unified Diff: LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 1184743002: Implement enumerateDevices() according to spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix expected output of global interface listing test Created 5 years, 6 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: LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/LayoutTests/webexposed/global-interface-listing-expected.txt b/LayoutTests/webexposed/global-interface-listing-expected.txt
index 9dfaf030bf59b7e81b38b51e3f4bf110e292cdc4..684c021aba5f4af881d471b1013964d40fb97220 100644
--- a/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -3185,6 +3185,9 @@ interface MediaController
setter muted
setter playbackRate
setter volume
+interface MediaDevices
+ method constructor
+ method enumerateDevices
interface MediaElementAudioSourceNode
getter mediaElement
method constructor
@@ -3414,6 +3417,7 @@ interface Navigator
getter language
getter languages
getter maxTouchPoints
+ getter mediaDevices
getter mimeTypes
getter onLine
getter permissions

Powered by Google App Engine
This is Rietveld 408576698