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

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

Issue 2624133007: Revert of Implement color management for ImageData (patchset #11 id:440001 of https://codereview.ch… (Closed)
Patch Set: Double check 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 3060 matching lines...) Expand 10 before | Expand all | Expand 10 after
3071 getter width 3071 getter width
3072 method close 3072 method close
3073 method constructor 3073 method constructor
3074 interface ImageBitmapRenderingContext 3074 interface ImageBitmapRenderingContext
3075 attribute @@toStringTag 3075 attribute @@toStringTag
3076 getter canvas 3076 getter canvas
3077 method constructor 3077 method constructor
3078 method transferFromImageBitmap 3078 method transferFromImageBitmap
3079 interface ImageData 3079 interface ImageData
3080 attribute @@toStringTag 3080 attribute @@toStringTag
3081 getter colorSpace
3082 getter data
3083 getter height 3081 getter height
3084 getter width 3082 getter width
3085 method constructor 3083 method constructor
3086 interface InputDeviceCapabilities 3084 interface InputDeviceCapabilities
3087 attribute @@toStringTag 3085 attribute @@toStringTag
3088 getter firesTouchEvents 3086 getter firesTouchEvents
3089 method constructor 3087 method constructor
3090 interface IntersectionObserver 3088 interface IntersectionObserver
3091 attribute @@toStringTag 3089 attribute @@toStringTag
3092 getter root 3090 getter root
(...skipping 4638 matching lines...) Expand 10 before | Expand all | Expand 10 after
7731 setter scrollX 7729 setter scrollX
7732 setter scrollY 7730 setter scrollY
7733 setter scrollbars 7731 setter scrollbars
7734 setter status 7732 setter status
7735 setter statusbar 7733 setter statusbar
7736 setter toolbar 7734 setter toolbar
7737 PASS successfullyParsed is true 7735 PASS successfullyParsed is true
7738 7736
7739 TEST COMPLETE 7737 TEST COMPLETE
7740 7738
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698