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

Unified Diff: third_party/WebKit/LayoutTests/fast/canvas/webgl/instanceof-test-expected.txt

Issue 1601093008: Remove duplicated WebGL layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/canvas/webgl/instanceof-test-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/instanceof-test-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/webgl/instanceof-test-expected.txt
deleted file mode 100644
index 1e9b143d69e5c3eb92b2caee9e6cc416fb32e82f..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/instanceof-test-expected.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-WebGL instanceof test.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-Tests that instanceof works on WebGL objects.
-
-PASS gl instanceof WebGLRenderingContext is true
-PASS gl.createBuffer() instanceof WebGLBuffer is true
-PASS gl.createFramebuffer() instanceof WebGLFramebuffer is true
-PASS gl.createProgram() instanceof WebGLProgram is true
-PASS gl.createRenderbuffer() instanceof WebGLRenderbuffer is true
-PASS gl.createShader(gl.VERTEX_SHADER) instanceof WebGLShader is true
-PASS gl.createTexture() instanceof WebGLTexture is true
-PASS gl.getUniformLocation(program, "color") instanceof WebGLUniformLocation is true
-PASS gl.getActiveAttrib(program, 0) instanceof WebGLActiveInfo is true
-PASS gl.getActiveUniform(program, 0) instanceof WebGLActiveInfo is true
-
-Tests that those WebGL objects can not be constructed through new operator
-
-PASS new WebGLRenderingContext threw an error
-PASS new WebGLActiveInfo threw an error
-PASS new WebGLBuffer threw an error
-PASS new WebGLFramebuffer threw an error
-PASS new WebGLProgram threw an error
-PASS new WebGLRenderbuffer threw an error
-PASS new WebGLShader threw an error
-PASS new WebGLTexture threw an error
-PASS new WebGLUniformLocation threw an error
-PASS new WebGLShaderPrecisionFormat threw an error
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698