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

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: Rebaseline Created 3 years, 7 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 3781 matching lines...) Expand 10 before | Expand all | Expand 10 after
3792 method grabFrame 3792 method grabFrame
3793 method setOptions 3793 method setOptions
3794 method takePhoto 3794 method takePhoto
3795 interface ImageData 3795 interface ImageData
3796 attribute @@toStringTag 3796 attribute @@toStringTag
3797 getter data 3797 getter data
3798 getter dataUnion 3798 getter dataUnion
3799 getter height 3799 getter height
3800 getter width 3800 getter width
3801 method constructor 3801 method constructor
3802 method createImageData
3803 method getColorSettings 3802 method getColorSettings
3804 interface InputDeviceCapabilities 3803 interface InputDeviceCapabilities
3805 attribute @@toStringTag 3804 attribute @@toStringTag
3806 getter firesTouchEvents 3805 getter firesTouchEvents
3807 method constructor 3806 method constructor
3808 interface InputEvent : UIEvent 3807 interface InputEvent : UIEvent
3809 attribute @@toStringTag 3808 attribute @@toStringTag
3810 getter data 3809 getter data
3811 getter dataTransfer 3810 getter dataTransfer
3812 getter inputType 3811 getter inputType
(...skipping 5377 matching lines...) Expand 10 before | Expand all | Expand 10 after
9190 setter scrollY 9189 setter scrollY
9191 setter scrollbars 9190 setter scrollbars
9192 setter status 9191 setter status
9193 setter statusbar 9192 setter statusbar
9194 setter toolbar 9193 setter toolbar
9195 setter visualViewport 9194 setter visualViewport
9196 PASS successfullyParsed is true 9195 PASS successfullyParsed is true
9197 9196
9198 TEST COMPLETE 9197 TEST COMPLETE
9199 9198
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698