Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(190)

Side by Side Diff: LayoutTests/virtual/gpu/fast/canvas/webgl/oes-vertex-array-object-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This test verifies the functionality of the OES_vertex_array_object extension, i f it is available. 1 This test verifies the functionality of the OES_vertex_array_object extension, i f it is available.
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 PASS WebGL context exists 6 PASS WebGL context exists
7 Testing binding enum with extension disabled 7 Testing binding enum with extension disabled
8 PASS getError was expected value: INVALID_ENUM : VERTEX_ARRAY_BINDING_OES should not be queryable if extension is disabled 8 PASS getError was expected value: INVALID_ENUM : VERTEX_ARRAY_BINDING_OES should not be queryable if extension is disabled
9 PASS Successfully enabled OES_vertex_array_object extension 9 PASS Successfully enabled OES_vertex_array_object extension
10 PASS OES_vertex_array_object listed as supported and getExtension succeeded 10 PASS OES_vertex_array_object listed as supported and getExtension succeeded
(...skipping 30 matching lines...) Expand all
41 PASS should be 0,0,255,255 41 PASS should be 0,0,255,255
42 PASS should be 0,255,255,255 42 PASS should be 0,255,255,255
43 Testing that VAOs don't effect ARRAY_BUFFER binding. 43 Testing that VAOs don't effect ARRAY_BUFFER binding.
44 PASS should be red 44 PASS should be red
45 PASS should be green 45 PASS should be green
46 PASS getError was expected value: NO_ERROR : there should be no errors 46 PASS getError was expected value: NO_ERROR : there should be no errors
47 47
48 PASS successfullyParsed is true 48 PASS successfullyParsed is true
49 49
50 TEST COMPLETE 50 TEST COMPLETE
51 PASS successfullyParsed is true
52
53 TEST COMPLETE
51 54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698