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

Side by Side Diff: LayoutTests/fast/canvas/webgl/point-size-expected.txt

Issue 14891003: The first in a series of mass rebaselines. I tried to avoid (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 months 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 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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698