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

Unified Diff: third_party/WebKit/LayoutTests/fast/canvas/webgl/read-pixels-pack-alignment-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/read-pixels-pack-alignment-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/read-pixels-pack-alignment-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/webgl/read-pixels-pack-alignment-expected.txt
deleted file mode 100644
index 8e9fcc11ea5fec0edae218cce73d4d9b86c0bc4a..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/read-pixels-pack-alignment-expected.txt
+++ /dev/null
@@ -1,114 +0,0 @@
-Verify readPixels() works fine with various PACK_ALIGNMENT values.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-PASS gl = initWebGL('example', 'vshader', 'fshader', [ 'pos', 'colorIn' ], [ 0, 0, 0, 1 ], 1) is non-null.
-Testing format = RGBA and type = UNSIGNED_BYTE
-Testing PACK_ALIGNMENT = 1, width = 1, height = 2
-PASS getError was expected value: NO_ERROR :
-PASS getError was expected value: NO_ERROR :
-PASS 255,102,0,255 is non-null.
-PASS pixel is expectedColor
-Testing PACK_ALIGNMENT = 2, width = 1, height = 2
-PASS getError was expected value: NO_ERROR :
-PASS getError was expected value: NO_ERROR :
-PASS 255,102,0,255 is non-null.
-PASS pixel is expectedColor
-Testing PACK_ALIGNMENT = 4, width = 1, height = 2
-PASS getError was expected value: NO_ERROR :
-PASS getError was expected value: NO_ERROR :
-PASS 255,102,0,255 is non-null.
-PASS pixel is expectedColor
-Testing PACK_ALIGNMENT = 8, width = 1, height = 2
-PASS getError was expected value: NO_ERROR :
-PASS getError was expected value: NO_ERROR :
-PASS 255,102,0,255 is non-null.
-PASS pixel is expectedColor
-Testing PACK_ALIGNMENT = 4, width = 2, height = 2
-PASS getError was expected value: NO_ERROR :
-PASS getError was expected value: NO_ERROR :
-PASS 255,102,0,255 is non-null.
-PASS pixel is expectedColor
-Testing PACK_ALIGNMENT = 8, width = 2, height = 2
-PASS getError was expected value: NO_ERROR :
-PASS getError was expected value: NO_ERROR :
-PASS 255,102,0,255 is non-null.
-PASS pixel is expectedColor
-Testing PACK_ALIGNMENT = 4, width = 3, height = 2
-PASS getError was expected value: NO_ERROR :
-PASS getError was expected value: NO_ERROR :
-PASS 255,102,0,255 is non-null.
-PASS pixel is expectedColor
-Testing PACK_ALIGNMENT = 8, width = 3, height = 2
-PASS getError was expected value: NO_ERROR :
-PASS getError was expected value: NO_ERROR :
-PASS 255,102,0,255 is non-null.
-PASS pixel is expectedColor
-Testing PACK_ALIGNMENT = 4, width = 4, height = 2
-PASS getError was expected value: NO_ERROR :
-PASS getError was expected value: NO_ERROR :
-PASS 255,102,0,255 is non-null.
-PASS pixel is expectedColor
-Testing PACK_ALIGNMENT = 8, width = 4, height = 2
-PASS getError was expected value: NO_ERROR :
-PASS getError was expected value: NO_ERROR :
-PASS 255,102,0,255 is non-null.
-PASS pixel is expectedColor
-Testing PACK_ALIGNMENT = 8, width = 5, height = 1
-PASS getError was expected value: NO_ERROR :
-PASS getError was expected value: NO_ERROR :
-PASS 255,102,0,255 is non-null.
-PASS pixel is expectedColor
-Testing PACK_ALIGNMENT = 4, width = 5, height = 2
-PASS getError was expected value: NO_ERROR :
-PASS getError was expected value: NO_ERROR :
-PASS 255,102,0,255 is non-null.
-PASS pixel is expectedColor
-Testing PACK_ALIGNMENT = 8, width = 5, height = 2
-PASS getError was expected value: NO_ERROR :
-PASS getError was expected value: NO_ERROR :
-PASS 255,102,0,255 is non-null.
-PASS pixel is expectedColor
-Testing PACK_ALIGNMENT = 8, width = 6, height = 2
-PASS getError was expected value: NO_ERROR :
-PASS getError was expected value: NO_ERROR :
-PASS 255,102,0,255 is non-null.
-PASS pixel is expectedColor
-Testing PACK_ALIGNMENT = 8, width = 7, height = 2
-PASS getError was expected value: NO_ERROR :
-PASS getError was expected value: NO_ERROR :
-PASS 255,102,0,255 is non-null.
-PASS pixel is expectedColor
-Testing PACK_ALIGNMENT = 8, width = 8, height = 2
-PASS getError was expected value: NO_ERROR :
-PASS getError was expected value: NO_ERROR :
-PASS 255,102,0,255 is non-null.
-PASS pixel is expectedColor
-Testing PACK_ALIGNMENT = 1, width = 0, height = 0
-PASS getError was expected value: NO_ERROR :
-PASS getError was expected value: NO_ERROR :
-Testing PACK_ALIGNMENT = 2, width = 0, height = 0
-PASS getError was expected value: NO_ERROR :
-PASS getError was expected value: NO_ERROR :
-Testing PACK_ALIGNMENT = 4, width = 0, height = 0
-PASS getError was expected value: NO_ERROR :
-PASS getError was expected value: NO_ERROR :
-Testing PACK_ALIGNMENT = 8, width = 0, height = 0
-PASS getError was expected value: NO_ERROR :
-PASS getError was expected value: NO_ERROR :
-Testing PACK_ALIGNMENT = 1, width = -1, height = 1
-PASS getError was expected value: NO_ERROR :
-PASS getError was expected value: INVALID_VALUE :
-Testing PACK_ALIGNMENT = 2, width = 1, height = -1
-PASS getError was expected value: NO_ERROR :
-PASS getError was expected value: INVALID_VALUE :
-Testing PACK_ALIGNMENT = 4, width = 0, height = -1
-PASS getError was expected value: NO_ERROR :
-PASS getError was expected value: INVALID_VALUE :
-Testing PACK_ALIGNMENT = 8, width = -1, height = -1
-PASS getError was expected value: NO_ERROR :
-PASS getError was expected value: INVALID_VALUE :
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698