| 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 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. |
| (...skipping 29 matching lines...) Expand all Loading... |
| 50 | 53 |
| 51 testing: premultipliedAlpha: true imageFormat: image/jpeg | 54 testing: premultipliedAlpha: true imageFormat: image/jpeg |
| 52 PASS gl.getContextAttributes().premultipledAlpha is premultipledAlpha | 55 PASS gl.getContextAttributes().premultipledAlpha is premultipledAlpha |
| 53 PASS gl.getContextAttributes().preserveDrawingBuffer is true | 56 PASS gl.getContextAttributes().preserveDrawingBuffer is true |
| 54 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. |
| 55 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. |
| 56 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. |
| 57 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. |
| 58 PASS should draw with 128,128,128,255 | 61 PASS should draw with 128,128,128,255 |
| 59 | 62 |
| OLD | NEW |