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

Unified Diff: third_party/WebKit/LayoutTests/fast/canvas/webgl/error-reporting-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/error-reporting-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/error-reporting-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/webgl/error-reporting-expected.txt
deleted file mode 100644
index 82fbaf2c89836395af1b9cbfd3603222258ee727..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/error-reporting-expected.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
-Tests generation of synthetic and real GL errors
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-PASS getError was expected value: NO_ERROR :
-Testing getActiveAttrib
-PASS context.getActiveAttrib(null, 2) is null
-PASS getError was expected value: INVALID_VALUE :
-PASS getError was expected value: NO_ERROR :
-PASS context.getActiveAttrib(program, 2) is null
-PASS getError was expected value: INVALID_VALUE :
-PASS getError was expected value: NO_ERROR :
-Testing getActiveUniform
-PASS context.getActiveUniform(null, 0) is null
-PASS getError was expected value: INVALID_VALUE :
-PASS getError was expected value: NO_ERROR :
-PASS context.getActiveUniform(program, 50) is null
-PASS getError was expected value: INVALID_VALUE :
-PASS getError was expected value: NO_ERROR :
-Testing attempts to manipulate the default framebuffer
-PASS context.bindFramebuffer(context.FRAMEBUFFER, null) is undefined.
-PASS getError was expected value: NO_ERROR :
-PASS context.framebufferRenderbuffer(context.FRAMEBUFFER, context.DEPTH_ATTACHMENT, context.RENDERBUFFER, null) is undefined.
-PASS getError was expected value: INVALID_OPERATION :
-PASS getError was expected value: NO_ERROR :
-PASS context.framebufferTexture2D(context.FRAMEBUFFER, context.COLOR_ATTACHMENT0, context.TEXTURE_2D, null, 0) is undefined.
-PASS getError was expected value: INVALID_OPERATION :
-PASS getError was expected value: NO_ERROR :
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698