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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-drawImage-video-with-options-expected.txt

Issue 1609763002: Implement ImageBitmap options premultiplyAlpha (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 Ensure correct behavior of drawImage with ImageBitmaps from video elements. 1 Ensure correct behavior of drawImage with ImageBitmaps from video elements.
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 jsWrapperClass(bitmap) is 'ImageBitmap' 6 PASS jsWrapperClass(bitmap) is 'ImageBitmap'
7 PASS d[3] is 255 7 PASS d[3] is 255
8 PASS d[3] is 255 8 PASS d[3] is 255
9 PASS d[3] is 255 9 PASS d[3] is 255
10 PASS d[3] is 255 10 PASS d[3] is 255
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 PASS d[2] is 0 221 PASS d[2] is 0
222 PASS d[3] is 0 222 PASS d[3] is 0
223 PASS d[0] is 0 223 PASS d[0] is 0
224 PASS d[1] is 0 224 PASS d[1] is 0
225 PASS d[2] is 0 225 PASS d[2] is 0
226 PASS d[3] is 0 226 PASS d[3] is 0
227 PASS successfullyParsed is true 227 PASS successfullyParsed is true
228 228
229 TEST COMPLETE 229 TEST COMPLETE
230 230
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698