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

Side by Side Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 2795923003: Image Capture: remove MediaSettingsRange.current (Closed)
Patch Set: bugfix: getMediaTrackSettings() should merge dictionaries, not override the input parameter; Layout… Created 3 years, 8 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 WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead.
2 This test documents all interface attributes and methods on the global window ob ject and element instances. 2 This test documents all interface attributes and methods on the global window ob ject and element instances.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 [INTERFACES] 7 [INTERFACES]
8 interface AbsoluteOrientationSensor : OrientationSensor 8 interface AbsoluteOrientationSensor : OrientationSensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 method constructor 10 method constructor
(...skipping 4067 matching lines...) Expand 10 before | Expand all | Expand 10 after
4078 interface MediaSession 4078 interface MediaSession
4079 attribute @@toStringTag 4079 attribute @@toStringTag
4080 getter metadata 4080 getter metadata
4081 getter playbackState 4081 getter playbackState
4082 method constructor 4082 method constructor
4083 method setActionHandler 4083 method setActionHandler
4084 setter metadata 4084 setter metadata
4085 setter playbackState 4085 setter playbackState
4086 interface MediaSettingsRange 4086 interface MediaSettingsRange
4087 attribute @@toStringTag 4087 attribute @@toStringTag
4088 getter current
4089 getter max 4088 getter max
4090 getter min 4089 getter min
4091 getter step 4090 getter step
4092 method constructor 4091 method constructor
4093 interface MediaSource : EventTarget 4092 interface MediaSource : EventTarget
4094 static method isTypeSupported 4093 static method isTypeSupported
4095 attribute @@toStringTag 4094 attribute @@toStringTag
4096 getter activeSourceBuffers 4095 getter activeSourceBuffers
4097 getter duration 4096 getter duration
4098 getter onsourceclose 4097 getter onsourceclose
(...skipping 5098 matching lines...) Expand 10 before | Expand all | Expand 10 after
9197 setter scrollY 9196 setter scrollY
9198 setter scrollbars 9197 setter scrollbars
9199 setter status 9198 setter status
9200 setter statusbar 9199 setter statusbar
9201 setter toolbar 9200 setter toolbar
9202 setter visualViewport 9201 setter visualViewport
9203 PASS successfullyParsed is true 9202 PASS successfullyParsed is true
9204 9203
9205 TEST COMPLETE 9204 TEST COMPLETE
9206 9205
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698