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

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

Issue 2797213002: Fix BaseRenderingContext2D create/put/get-ImageData() for color managed canvas (Closed)
Patch Set: Fixing more interface listings fails 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 3747 matching lines...) Expand 10 before | Expand all | Expand 10 after
3758 method grabFrame 3758 method grabFrame
3759 method setOptions 3759 method setOptions
3760 method takePhoto 3760 method takePhoto
3761 interface ImageData 3761 interface ImageData
3762 attribute @@toStringTag 3762 attribute @@toStringTag
3763 getter data 3763 getter data
3764 getter dataUnion 3764 getter dataUnion
3765 getter height 3765 getter height
3766 getter width 3766 getter width
3767 method constructor 3767 method constructor
3768 method createImageData
3769 method getColorSettings 3768 method getColorSettings
3770 interface InputDeviceCapabilities 3769 interface InputDeviceCapabilities
3771 attribute @@toStringTag 3770 attribute @@toStringTag
3772 getter firesTouchEvents 3771 getter firesTouchEvents
3773 method constructor 3772 method constructor
3774 interface InputEvent : UIEvent 3773 interface InputEvent : UIEvent
3775 attribute @@toStringTag 3774 attribute @@toStringTag
3776 getter data 3775 getter data
3777 getter dataTransfer 3776 getter dataTransfer
3778 getter inputType 3777 getter inputType
(...skipping 5375 matching lines...) Expand 10 before | Expand all | Expand 10 after
9154 setter scrollY 9153 setter scrollY
9155 setter scrollbars 9154 setter scrollbars
9156 setter status 9155 setter status
9157 setter statusbar 9156 setter statusbar
9158 setter toolbar 9157 setter toolbar
9159 setter visualViewport 9158 setter visualViewport
9160 PASS successfullyParsed is true 9159 PASS successfullyParsed is true
9161 9160
9162 TEST COMPLETE 9161 TEST COMPLETE
9163 9162
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698