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

Unified 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: rephrase this test so that the expectations don't contain failure 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/canvas/canvas-createImageBitmap-webgl.html ('k') | Source/core/html/HTMLCanvasElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/canvas/canvas-createImageBitmap-webgl-expected.txt
diff --git a/LayoutTests/fast/canvas/canvas-createImageBitmap-webgl-expected.txt b/LayoutTests/fast/canvas/canvas-createImageBitmap-webgl-expected.txt
index e1f1e3ba5d956c8b8c8f858186a42e25135b4688..8979be3af5561516bb1963edcda3b20a0afc8452 100644
--- a/LayoutTests/fast/canvas/canvas-createImageBitmap-webgl-expected.txt
+++ b/LayoutTests/fast/canvas/canvas-createImageBitmap-webgl-expected.txt
@@ -1,3 +1,4 @@
+Check the imageBitmap of webgl.
PASS d[0] == 0 is true
PASS d[1] == 255 is true
PASS d[2] == 0 is true
@@ -6,6 +7,15 @@ PASS d[0] == 0 is true
PASS d[1] == 255 is true
PASS d[2] == 0 is true
PASS d[3] == 255 is true
+Check the imageBitmap of webgl in the next frame. drawingBuffer is discarded.
+PASS d[0] == 0 is true
+PASS d[1] == 0 is true
+PASS d[2] == 0 is true
+PASS d[3] == 0 is true
+PASS d[0] == 0 is true
+PASS d[1] == 0 is true
+PASS d[2] == 0 is true
+PASS d[3] == 0 is true
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/canvas/canvas-createImageBitmap-webgl.html ('k') | Source/core/html/HTMLCanvasElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698