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

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: Corrections 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 5378 matching lines...) Expand 10 before | Expand all | Expand 10 after
9157 setter scrollY 9156 setter scrollY
9158 setter scrollbars 9157 setter scrollbars
9159 setter status 9158 setter status
9160 setter statusbar 9159 setter statusbar
9161 setter toolbar 9160 setter toolbar
9162 setter visualViewport 9161 setter visualViewport
9163 PASS successfullyParsed is true 9162 PASS successfullyParsed is true
9164 9163
9165 TEST COMPLETE 9164 TEST COMPLETE
9166 9165
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698