| 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..2ced7ea04413162a81a5181c34a2dcf489188453 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. It must fail.
|
| +PASS d[0] == 0 is true
|
| +FAIL d[1] == 255 should be true. Was false.
|
| +PASS d[2] == 0 is true
|
| +FAIL d[3] == 255 should be true. Was false.
|
| +PASS d[0] == 0 is true
|
| +FAIL d[1] == 255 should be true. Was false.
|
| +PASS d[2] == 0 is true
|
| +FAIL d[3] == 255 should be true. Was false.
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|