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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/canvas/canvas-ImageBitmap-transferable-expected.txt

Issue 1589923002: Add more layout test cases to createImageBitmap (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 Tests that ImageBitmap is transferable and that the pixel data survives the trip , as well as createImageBitmap(ImageBitmap) works on worker thread 1 Tests that ImageBitmap is transferable and that the pixel data survives the trip , as well as createImageBitmap(ImageBitmap) works on worker thread
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 bitmapWidth is imageWidth 6 PASS bitmapWidth is imageWidth
7 PASS bitmapHeight is imageHeight 7 PASS bitmapHeight is imageHeight
8 PASS bitmapWidth is 0 8 PASS bitmapWidth is 0
9 PASS bitmapHeight is 0 9 PASS bitmapHeight is 0
10 PASS createImageBitmap from a neutered ImageBitmap should be rejected
10 PASS bitmapWidth is imageWidth 11 PASS bitmapWidth is imageWidth
11 PASS bitmapHeight is imageHeight 12 PASS bitmapHeight is imageHeight
12 PASS newImage.data[0] is within 5 of image.data[0] 13 PASS newImage.data[0] is within 5 of image.data[0]
13 PASS newImage.data[1] is within 5 of image.data[1] 14 PASS newImage.data[1] is within 5 of image.data[1]
14 PASS newImage.data[2] is within 5 of image.data[2] 15 PASS newImage.data[2] is within 5 of image.data[2]
15 PASS newImage.data[3] is image.data[3] 16 PASS newImage.data[3] is image.data[3]
16 PASS newImage.data[4] is within 5 of image.data[4] 17 PASS newImage.data[4] is within 5 of image.data[4]
17 PASS newImage.data[5] is within 5 of image.data[5] 18 PASS newImage.data[5] is within 5 of image.data[5]
18 PASS newImage.data[6] is within 5 of image.data[6] 19 PASS newImage.data[6] is within 5 of image.data[6]
19 PASS newImage.data[7] is image.data[7] 20 PASS newImage.data[7] is image.data[7]
(...skipping 10 matching lines...) Expand all
30 PASS newImage.data[18] is within 5 of image.data[18] 31 PASS newImage.data[18] is within 5 of image.data[18]
31 PASS newImage.data[19] is image.data[19] 32 PASS newImage.data[19] is image.data[19]
32 PASS newImage.data[20] is within 5 of image.data[20] 33 PASS newImage.data[20] is within 5 of image.data[20]
33 PASS newImage.data[21] is within 5 of image.data[21] 34 PASS newImage.data[21] is within 5 of image.data[21]
34 PASS newImage.data[22] is within 5 of image.data[22] 35 PASS newImage.data[22] is within 5 of image.data[22]
35 PASS newImage.data[23] is image.data[23] 36 PASS newImage.data[23] is image.data[23]
36 PASS successfullyParsed is true 37 PASS successfullyParsed is true
37 38
38 TEST COMPLETE 39 TEST COMPLETE
39 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698