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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/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 5369 matching lines...) Expand 10 before | Expand all | Expand 10 after
9182 setter scrollY 9181 setter scrollY
9183 setter scrollbars 9182 setter scrollbars
9184 setter status 9183 setter status
9185 setter statusbar 9184 setter statusbar
9186 setter toolbar 9185 setter toolbar
9187 setter visualViewport 9186 setter visualViewport
9188 PASS successfullyParsed is true 9187 PASS successfullyParsed is true
9189 9188
9190 TEST COMPLETE 9189 TEST COMPLETE
9191 9190
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698