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

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

Issue 2788373003: Convert colorSettings attribute in ImageData.idl to a getter method (Closed)
Patch Set: Addressing comments 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 3750 matching lines...) Expand 10 before | Expand all | Expand 10 after
3761 interface ImageCapture 3761 interface ImageCapture
3762 attribute @@toStringTag 3762 attribute @@toStringTag
3763 getter track 3763 getter track
3764 method constructor 3764 method constructor
3765 method getPhotoCapabilities 3765 method getPhotoCapabilities
3766 method grabFrame 3766 method grabFrame
3767 method setOptions 3767 method setOptions
3768 method takePhoto 3768 method takePhoto
3769 interface ImageData 3769 interface ImageData
3770 attribute @@toStringTag 3770 attribute @@toStringTag
3771 getter colorSettings
3772 getter data 3771 getter data
3773 getter dataUnion 3772 getter dataUnion
3774 getter height 3773 getter height
3775 getter width 3774 getter width
3776 method constructor 3775 method constructor
3777 method createImageData 3776 method createImageData
3777 method getColorSettings
3778 interface InputDeviceCapabilities 3778 interface InputDeviceCapabilities
3779 attribute @@toStringTag 3779 attribute @@toStringTag
3780 getter firesTouchEvents 3780 getter firesTouchEvents
3781 method constructor 3781 method constructor
3782 interface InputEvent : UIEvent 3782 interface InputEvent : UIEvent
3783 attribute @@toStringTag 3783 attribute @@toStringTag
3784 getter data 3784 getter data
3785 getter dataTransfer 3785 getter dataTransfer
3786 getter inputType 3786 getter inputType
3787 getter isComposing 3787 getter isComposing
(...skipping 5385 matching lines...) Expand 10 before | Expand all | Expand 10 after
9173 setter scrollY 9173 setter scrollY
9174 setter scrollbars 9174 setter scrollbars
9175 setter status 9175 setter status
9176 setter statusbar 9176 setter statusbar
9177 setter toolbar 9177 setter toolbar
9178 setter visualViewport 9178 setter visualViewport
9179 PASS successfullyParsed is true 9179 PASS successfullyParsed is true
9180 9180
9181 TEST COMPLETE 9181 TEST COMPLETE
9182 9182
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698