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

Unified Diff: third_party/WebKit/LayoutTests/fast/canvas/webgl/context-lost-restored-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/context-lost-restored-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/context-lost-restored-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/webgl/context-lost-restored-expected.txt
deleted file mode 100644
index d6335437b99fcf457960c7a2477641ba9b538ca3..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/context-lost-restored-expected.txt
+++ /dev/null
@@ -1,64 +0,0 @@
-Tests behavior under a restored context.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-Test losing a context and inability to restore it.
-Test valid context
-PASS gl.isContextLost() is false
-PASS gl.getError() is gl.NO_ERROR
-PASS shouldBe 255,10,20
-PASS gl.getError() is gl.NO_ERROR
-
-PASS gl.isContextLost() is true
-PASS gl.getError() is gl.CONTEXT_LOST_WEBGL
-PASS gl.getError() is gl.NO_ERROR
-PASS gl.blendFunc(gl.TEXTURE_2D, gl.TEXTURE_CUBE_MAP) was expected value: NO_ERROR.
-PASS contextLostEventFired is false
-Test lost context
-PASS contextLostEventFired is false
-PASS gl.isContextLost() is true
-PASS gl.getError() is gl.NO_ERROR
-
-PASS extension.restoreContext() was expected value: INVALID_OPERATION.
-
-Test losing and restoring a context.
-Test valid context
-PASS gl.isContextLost() is false
-PASS gl.getError() is gl.NO_ERROR
-PASS shouldBe 255,10,20
-PASS gl.getError() is gl.NO_ERROR
-
-PASS gl.isContextLost() is true
-PASS gl.getError() is gl.CONTEXT_LOST_WEBGL
-PASS gl.getError() is gl.NO_ERROR
-PASS gl.blendFunc(gl.TEXTURE_2D, gl.TEXTURE_CUBE_MAP) was expected value: NO_ERROR.
-PASS contextLostEventFired is false
-Test lost context
-PASS contextLostEventFired is false
-PASS gl.isContextLost() is true
-PASS gl.getError() is gl.NO_ERROR
-
-PASS extension.restoreContext() was expected value: NO_ERROR.
-PASS gl.isContextLost() is true
-PASS gl.getError() is gl.NO_ERROR
-PASS gl.blendFunc(gl.TEXTURE_2D, gl.TEXTURE_CUBE_MAP) was expected value: NO_ERROR.
-Test restored context
-PASS contextRestoredEventFired is false
-PASS gl.isContextLost() is false
-PASS gl.getError() is gl.NO_ERROR
-PASS gl.bindTexture(gl.TEXTURE_2D, texture) was expected value: INVALID_OPERATION.
-PASS gl.useProgram(program) was expected value: INVALID_OPERATION.
-PASS gl.bindBuffer(gl.ARRAY_BUFFER, bufferObjects[0]) was expected value: INVALID_OPERATION.
-PASS shouldBe 255,10,20
-PASS gl.getError() is gl.NO_ERROR
-PASS gl.bindTexture(gl.TEXTURE_2D, texture) was expected value: NO_ERROR.
-PASS gl.useProgram(program) was expected value: NO_ERROR.
-PASS gl.bindBuffer(gl.ARRAY_BUFFER, bufferObjects[0]) was expected value: NO_ERROR.
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698