OLD | NEW |
1 Test the WebGL premultipledAlpha context creation flag. | 1 Test the WebGL premultipledAlpha context creation flag. |
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 testing: premultipliedAlpha: true imageFormat: image/png | 6 testing: premultipliedAlpha: true imageFormat: image/png |
7 PASS gl.getContextAttributes().premultipledAlpha is premultipledAlpha | 7 PASS gl.getContextAttributes().premultipledAlpha is premultipledAlpha |
8 PASS gl.getContextAttributes().preserveDrawingBuffer is true | 8 PASS gl.getContextAttributes().preserveDrawingBuffer is true |
9 PASS getError was expected value: NO_ERROR : Should be no errors from setup. | 9 PASS getError was expected value: NO_ERROR : Should be no errors from setup. |
10 PASS getError was expected value: NO_ERROR : Should be no errors from drawing. | 10 PASS getError was expected value: NO_ERROR : Should be no errors from drawing. |
| 11 PASS successfullyParsed is true |
| 12 |
| 13 TEST COMPLETE |
11 PASS getError was expected value: NO_ERROR : Should be no errors from creating c
opy. | 14 PASS getError was expected value: NO_ERROR : Should be no errors from creating c
opy. |
12 PASS getError was expected value: NO_ERROR : Should be no errors from 2nd drawin
g. | 15 PASS getError was expected value: NO_ERROR : Should be no errors from 2nd drawin
g. |
13 PASS should draw with 64,128,255,128 | 16 PASS should draw with 64,128,255,128 |
14 | 17 |
15 testing: premultipliedAlpha: true imageFormat: undefined | 18 testing: premultipliedAlpha: true imageFormat: undefined |
16 PASS gl.getContextAttributes().premultipledAlpha is premultipledAlpha | 19 PASS gl.getContextAttributes().premultipledAlpha is premultipledAlpha |
17 PASS gl.getContextAttributes().preserveDrawingBuffer is true | 20 PASS gl.getContextAttributes().preserveDrawingBuffer is true |
18 PASS getError was expected value: NO_ERROR : Should be no errors from setup. | 21 PASS getError was expected value: NO_ERROR : Should be no errors from setup. |
19 PASS getError was expected value: NO_ERROR : Should be no errors from drawing. | 22 PASS getError was expected value: NO_ERROR : Should be no errors from drawing. |
20 PASS successfullyParsed is true | |
21 | |
22 TEST COMPLETE | |
23 PASS getError was expected value: NO_ERROR : Should be no errors from creating c
opy. | 23 PASS getError was expected value: NO_ERROR : Should be no errors from creating c
opy. |
24 PASS getError was expected value: NO_ERROR : Should be no errors from 2nd drawin
g. | 24 PASS getError was expected value: NO_ERROR : Should be no errors from 2nd drawin
g. |
25 PASS should draw with 64,128,255,128 | 25 PASS should draw with 64,128,255,128 |
26 | 26 |
27 testing: premultipliedAlpha: false imageFormat: image/png | 27 testing: premultipliedAlpha: false imageFormat: image/png |
28 PASS gl.getContextAttributes().premultipledAlpha is premultipledAlpha | 28 PASS gl.getContextAttributes().premultipledAlpha is premultipledAlpha |
29 PASS gl.getContextAttributes().preserveDrawingBuffer is true | 29 PASS gl.getContextAttributes().preserveDrawingBuffer is true |
30 PASS getError was expected value: NO_ERROR : Should be no errors from setup. | 30 PASS getError was expected value: NO_ERROR : Should be no errors from setup. |
31 PASS getError was expected value: NO_ERROR : Should be no errors from drawing. | 31 PASS getError was expected value: NO_ERROR : Should be no errors from drawing. |
32 PASS getError was expected value: NO_ERROR : Should be no errors from creating c
opy. | 32 PASS getError was expected value: NO_ERROR : Should be no errors from creating c
opy. |
(...skipping 20 matching lines...) Expand all Loading... |
53 | 53 |
54 testing: premultipliedAlpha: true imageFormat: image/jpeg | 54 testing: premultipliedAlpha: true imageFormat: image/jpeg |
55 PASS gl.getContextAttributes().premultipledAlpha is premultipledAlpha | 55 PASS gl.getContextAttributes().premultipledAlpha is premultipledAlpha |
56 PASS gl.getContextAttributes().preserveDrawingBuffer is true | 56 PASS gl.getContextAttributes().preserveDrawingBuffer is true |
57 PASS getError was expected value: NO_ERROR : Should be no errors from setup. | 57 PASS getError was expected value: NO_ERROR : Should be no errors from setup. |
58 PASS getError was expected value: NO_ERROR : Should be no errors from drawing. | 58 PASS getError was expected value: NO_ERROR : Should be no errors from drawing. |
59 PASS getError was expected value: NO_ERROR : Should be no errors from creating c
opy. | 59 PASS getError was expected value: NO_ERROR : Should be no errors from creating c
opy. |
60 PASS getError was expected value: NO_ERROR : Should be no errors from 2nd drawin
g. | 60 PASS getError was expected value: NO_ERROR : Should be no errors from 2nd drawin
g. |
61 PASS should draw with 128,128,128,255 | 61 PASS should draw with 128,128,128,255 |
62 | 62 |
OLD | NEW |