Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / canvas / webgl / index-validation-with-resized-buffer-expected.txt
blob1bfa7165eeada819a6244ca91b28aa555dfc8468
1 Test that updating the size of a vertex buffer is properly noticed by the WebGL implementation.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5 PASS getError was expected value: NO_ERROR : after initialization
6 PASS getError was expected value: NO_ERROR : after vertex setup
7 PASS getError was expected value: NO_ERROR : after texture coord setup
8 PASS getError was expected value: NO_ERROR : after vertex redefinition
9 PASS getError was expected value: NO_ERROR : after texture coordinate / color redefinition
10 PASS getError was expected value: NO_ERROR : after setting up indices
11 PASS getError was expected value: NO_ERROR : after drawing
13 PASS successfullyParsed is true
15 TEST COMPLETE