[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

yurys at chromium.org yurys at chromium.org
Mon Feb 21 00:25:48 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 5c343d188ba7d7547744fe688acd5c119e10c7be
Author: yurys at chromium.org <yurys at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 31 11:45:47 2011 +0000

    2011-01-31  Yury Semikhatsky  <yurys at chromium.org>
    
            Unreviewed. Update Chromium test expectations after r77108
    
            * platform/chromium-linux/fast/canvas/webgl/gl-teximage-expected.txt: Added.
            * platform/chromium-mac/fast/canvas/webgl/gl-teximage-expected.txt: Added.
            * platform/chromium-win/fast/canvas/webgl/gl-teximage-expected.txt: Added.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@77120 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 4d5d113..8968839 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,13 @@
 2011-01-31  Yury Semikhatsky  <yurys at chromium.org>
 
+        Unreviewed. Update Chromium test expectations after r77108
+
+        * platform/chromium-linux/fast/canvas/webgl/gl-teximage-expected.txt: Added.
+        * platform/chromium-mac/fast/canvas/webgl/gl-teximage-expected.txt: Added.
+        * platform/chromium-win/fast/canvas/webgl/gl-teximage-expected.txt: Added.
+
+2011-01-31  Yury Semikhatsky  <yurys at chromium.org>
+
         Unreviewed. Update Chromium test expectations after r77101
 
         * platform/chromium-linux/fast/box-shadow/box-shadow-transformed-expected.checksum: Added.
diff --git a/LayoutTests/platform/chromium-linux/fast/canvas/webgl/gl-teximage-expected.txt b/LayoutTests/platform/chromium-linux/fast/canvas/webgl/gl-teximage-expected.txt
new file mode 100644
index 0000000..fe3920f
--- /dev/null
+++ b/LayoutTests/platform/chromium-linux/fast/canvas/webgl/gl-teximage-expected.txt
@@ -0,0 +1,127 @@
+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.
+
+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. found 49%
+PASS Half the pixels in channel 0 should be < 128,128,128. found 51%
+PASS Half the pixels in channel 1 should be >= 128,128,128. found 49%
+PASS Half the pixels in channel 1 should be < 128,128,128. found 51%
+PASS Half the pixels in channel 2 should be >= 128,128,128. found 49%
+PASS Half the pixels in channel 2 should be < 128,128,128. found 51%
+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. found 50%
+PASS Half the pixels in channel 0 should be < 128,128,128. found 50%
+PASS Half the pixels in channel 1 should be >= 128,128,128. found 50%
+PASS Half the pixels in channel 1 should be < 128,128,128. found 50%
+PASS Half the pixels in channel 2 should be >= 128,128,128. found 50%
+PASS Half the pixels in channel 2 should be < 128,128,128. found 50%
+
+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 was 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 was 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 was 0, 0, 254, 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 was 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 was 0, 0, 254, 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 was 0, 0, 254, 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 was 255, 0, 0, 255
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
diff --git a/LayoutTests/platform/chromium-mac/fast/canvas/webgl/gl-teximage-expected.txt b/LayoutTests/platform/chromium-mac/fast/canvas/webgl/gl-teximage-expected.txt
new file mode 100644
index 0000000..fe3920f
--- /dev/null
+++ b/LayoutTests/platform/chromium-mac/fast/canvas/webgl/gl-teximage-expected.txt
@@ -0,0 +1,127 @@
+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.
+
+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. found 49%
+PASS Half the pixels in channel 0 should be < 128,128,128. found 51%
+PASS Half the pixels in channel 1 should be >= 128,128,128. found 49%
+PASS Half the pixels in channel 1 should be < 128,128,128. found 51%
+PASS Half the pixels in channel 2 should be >= 128,128,128. found 49%
+PASS Half the pixels in channel 2 should be < 128,128,128. found 51%
+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. found 50%
+PASS Half the pixels in channel 0 should be < 128,128,128. found 50%
+PASS Half the pixels in channel 1 should be >= 128,128,128. found 50%
+PASS Half the pixels in channel 1 should be < 128,128,128. found 50%
+PASS Half the pixels in channel 2 should be >= 128,128,128. found 50%
+PASS Half the pixels in channel 2 should be < 128,128,128. found 50%
+
+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 was 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 was 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 was 0, 0, 254, 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 was 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 was 0, 0, 254, 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 was 0, 0, 254, 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 was 255, 0, 0, 255
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
diff --git a/LayoutTests/platform/chromium-win/fast/canvas/webgl/gl-teximage-expected.txt b/LayoutTests/platform/chromium-win/fast/canvas/webgl/gl-teximage-expected.txt
new file mode 100644
index 0000000..a7d6edb
--- /dev/null
+++ b/LayoutTests/platform/chromium-win/fast/canvas/webgl/gl-teximage-expected.txt
@@ -0,0 +1,127 @@
+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.
+
+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. found 49%
+PASS Half the pixels in channel 0 should be < 128,128,128. found 51%
+PASS Half the pixels in channel 1 should be >= 128,128,128. found 49%
+PASS Half the pixels in channel 1 should be < 128,128,128. found 51%
+PASS Half the pixels in channel 2 should be >= 128,128,128. found 49%
+PASS Half the pixels in channel 2 should be < 128,128,128. found 51%
+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. found 50%
+PASS Half the pixels in channel 0 should be < 128,128,128. found 50%
+PASS Half the pixels in channel 1 should be >= 128,128,128. found 50%
+PASS Half the pixels in channel 1 should be < 128,128,128. found 50%
+PASS Half the pixels in channel 2 should be >= 128,128,128. found 50%
+PASS Half the pixels in channel 2 should be < 128,128,128. found 50%
+
+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 was 254, 254, 254, 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 was 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 was 0, 0, 254, 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 was 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 was 0, 0, 254, 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 was 0, 0, 254, 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 was 255, 0, 0, 255
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list