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

Side by Side Diff: LayoutTests/fast/canvas/canvas-putImageData-expected.txt

Issue 36843003: Improve remaining TypeErrors in bindings code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: vibration. Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 This test ensures that putImageData works correctly, the end result should be a 100x100px green square. 1 This test ensures that putImageData works correctly, the end result should be a 100x100px green square.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS getPixel(0,0) is [0,128,0,255] 6 PASS getPixel(0,0) is [0,128,0,255]
7 PASS getPixel(25,25) is [0,128,0,255] 7 PASS getPixel(25,25) is [0,128,0,255]
8 PASS getPixel(49,0) is [0,128,0,255] 8 PASS getPixel(49,0) is [0,128,0,255]
9 PASS getPixel(0,49) is [0,128,0,255] 9 PASS getPixel(0,49) is [0,128,0,255]
10 PASS getPixel(49,49) is [0,128,0,255] 10 PASS getPixel(49,49) is [0,128,0,255]
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 PASS getPixel(1,1) is [0,128,0,255] 137 PASS getPixel(1,1) is [0,128,0,255]
138 PASS getPixel(10,10) is [0,128,0,255] 138 PASS getPixel(10,10) is [0,128,0,255]
139 PASS getPixel(1,1) is [0,128,0,255] 139 PASS getPixel(1,1) is [0,128,0,255]
140 PASS getPixel(10,10) is [0,128,0,255] 140 PASS getPixel(10,10) is [0,128,0,255]
141 PASS getPixel(1,1) is [0,128,0,255] 141 PASS getPixel(1,1) is [0,128,0,255]
142 PASS getPixel(9,9) is [0,128,0,255] 142 PASS getPixel(9,9) is [0,128,0,255]
143 PASS getPixel(1,1) is [0,128,0,255] 143 PASS getPixel(1,1) is [0,128,0,255]
144 PASS getPixel(9,9) is [0,128,0,255] 144 PASS getPixel(9,9) is [0,128,0,255]
145 PASS getPixel(1,1) is [0,128,0,255] 145 PASS getPixel(1,1) is [0,128,0,255]
146 PASS getPixel(9,9) is [0,128,0,255] 146 PASS getPixel(9,9) is [0,128,0,255]
147 PASS context.putImageData({}, 0, 0) threw exception TypeError: Type error. 147 PASS context.putImageData({}, 0, 0) threw exception TypeError: Failed to execute 'putImageData' on 'CanvasRenderingContext2D': No function was found that matche d the signature provided..
148 PASS context.putImageData(buffer, NaN, 0, 0, 0, 0, 0) threw exception NotSupport edError: The implementation did not support the requested type of object or oper ation.. 148 PASS context.putImageData(buffer, NaN, 0, 0, 0, 0, 0) threw exception NotSupport edError: The implementation did not support the requested type of object or oper ation..
149 PASS context.putImageData(buffer, 0, NaN, 0, 0, 0, 0) threw exception NotSupport edError: The implementation did not support the requested type of object or oper ation.. 149 PASS context.putImageData(buffer, 0, NaN, 0, 0, 0, 0) threw exception NotSupport edError: The implementation did not support the requested type of object or oper ation..
150 PASS context.putImageData(buffer, 0, 0, NaN, 0, 0, 0) threw exception NotSupport edError: The implementation did not support the requested type of object or oper ation.. 150 PASS context.putImageData(buffer, 0, 0, NaN, 0, 0, 0) threw exception NotSupport edError: The implementation did not support the requested type of object or oper ation..
151 PASS context.putImageData(buffer, 0, 0, 0, NaN, 0, 0) threw exception NotSupport edError: The implementation did not support the requested type of object or oper ation.. 151 PASS context.putImageData(buffer, 0, 0, 0, NaN, 0, 0) threw exception NotSupport edError: The implementation did not support the requested type of object or oper ation..
152 PASS context.putImageData(buffer, 0, 0, 0, 0, NaN, 0) threw exception NotSupport edError: The implementation did not support the requested type of object or oper ation.. 152 PASS context.putImageData(buffer, 0, 0, 0, 0, NaN, 0) threw exception NotSupport edError: The implementation did not support the requested type of object or oper ation..
153 PASS context.putImageData(buffer, 0, 0, 0, 0, 0, NaN) threw exception NotSupport edError: The implementation did not support the requested type of object or oper ation.. 153 PASS context.putImageData(buffer, 0, 0, 0, 0, 0, NaN) threw exception NotSupport edError: The implementation did not support the requested type of object or oper ation..
154 PASS context.putImageData(buffer, Infinity, 0, 0, 0, 0, 0) threw exception NotSu pportedError: The implementation did not support the requested type of object or operation.. 154 PASS context.putImageData(buffer, Infinity, 0, 0, 0, 0, 0) threw exception NotSu pportedError: The implementation did not support the requested type of object or operation..
155 PASS context.putImageData(buffer, 0, Infinity, 0, 0, 0, 0) threw exception NotSu pportedError: The implementation did not support the requested type of object or operation.. 155 PASS context.putImageData(buffer, 0, Infinity, 0, 0, 0, 0) threw exception NotSu pportedError: The implementation did not support the requested type of object or operation..
156 PASS context.putImageData(buffer, 0, 0, Infinity, 0, 0, 0) threw exception NotSu pportedError: The implementation did not support the requested type of object or operation.. 156 PASS context.putImageData(buffer, 0, 0, Infinity, 0, 0, 0) threw exception NotSu pportedError: The implementation did not support the requested type of object or operation..
157 PASS context.putImageData(buffer, 0, 0, 0, Infinity, 0, 0) threw exception NotSu pportedError: The implementation did not support the requested type of object or operation.. 157 PASS context.putImageData(buffer, 0, 0, 0, Infinity, 0, 0) threw exception NotSu pportedError: The implementation did not support the requested type of object or operation..
158 PASS context.putImageData(buffer, 0, 0, 0, 0, Infinity, 0) threw exception NotSu pportedError: The implementation did not support the requested type of object or operation.. 158 PASS context.putImageData(buffer, 0, 0, 0, 0, Infinity, 0) threw exception NotSu pportedError: The implementation did not support the requested type of object or operation..
159 PASS context.putImageData(buffer, 0, 0, 0, 0, 0, Infinity) threw exception NotSu pportedError: The implementation did not support the requested type of object or operation.. 159 PASS context.putImageData(buffer, 0, 0, 0, 0, 0, Infinity) threw exception NotSu pportedError: The implementation did not support the requested type of object or operation..
160 PASS context.putImageData(buffer, undefined, 0, 0, 0, 0, 0) threw exception NotS upportedError: The implementation did not support the requested type of object o r operation.. 160 PASS context.putImageData(buffer, undefined, 0, 0, 0, 0, 0) threw exception NotS upportedError: The implementation did not support the requested type of object o r operation..
161 PASS context.putImageData(buffer, 0, undefined, 0, 0, 0, 0) threw exception NotS upportedError: The implementation did not support the requested type of object o r operation.. 161 PASS context.putImageData(buffer, 0, undefined, 0, 0, 0, 0) threw exception NotS upportedError: The implementation did not support the requested type of object o r operation..
162 PASS context.putImageData(buffer, 0, 0, undefined, 0, 0, 0) threw exception NotS upportedError: The implementation did not support the requested type of object o r operation.. 162 PASS context.putImageData(buffer, 0, 0, undefined, 0, 0, 0) threw exception NotS upportedError: The implementation did not support the requested type of object o r operation..
163 PASS context.putImageData(buffer, 0, 0, 0, undefined, 0, 0) threw exception NotS upportedError: The implementation did not support the requested type of object o r operation.. 163 PASS context.putImageData(buffer, 0, 0, 0, undefined, 0, 0) threw exception NotS upportedError: The implementation did not support the requested type of object o r operation..
164 PASS context.putImageData(buffer, 0, 0, 0, 0, undefined, 0) threw exception NotS upportedError: The implementation did not support the requested type of object o r operation.. 164 PASS context.putImageData(buffer, 0, 0, 0, 0, undefined, 0) threw exception NotS upportedError: The implementation did not support the requested type of object o r operation..
165 PASS context.putImageData(buffer, 0, 0, 0, 0, 0, undefined) threw exception NotS upportedError: The implementation did not support the requested type of object o r operation.. 165 PASS context.putImageData(buffer, 0, 0, 0, 0, 0, undefined) threw exception NotS upportedError: The implementation did not support the requested type of object o r operation..
166 PASS successfullyParsed is true 166 PASS successfullyParsed is true
167 167
168 TEST COMPLETE 168 TEST COMPLETE
169 169
170 170
OLDNEW
« no previous file with comments | « LayoutTests/fast/canvas/canvas-putImageData.js ('k') | LayoutTests/fast/canvas/script-tests/canvas-currentTransform.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698