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

Side by Side Diff: LayoutTests/fast/canvas/webgl/framebuffer-bindings-unaffected-on-resize-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 Verifies that GL framebuffer bindings do not change when canvas is resized 1 Verifies that GL framebuffer bindings do not change when canvas is resized
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 PASS fboSize < canvas.width is true 5 PASS fboSize < canvas.width is true
6 PASS gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE 6 PASS gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE
7 test before resizing canvas 7 test before resizing canvas
8 PASS should be blue 8 PASS should be blue
9 PASS area outside fbo should be transparent black 9 PASS area outside fbo should be transparent black
10 PASS should be green 10 PASS should be green
11 PASS area outside fbo should be transparent black 11 PASS area outside fbo should be transparent black
12 test after resizing canvas 12 test after resizing canvas
13 PASS should be blue 13 PASS should be blue
14 PASS area outside fbo should be transparent black 14 PASS area outside fbo should be transparent black
15 PASS should be green 15 PASS should be green
16 PASS area outside fbo should be transparent black 16 PASS area outside fbo should be transparent black
17 test after resizing canvas and waiting for compositing 17 test after resizing canvas and waiting for compositing
18 PASS should be blue 18 PASS should be blue
19 PASS area outside fbo should be transparent black 19 PASS area outside fbo should be transparent black
20 PASS should be green 20 PASS should be green
21 PASS area outside fbo should be transparent black 21 PASS area outside fbo should be transparent black
22 PASS getError was expected value: NO_ERROR : Should be no errors.
23 PASS successfullyParsed is true 22 PASS successfullyParsed is true
24 23
25 TEST COMPLETE 24 TEST COMPLETE
26 25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698