| Index: LayoutTests/fast/canvas/webgl/null-object-behaviour-expected.txt
|
| diff --git a/LayoutTests/fast/canvas/webgl/null-object-behaviour-expected.txt b/LayoutTests/fast/canvas/webgl/null-object-behaviour-expected.txt
|
| index 056b1dbc23ae44f4134e02f2436c13d58c9877dc..bf63f8abce1d6f838afb0fa72b24c06092f6b517 100644
|
| --- a/LayoutTests/fast/canvas/webgl/null-object-behaviour-expected.txt
|
| +++ b/LayoutTests/fast/canvas/webgl/null-object-behaviour-expected.txt
|
| @@ -14,10 +14,10 @@ PASS context.detachShader(undefined, shader) was expected value: INVALID_VALUE.
|
| PASS context.shaderSource(undefined, undefined) was expected value: INVALID_VALUE.
|
| PASS context.shaderSource(undefined, 'foo') was expected value: INVALID_VALUE.
|
| PASS context.bindAttribLocation(undefined, 0, 'foo') was expected value: INVALID_VALUE.
|
| -PASS context.bindBuffer(context.ARRAY_BUFFER, 0) threw exception TypeError: Failed to execute 'bindBuffer' on 'WebGLRenderingContextBase': parameter 2 is not of type 'WebGLBuffer'..
|
| -PASS context.bindFramebuffer(context.FRAMEBUFFER, 0) threw exception TypeError: Failed to execute 'bindFramebuffer' on 'WebGLRenderingContextBase': parameter 2 is not of type 'WebGLFramebuffer'..
|
| -PASS context.bindRenderbuffer(context.RENDERBUFFER, 0) threw exception TypeError: Failed to execute 'bindRenderbuffer' on 'WebGLRenderingContextBase': parameter 2 is not of type 'WebGLRenderbuffer'..
|
| -PASS context.bindTexture(context.TEXTURE_2D, 0) threw exception TypeError: Failed to execute 'bindTexture' on 'WebGLRenderingContextBase': parameter 2 is not of type 'WebGLTexture'..
|
| +PASS context.bindBuffer(context.ARRAY_BUFFER, 0) threw exception TypeError: Failed to execute 'bindBuffer' on 'WebGLRenderingContext': parameter 2 is not of type 'WebGLBuffer'..
|
| +PASS context.bindFramebuffer(context.FRAMEBUFFER, 0) threw exception TypeError: Failed to execute 'bindFramebuffer' on 'WebGLRenderingContext': parameter 2 is not of type 'WebGLFramebuffer'..
|
| +PASS context.bindRenderbuffer(context.RENDERBUFFER, 0) threw exception TypeError: Failed to execute 'bindRenderbuffer' on 'WebGLRenderingContext': parameter 2 is not of type 'WebGLRenderbuffer'..
|
| +PASS context.bindTexture(context.TEXTURE_2D, 0) threw exception TypeError: Failed to execute 'bindTexture' on 'WebGLRenderingContext': parameter 2 is not of type 'WebGLTexture'..
|
| PASS context.bindBuffer(context.ARRAY_BUFFER, null) was expected value: NO_ERROR.
|
| PASS context.bindFramebuffer(context.FRAMEBUFFER, null) was expected value: NO_ERROR.
|
| PASS context.bindRenderbuffer(context.RENDERBUFFER, null) was expected value: NO_ERROR.
|
|
|