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

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

Issue 2555213002: Implement color management for ImageData (Closed)
Patch Set: Fixing ImageData::validateConstructorArguments Created 3 years, 11 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 AnalyserNode : AudioNode 8 interface AnalyserNode : AudioNode
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter fftSize 10 getter fftSize
(...skipping 3070 matching lines...) Expand 10 before | Expand all | Expand 10 after
3081 getter width 3081 getter width
3082 method close 3082 method close
3083 method constructor 3083 method constructor
3084 interface ImageBitmapRenderingContext 3084 interface ImageBitmapRenderingContext
3085 attribute @@toStringTag 3085 attribute @@toStringTag
3086 getter canvas 3086 getter canvas
3087 method constructor 3087 method constructor
3088 method transferFromImageBitmap 3088 method transferFromImageBitmap
3089 interface ImageData 3089 interface ImageData
3090 attribute @@toStringTag 3090 attribute @@toStringTag
3091 getter colorSpace
3092 getter data
3091 getter height 3093 getter height
3092 getter width 3094 getter width
3093 method constructor 3095 method constructor
3094 interface InputDeviceCapabilities 3096 interface InputDeviceCapabilities
3095 attribute @@toStringTag 3097 attribute @@toStringTag
3096 getter firesTouchEvents 3098 getter firesTouchEvents
3097 method constructor 3099 method constructor
3098 interface IntersectionObserver 3100 interface IntersectionObserver
3099 attribute @@toStringTag 3101 attribute @@toStringTag
3100 getter root 3102 getter root
(...skipping 4638 matching lines...) Expand 10 before | Expand all | Expand 10 after
7739 setter scrollX 7741 setter scrollX
7740 setter scrollY 7742 setter scrollY
7741 setter scrollbars 7743 setter scrollbars
7742 setter status 7744 setter status
7743 setter statusbar 7745 setter statusbar
7744 setter toolbar 7746 setter toolbar
7745 PASS successfullyParsed is true 7747 PASS successfullyParsed is true
7746 7748
7747 TEST COMPLETE 7749 TEST COMPLETE
7748 7750
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698