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

Side by Side Diff: LayoutTests/virtual/gpu/fast/canvas/webgl/gl-object-get-calls-expected.txt

Issue 585873002: Show a warning when using sync xhr. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added needsrebaseline for win_rel. Created 6 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
OLDNEW
1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec ause of its detrimental effects to the end user's experience. For more help, che ck http://xhr.spec.whatwg.org/.
1 Test of get calls against GL objects like getBufferParameter, etc. 2 Test of get calls against GL objects like getBufferParameter, etc.
2 3
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 5
5 PASS shaders.length is 2 6 PASS shaders.length is 2
6 PASS shaders[0] == standardVert && shaders[1] == standardFrag || shaders[1] == s tandardVert && shaders[0] == standardFrag is true 7 PASS shaders[0] == standardVert && shaders[1] == standardFrag || shaders[1] == s tandardVert && shaders[0] == standardFrag is true
7 PASS getError was expected value: NO_ERROR : 8 PASS getError was expected value: NO_ERROR :
8 PASS gl.getAttachedShaders(null) is null 9 PASS gl.getAttachedShaders(null) is null
9 PASS getError was expected value: INVALID_VALUE : 10 PASS getError was expected value: INVALID_VALUE :
10 PASS gl.getAttachedShaders(standardVert) threw exception TypeError: Failed to ex ecute 'getAttachedShaders' on 'WebGLRenderingContext': parameter 1 is not of typ e 'WebGLProgram'.. 11 PASS gl.getAttachedShaders(standardVert) threw exception TypeError: Failed to ex ecute 'getAttachedShaders' on 'WebGLRenderingContext': parameter 1 is not of typ e 'WebGLProgram'..
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 PASS gl.getVertexAttrib(1, gl.CURRENT_VERTEX_ATTRIB) is [5, 6, 7, 8] 84 PASS gl.getVertexAttrib(1, gl.CURRENT_VERTEX_ATTRIB) is [5, 6, 7, 8]
84 PASS getError was expected value: NO_ERROR : 85 PASS getError was expected value: NO_ERROR :
85 PASS gl.getFramebufferAttachmentParameter(gl.FRAMEBUFFER, gl.COLOR_ATTACHMENT0, gl.FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE) is gl.NONE 86 PASS gl.getFramebufferAttachmentParameter(gl.FRAMEBUFFER, gl.COLOR_ATTACHMENT0, gl.FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE) is gl.NONE
86 PASS gl.getFramebufferAttachmentParameter(gl.FRAMEBUFFER, gl.DEPTH_ATTACHMENT, g l.FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE) is gl.NONE 87 PASS gl.getFramebufferAttachmentParameter(gl.FRAMEBUFFER, gl.DEPTH_ATTACHMENT, g l.FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE) is gl.NONE
87 PASS gl.getVertexAttrib(1, gl.VERTEX_ATTRIB_ARRAY_BUFFER_BINDING) is null 88 PASS gl.getVertexAttrib(1, gl.VERTEX_ATTRIB_ARRAY_BUFFER_BINDING) is null
88 PASS getError was expected value: NO_ERROR : 89 PASS getError was expected value: NO_ERROR :
89 PASS successfullyParsed is true 90 PASS successfullyParsed is true
90 91
91 TEST COMPLETE 92 TEST COMPLETE
92 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698