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

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

Issue 2773593004: Image Capture: prune Photo{Capabilities/Settings} and add MediaTrackConstraintSet.pointsOfInterest (Closed)
Patch Set: reillyg@ comments on idl urls. 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 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 Accelerometer : Sensor 8 interface Accelerometer : Sensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter includesGravity 10 getter includesGravity
(...skipping 4814 matching lines...) Expand 10 before | Expand all | Expand 10 after
4825 setter onchange 4825 setter onchange
4826 interface Permissions 4826 interface Permissions
4827 attribute @@toStringTag 4827 attribute @@toStringTag
4828 method constructor 4828 method constructor
4829 method query 4829 method query
4830 method request 4830 method request
4831 method requestAll 4831 method requestAll
4832 method revoke 4832 method revoke
4833 interface PhotoCapabilities 4833 interface PhotoCapabilities
4834 attribute @@toStringTag 4834 attribute @@toStringTag
4835 getter brightness
4836 getter colorTemperature
4837 getter contrast
4838 getter exposureCompensation
4839 getter exposureMode
4840 getter fillLightMode 4835 getter fillLightMode
4841 getter focusMode
4842 getter imageHeight 4836 getter imageHeight
4843 getter imageWidth 4837 getter imageWidth
4844 getter iso
4845 getter redEyeReduction 4838 getter redEyeReduction
4846 getter saturation
4847 getter sharpness
4848 getter whiteBalanceMode
4849 getter zoom
4850 method constructor 4839 method constructor
4851 interface Plugin 4840 interface Plugin
4852 attribute @@toStringTag 4841 attribute @@toStringTag
4853 getter description 4842 getter description
4854 getter filename 4843 getter filename
4855 getter length 4844 getter length
4856 getter name 4845 getter name
4857 method @@iterator 4846 method @@iterator
4858 method constructor 4847 method constructor
4859 method item 4848 method item
(...skipping 4295 matching lines...) Expand 10 before | Expand all | Expand 10 after
9155 setter scrollY 9144 setter scrollY
9156 setter scrollbars 9145 setter scrollbars
9157 setter status 9146 setter status
9158 setter statusbar 9147 setter statusbar
9159 setter toolbar 9148 setter toolbar
9160 setter visualViewport 9149 setter visualViewport
9161 PASS successfullyParsed is true 9150 PASS successfullyParsed is true
9162 9151
9163 TEST COMPLETE 9152 TEST COMPLETE
9164 9153
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698