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

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

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 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 | 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
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: Type error.
148 PASS context.putImageData(buffer, NaN, 0, 0, 0, 0, 0) threw exception Error: Not SupportedError: DOM Exception 9. 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 Error: Not SupportedError: DOM Exception 9. 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 Error: Not SupportedError: DOM Exception 9. 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 Error: Not SupportedError: DOM Exception 9. 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 Error: Not SupportedError: DOM Exception 9. 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 Error: Not SupportedError: DOM Exception 9. 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 Error : NotSupportedError: DOM Exception 9. 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 Error : NotSupportedError: DOM Exception 9. 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 Error : NotSupportedError: DOM Exception 9. 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 Error : NotSupportedError: DOM Exception 9. 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 Error : NotSupportedError: DOM Exception 9. 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 Error : NotSupportedError: DOM Exception 9. 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 Erro r: NotSupportedError: DOM Exception 9. 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 Erro r: NotSupportedError: DOM Exception 9. 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 Erro r: NotSupportedError: DOM Exception 9. 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 Erro r: NotSupportedError: DOM Exception 9. 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 Erro r: NotSupportedError: DOM Exception 9. 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 Erro r: NotSupportedError: DOM Exception 9. 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

Powered by Google App Engine
This is Rietveld 408576698