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

Unified Diff: third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-teximage-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/gl-teximage-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-teximage-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-teximage-expected.txt
deleted file mode 100644
index 51bb99f567230f5f0d01002a819f489452d9231f..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/gl-teximage-expected.txt
+++ /dev/null
@@ -1,130 +0,0 @@
-Test texImage2D conversions.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
-check pixels are NOT pre-multiplied
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 0, 15 should be 0, 0, 0, 255 was 0, 0, 0, 255
-PASS pixel 128, 15 should be 255, 0, 255, 255 was 255, 0, 255, 255
-PASS pixel 255, 15 should be 0, 0, 255, 255 was 0, 0, 255, 255
-PASS pixel 0, 8 should be 128, 128, 128, 255 was 128, 128, 128, 255
-PASS pixel 128, 8 should be 255, 255, 255, 255 was 255, 255, 255, 255
-PASS pixel 255, 8 should be 0, 255, 255, 255 was 0, 255, 255, 255
-PASS pixel 0, 0 should be 255, 0, 0, 255 was 255, 0, 0, 255
-PASS pixel 128, 0 should be 255, 255, 0, 255 was 255, 255, 0, 255
-PASS pixel 255, 0 should be 0, 255, 0, 255 was 0, 255, 0, 255
-
-check quantization
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS There should be 256 unique values in channel 0. Found 256
-PASS There should be 256 unique values in channel 1. Found 256
-PASS There should be 256 unique values in channel 2. Found 256
-PASS There should be 256 unique values in channel 3. Found 256
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS There should be 16 unique values in channel 0. Found 16
-PASS There should be 16 unique values in channel 1. Found 16
-PASS There should be 16 unique values in channel 2. Found 16
-PASS There should be 16 unique values in channel 3. Found 16
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS There should be 32 unique values in channel 0. Found 32
-PASS There should be 64 unique values in channel 1. Found 64
-PASS There should be 32 unique values in channel 2. Found 32
-PASS There should be 1 unique values in channel 3. Found 1
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS There should be 32 unique values in channel 0. Found 32
-PASS There should be 32 unique values in channel 1. Found 32
-PASS There should be 32 unique values in channel 2. Found 32
-PASS There should be 2 unique values in channel 3. Found 2
-
-Check that gamma settings don't effect 8bit pngs
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS pixels should be same regardless of gamma settings.
-PASS pixels should be same regardless of gamma settings.
-PASS pixels should be same regardless of gamma settings.
-PASS pixels should be same regardless of gamma settings.
-PASS pixels should be same regardless of gamma settings.
-
-check pixels are UN pre-multiplied
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS Half the pixels in channel 0 should be >= 128,128,128.
-PASS Half the pixels in channel 0 should be < 128,128,128.
-PASS Half the pixels in channel 1 should be >= 128,128,128.
-PASS Half the pixels in channel 1 should be < 128,128,128.
-PASS Half the pixels in channel 2 should be >= 128,128,128.
-PASS Half the pixels in channel 2 should be < 128,128,128.
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS Half the pixels in channel 0 should be >= 128,128,128.
-PASS Half the pixels in channel 0 should be < 128,128,128.
-PASS Half the pixels in channel 1 should be >= 128,128,128.
-PASS Half the pixels in channel 1 should be < 128,128,128.
-PASS Half the pixels in channel 2 should be >= 128,128,128.
-PASS Half the pixels in channel 2 should be < 128,128,128.
-
-check canvas pixels are UN pre-multiplied
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS pixel 0, 0 should be within 4 units of 255, 255, 255, 127
-
-check canvas pixels are pre-multiplied
-PASS getError was expected value: NO_ERROR : Should be no errors from setup.
-PASS pixel 0, 0 should be within 4 units of 127, 127, 127, 127
-
-check pixels are pre-multiplied
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixels should all be 0.
-
-check pixels are flipped
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 0, 15 should be 255, 0, 0, 255 was 255, 0, 0, 255
-PASS pixel 128, 15 should be 255, 255, 0, 255 was 255, 255, 0, 255
-PASS pixel 255, 15 should be 255, 0, 0, 255 was 255, 0, 0, 255
-PASS pixel 0, 8 should be 255, 0, 255, 255 was 255, 0, 255, 255
-PASS pixel 128, 8 should be 255, 0, 0, 255 was 255, 0, 0, 255
-PASS pixel 255, 8 should be 0, 255, 0, 255 was 0, 255, 0, 255
-PASS pixel 0, 0 should be 0, 0, 0, 255 was 0, 0, 0, 255
-PASS pixel 128, 0 should be 0, 0, 255, 255 was 0, 0, 255, 255
-PASS pixel 255, 0 should be 255, 0, 0, 255 was 255, 0, 0, 255
-
-check uploading of images with no alpha channel works
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 128, 8 should be within 10 units of 0, 0, 255, 255
-PASS getError was expected value: NO_ERROR : Should be no errors
-
-check uploading of 16-bit images
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 128, 8 should be within 10 units of 15, 121, 0, 255
-PASS getError was expected value: NO_ERROR : Should be no errors
-
-check uploading of images with ICC profiles
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 128, 8 should be within 10 units of 0, 0, 255, 255
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 128, 8 should be within 10 units of 0, 0, 255, 255
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS getError was expected value: NO_ERROR : Should be no errors
-PASS uploading PNGs with same data but various ICC profiles should generate the same results
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS getError was expected value: NO_ERROR : Should be no errors
-PASS uploading PNGs with same data but various ICC profiles should generate the same results
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS getError was expected value: NO_ERROR : Should be no errors
-PASS uploading PNGs with same data but various ICC profiles should generate the same results
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS getError was expected value: NO_ERROR : Should be no errors
-PASS uploading PNGs with same data but various ICC profiles should generate the same results
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS getError was expected value: NO_ERROR : Should be no errors
-PASS uploading PNGs with same data but various ICC profiles should generate the same results
-
-check uploading of indexed PNG images
-PASS getError was expected value: NO_ERROR : Should be no errors from setup
-PASS pixel 128, 8 should be within 10 units of 255, 0, 0, 255
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698