OLD | NEW |
1 Verify GL_VERTEX_PROGRAM_POINT_SIZE is enabled in WebGL | 1 Verify GL_VERTEX_PROGRAM_POINT_SIZE is enabled in WebGL |
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 Draw a point of size 1 and verify it does not touch any other pixels. | 5 Draw a point of size 1 and verify it does not touch any other pixels. |
6 Draw a point of size 2 and verify it fills the appropriate region. | 6 Draw a point of size 2 and verify it fills the appropriate region. |
7 PASS | 7 FAIL Drawing a point of size 2 failed to fill the appropriate region |
8 PASS successfullyParsed is true | 8 PASS successfullyParsed is true |
9 | 9 |
10 TEST COMPLETE | 10 TEST COMPLETE |
11 | 11 |
OLD | NEW |