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

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

Issue 766333003: canvas: fix bugs on HTMLCanvasElement::copiedImage() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: drop vector Created 6 years 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 Check the imageBitmap of webgl.
1 PASS d[0] == 0 is true 2 PASS d[0] == 0 is true
2 PASS d[1] == 255 is true 3 PASS d[1] == 255 is true
3 PASS d[2] == 0 is true 4 PASS d[2] == 0 is true
4 PASS d[3] == 255 is true 5 PASS d[3] == 255 is true
5 PASS d[0] == 0 is true 6 PASS d[0] == 0 is true
6 PASS d[1] == 255 is true 7 PASS d[1] == 255 is true
7 PASS d[2] == 0 is true 8 PASS d[2] == 0 is true
8 PASS d[3] == 255 is true 9 PASS d[3] == 255 is true
10 Check the imageBitmap of webgl in the next frame. It must fail.
11 PASS d[0] == 0 is true
12 FAIL d[1] == 255 should be true. Was false.
13 PASS d[2] == 0 is true
14 FAIL d[3] == 255 should be true. Was false.
15 PASS d[0] == 0 is true
16 FAIL d[1] == 255 should be true. Was false.
17 PASS d[2] == 0 is true
18 FAIL d[3] == 255 should be true. Was false.
9 PASS successfullyParsed is true 19 PASS successfullyParsed is true
10 20
11 TEST COMPLETE 21 TEST COMPLETE
12 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698