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

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

Issue 1411843003: Update XHR spec references in tests to HTTPS (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Rebase on ToT Created 5 years, 2 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
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 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 https://xhr.spec.whatwg.org/.
2 Test of get calls against GL objects like getBufferParameter, etc. 2 Test of get calls against GL objects like getBufferParameter, etc.
3 3
4 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 ".
5 5
6 PASS shaders.length is 2 6 PASS shaders.length is 2
7 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
8 PASS getError was expected value: NO_ERROR : 8 PASS getError was expected value: NO_ERROR :
9 PASS gl.getAttachedShaders(null) is null 9 PASS gl.getAttachedShaders(null) is null
10 PASS getError was expected value: INVALID_VALUE : 10 PASS getError was expected value: INVALID_VALUE :
11 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
84 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]
85 PASS getError was expected value: NO_ERROR : 85 PASS getError was expected value: NO_ERROR :
86 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
87 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
88 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
89 PASS getError was expected value: NO_ERROR : 89 PASS getError was expected value: NO_ERROR :
90 PASS successfullyParsed is true 90 PASS successfullyParsed is true
91 91
92 TEST COMPLETE 92 TEST COMPLETE
93 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698