Index: LayoutTests/platform/chromium-linux/virtual/gpu/fast/canvas/canvas-blend-solid-expected.txt |
diff --git a/LayoutTests/platform/chromium-linux/virtual/gpu/fast/canvas/canvas-blend-solid-expected.txt b/LayoutTests/platform/chromium-linux/virtual/gpu/fast/canvas/canvas-blend-solid-expected.txt |
deleted file mode 100644 |
index c191ef8e82ec4eeea01acee5105e083b5e94f9bf..0000000000000000000000000000000000000000 |
--- a/LayoutTests/platform/chromium-linux/virtual/gpu/fast/canvas/canvas-blend-solid-expected.txt |
+++ /dev/null |
@@ -1,1129 +0,0 @@ |
-Series of tests to ensure correct results on applying different blend modes. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-Testing blend mode "source-over" |
-solid on solid |
-PASS pixelDataAtPoint(0)[0] is within 5 of 255 |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[0] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[1] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[1] is within 5 of 128 |
-PASS pixelDataAtPoint(2)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-solid on alpha |
-PASS pixelDataAtPoint(0)[0] is within 5 of 128 |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[2] is within 5 of 127 |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[0] is within 5 of 128 |
-PASS pixelDataAtPoint(1)[1] is within 5 of 128 |
-PASS pixelDataAtPoint(1)[2] is within 5 of 127 |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[1] is within 5 of 64 |
-PASS pixelDataAtPoint(2)[2] is within 5 of 127 |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on solid |
-PASS pixelDataAtPoint(0)[0] is within 5 of 255 |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[0] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[1] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[1] is within 5 of 128 |
-PASS pixelDataAtPoint(2)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on alpha |
-PASS pixelDataAtPoint(0)[0] is within 5 of 171 |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[2] is within 5 of 84 |
-PASS pixelDataAtPoint(0)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(1)[0] is within 5 of 171 |
-PASS pixelDataAtPoint(1)[1] is within 5 of 171 |
-PASS pixelDataAtPoint(1)[2] is within 5 of 84 |
-PASS pixelDataAtPoint(1)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[1] is within 5 of 85 |
-PASS pixelDataAtPoint(2)[2] is within 5 of 84 |
-PASS pixelDataAtPoint(2)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 191 |
- |
-Testing blend mode "multiply" |
-solid on solid |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 0. Was 255. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 0. Was 255. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 0. Was 255. |
-PASS pixelDataAtPoint(1)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 0. Was 128. |
-PASS pixelDataAtPoint(2)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-solid on alpha |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 0. Was 127. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[2] is within 5 of 127 |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 0. Was 127. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 0. Was 127. |
-PASS pixelDataAtPoint(1)[2] is within 5 of 127 |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 0. Was 64. |
-PASS pixelDataAtPoint(2)[2] is within 5 of 127 |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on solid |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 128. Was 255. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 128. Was 255. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 128. Was 255. |
-PASS pixelDataAtPoint(1)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 64. Was 128. |
-PASS pixelDataAtPoint(2)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on alpha |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 85. Was 170. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[2] is within 5 of 84 |
-PASS pixelDataAtPoint(0)[3] is within 5 of 191 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 85. Was 170. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 85. Was 170. |
-PASS pixelDataAtPoint(1)[2] is within 5 of 84 |
-PASS pixelDataAtPoint(1)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 43. Was 86. |
-PASS pixelDataAtPoint(2)[2] is within 5 of 84 |
-PASS pixelDataAtPoint(2)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 191 |
- |
-Testing blend mode "screen" |
-solid on solid |
-PASS pixelDataAtPoint(0)[0] is within 5 of 255 |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 255. Was 0. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[0] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[1] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 255. Was 0. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[1] is within 5 of 128 |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 255. Was 0. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-solid on alpha |
-PASS pixelDataAtPoint(0)[0] is within 5 of 128 |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 255. Was 128. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[0] is within 5 of 128 |
-PASS pixelDataAtPoint(1)[1] is within 5 of 128 |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 255. Was 128. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[1] is within 5 of 64 |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 255. Was 128. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on solid |
-PASS pixelDataAtPoint(0)[0] is within 5 of 255 |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 127. Was 0. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[0] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[1] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 127. Was 0. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[1] is within 5 of 128 |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 127. Was 0. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on alpha |
-PASS pixelDataAtPoint(0)[0] is within 5 of 171 |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 170. Was 86. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(1)[0] is within 5 of 171 |
-PASS pixelDataAtPoint(1)[1] is within 5 of 171 |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 170. Was 86. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[1] is within 5 of 85 |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 170. Was 86. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 191 |
- |
-Testing blend mode "overlay" |
-solid on solid |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 0. Was 255. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 255. Was 0. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 0. Was 255. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 0. Was 255. |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 255. Was 0. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 0. Was 128. |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 255. Was 0. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-solid on alpha |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 0. Was 127. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 255. Was 128. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 0. Was 127. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 0. Was 127. |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 255. Was 128. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 0. Was 64. |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 255. Was 128. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on solid |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 128. Was 255. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 127. Was 0. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 128. Was 255. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 128. Was 255. |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 127. Was 0. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 64. Was 128. |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 127. Was 0. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on alpha |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 85. Was 170. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 170. Was 86. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 191 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 85. Was 170. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 85. Was 170. |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 170. Was 86. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 43. Was 86. |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 170. Was 86. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 191 |
- |
-Testing blend mode "darken" |
-solid on solid |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 0. Was 255. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 0. Was 255. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 0. Was 255. |
-PASS pixelDataAtPoint(1)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 0. Was 128. |
-PASS pixelDataAtPoint(2)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-solid on alpha |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 0. Was 127. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[2] is within 5 of 127 |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 0. Was 127. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 0. Was 127. |
-PASS pixelDataAtPoint(1)[2] is within 5 of 127 |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 0. Was 64. |
-PASS pixelDataAtPoint(2)[2] is within 5 of 127 |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on solid |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 128. Was 255. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 128. Was 255. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 128. Was 255. |
-PASS pixelDataAtPoint(1)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 64. Was 128. |
-PASS pixelDataAtPoint(2)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on alpha |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 85. Was 170. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[2] is within 5 of 84 |
-PASS pixelDataAtPoint(0)[3] is within 5 of 191 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 85. Was 170. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 85. Was 170. |
-PASS pixelDataAtPoint(1)[2] is within 5 of 84 |
-PASS pixelDataAtPoint(1)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 43. Was 86. |
-PASS pixelDataAtPoint(2)[2] is within 5 of 84 |
-PASS pixelDataAtPoint(2)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 191 |
- |
-Testing blend mode "lighten" |
-solid on solid |
-PASS pixelDataAtPoint(0)[0] is within 5 of 255 |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 255. Was 0. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[0] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[1] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 255. Was 0. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[1] is within 5 of 128 |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 255. Was 0. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-solid on alpha |
-PASS pixelDataAtPoint(0)[0] is within 5 of 128 |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 255. Was 128. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[0] is within 5 of 128 |
-PASS pixelDataAtPoint(1)[1] is within 5 of 128 |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 255. Was 128. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[1] is within 5 of 64 |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 255. Was 128. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on solid |
-PASS pixelDataAtPoint(0)[0] is within 5 of 255 |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 127. Was 0. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[0] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[1] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 127. Was 0. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[1] is within 5 of 128 |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 127. Was 0. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on alpha |
-PASS pixelDataAtPoint(0)[0] is within 5 of 171 |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 170. Was 86. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(1)[0] is within 5 of 171 |
-PASS pixelDataAtPoint(1)[1] is within 5 of 171 |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 170. Was 86. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[1] is within 5 of 85 |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 170. Was 86. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 191 |
- |
-Testing blend mode "color-dodge" |
-solid on solid |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 0. Was 255. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 255. Was 0. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 0. Was 255. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 0. Was 255. |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 255. Was 0. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 0. Was 128. |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 255. Was 0. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-solid on alpha |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 0. Was 127. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 255. Was 128. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 0. Was 127. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 0. Was 127. |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 255. Was 128. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 0. Was 64. |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 255. Was 128. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on solid |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 128. Was 255. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 127. Was 0. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 128. Was 255. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 128. Was 255. |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 127. Was 0. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 64. Was 128. |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 127. Was 0. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on alpha |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 85. Was 170. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 170. Was 86. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 191 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 85. Was 170. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 85. Was 170. |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 170. Was 86. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 43. Was 86. |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 170. Was 86. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 191 |
- |
-Testing blend mode "color-burn" |
-solid on solid |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 0. Was 255. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 255. Was 0. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 0. Was 255. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 0. Was 255. |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 255. Was 0. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 0. Was 128. |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 255. Was 0. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-solid on alpha |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 0. Was 127. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 255. Was 128. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 0. Was 127. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 0. Was 127. |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 255. Was 128. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 0. Was 64. |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 255. Was 128. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on solid |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 128. Was 255. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 127. Was 0. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 128. Was 255. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 128. Was 255. |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 127. Was 0. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 0. Was 128. |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 127. Was 0. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on alpha |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 85. Was 170. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 170. Was 86. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 191 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 85. Was 170. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 85. Was 170. |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 170. Was 86. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 0. Was 86. |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 170. Was 86. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 191 |
- |
-Testing blend mode "hard-light" |
-solid on solid |
-PASS pixelDataAtPoint(0)[0] is within 5 of 255 |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[0] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[1] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 1. Was 128. |
-PASS pixelDataAtPoint(2)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-solid on alpha |
-PASS pixelDataAtPoint(0)[0] is within 5 of 128 |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[2] is within 5 of 127 |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[0] is within 5 of 128 |
-PASS pixelDataAtPoint(1)[1] is within 5 of 128 |
-PASS pixelDataAtPoint(1)[2] is within 5 of 127 |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 0. Was 64. |
-PASS pixelDataAtPoint(2)[2] is within 5 of 127 |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on solid |
-PASS pixelDataAtPoint(0)[0] is within 5 of 255 |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[0] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[1] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 65. Was 128. |
-PASS pixelDataAtPoint(2)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on alpha |
-PASS pixelDataAtPoint(0)[0] is within 5 of 171 |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[2] is within 5 of 84 |
-PASS pixelDataAtPoint(0)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(1)[0] is within 5 of 171 |
-PASS pixelDataAtPoint(1)[1] is within 5 of 171 |
-PASS pixelDataAtPoint(1)[2] is within 5 of 84 |
-PASS pixelDataAtPoint(1)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 43. Was 86. |
-PASS pixelDataAtPoint(2)[2] is within 5 of 84 |
-PASS pixelDataAtPoint(2)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 191 |
- |
-Testing blend mode "soft-light" |
-solid on solid |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 0. Was 255. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 255. Was 0. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 0. Was 255. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 0. Was 255. |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 255. Was 0. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 0. Was 128. |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 255. Was 0. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-solid on alpha |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 0. Was 127. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 255. Was 128. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 0. Was 127. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 0. Was 127. |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 255. Was 128. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 0. Was 64. |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 255. Was 128. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on solid |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 128. Was 255. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 127. Was 0. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 128. Was 255. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 128. Was 255. |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 127. Was 0. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 64. Was 128. |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 127. Was 0. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on alpha |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 85. Was 170. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 170. Was 86. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 191 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 85. Was 170. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 85. Was 170. |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 170. Was 86. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 43. Was 86. |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 170. Was 86. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 191 |
- |
-Testing blend mode "difference" |
-solid on solid |
-PASS pixelDataAtPoint(0)[0] is within 5 of 255 |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 255. Was 0. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[0] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[1] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 255. Was 0. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[1] is within 5 of 128 |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 255. Was 0. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(3)[2] should be within 5 of 0. Was 255. |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-solid on alpha |
-PASS pixelDataAtPoint(0)[0] is within 5 of 128 |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 255. Was 128. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[0] is within 5 of 128 |
-PASS pixelDataAtPoint(1)[1] is within 5 of 128 |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 255. Was 128. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[1] is within 5 of 64 |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 255. Was 128. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(3)[2] should be within 5 of 127. Was 255. |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on solid |
-PASS pixelDataAtPoint(0)[0] is within 5 of 255 |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 127. Was 0. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[0] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[1] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 127. Was 0. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[1] is within 5 of 128 |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 127. Was 0. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(3)[2] should be within 5 of 128. Was 255. |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on alpha |
-PASS pixelDataAtPoint(0)[0] is within 5 of 171 |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 170. Was 86. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(1)[0] is within 5 of 171 |
-PASS pixelDataAtPoint(1)[1] is within 5 of 171 |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 170. Was 86. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[1] is within 5 of 85 |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 170. Was 86. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(3)[2] should be within 5 of 171. Was 255. |
-PASS pixelDataAtPoint(3)[3] is within 5 of 191 |
- |
-Testing blend mode "exclusion" |
-solid on solid |
-PASS pixelDataAtPoint(0)[0] is within 5 of 255 |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 255. Was 0. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[0] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[1] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 255. Was 0. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[1] is within 5 of 128 |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 255. Was 0. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(3)[2] should be within 5 of 0. Was 255. |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-solid on alpha |
-PASS pixelDataAtPoint(0)[0] is within 5 of 128 |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 255. Was 128. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[0] is within 5 of 128 |
-PASS pixelDataAtPoint(1)[1] is within 5 of 128 |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 255. Was 128. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[1] is within 5 of 64 |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 255. Was 128. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(3)[2] should be within 5 of 127. Was 255. |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on solid |
-PASS pixelDataAtPoint(0)[0] is within 5 of 255 |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 127. Was 0. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[0] is within 5 of 255 |
-PASS pixelDataAtPoint(1)[1] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 127. Was 0. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[1] is within 5 of 128 |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 127. Was 0. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(3)[2] should be within 5 of 128. Was 255. |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on alpha |
-PASS pixelDataAtPoint(0)[0] is within 5 of 171 |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 170. Was 86. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(1)[0] is within 5 of 171 |
-PASS pixelDataAtPoint(1)[1] is within 5 of 171 |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 170. Was 86. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[1] is within 5 of 85 |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 170. Was 86. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(3)[2] should be within 5 of 171. Was 255. |
-PASS pixelDataAtPoint(3)[3] is within 5 of 191 |
- |
-Testing blend mode "hue" |
-solid on solid |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 93. Was 255. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 31. Was 255. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 31. Was 255. |
-PASS pixelDataAtPoint(1)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 46. Was 128. |
-PASS pixelDataAtPoint(2)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-solid on alpha |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 49. Was 127. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[2] is within 5 of 127 |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 16. Was 127. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 16. Was 127. |
-PASS pixelDataAtPoint(1)[2] is within 5 of 127 |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 25. Was 64. |
-PASS pixelDataAtPoint(2)[2] is within 5 of 127 |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on solid |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 175. Was 255. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 144. Was 255. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 144. Was 255. |
-PASS pixelDataAtPoint(1)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 88. Was 128. |
-PASS pixelDataAtPoint(2)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on alpha |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 116. Was 170. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[2] is within 5 of 84 |
-PASS pixelDataAtPoint(0)[3] is within 5 of 191 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 96. Was 170. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 96. Was 170. |
-PASS pixelDataAtPoint(1)[2] is within 5 of 84 |
-PASS pixelDataAtPoint(1)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 58. Was 86. |
-PASS pixelDataAtPoint(2)[2] is within 5 of 84 |
-PASS pixelDataAtPoint(2)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 191 |
- |
-Testing blend mode "saturation" |
-solid on solid |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 0. Was 255. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 255. Was 0. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 0. Was 255. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 0. Was 255. |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 255. Was 0. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(2)[0] should be within 5 of 14. Was 0. |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 14. Was 128. |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 142. Was 0. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-solid on alpha |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 0. Was 127. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 255. Was 128. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 0. Was 127. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 0. Was 127. |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 255. Was 128. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(2)[0] should be within 5 of 7. Was 0. |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 7. Was 64. |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 198. Was 128. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on solid |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 128. Was 255. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 127. Was 0. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 128. Was 255. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 128. Was 255. |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 127. Was 0. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(2)[0] should be within 5 of 7. Was 0. |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 71. Was 128. |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 70. Was 0. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on alpha |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 85. Was 170. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 167. Was 86. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 191 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 85. Was 170. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 85. Was 170. |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 167. Was 86. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 48. Was 86. |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 130. Was 86. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 191 |
- |
-Testing blend mode "color" |
-solid on solid |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 93. Was 255. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 31. Was 255. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 31. Was 255. |
-PASS pixelDataAtPoint(1)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 47. Was 128. |
-PASS pixelDataAtPoint(2)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-solid on alpha |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 49. Was 127. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[2] is within 5 of 127 |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 16. Was 127. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 16. Was 127. |
-PASS pixelDataAtPoint(1)[2] is within 5 of 127 |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 24. Was 64. |
-PASS pixelDataAtPoint(2)[2] is within 5 of 127 |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on solid |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 175. Was 255. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 144. Was 255. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 144. Was 255. |
-PASS pixelDataAtPoint(1)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 88. Was 128. |
-PASS pixelDataAtPoint(2)[2] is within 5 of 0 |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on alpha |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 116. Was 170. |
-PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(0)[2] is within 5 of 84 |
-PASS pixelDataAtPoint(0)[3] is within 5 of 191 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 96. Was 170. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 96. Was 170. |
-PASS pixelDataAtPoint(1)[2] is within 5 of 84 |
-PASS pixelDataAtPoint(1)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(2)[0] is within 5 of 0 |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 58. Was 86. |
-PASS pixelDataAtPoint(2)[2] is within 5 of 84 |
-PASS pixelDataAtPoint(2)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 191 |
- |
-Testing blend mode "luminosity" |
-solid on solid |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 55. Was 255. |
-FAIL pixelDataAtPoint(0)[1] should be within 5 of 55. Was 0. |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 255. Was 0. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 224. Was 255. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 224. Was 255. |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 255. Was 0. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(2)[0] should be within 5 of 54. Was 0. |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 54. Was 128. |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 255. Was 0. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-solid on alpha |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 28. Was 127. |
-FAIL pixelDataAtPoint(0)[1] should be within 5 of 28. Was 0. |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 255. Was 128. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 112. Was 127. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 112. Was 127. |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 255. Was 128. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(2)[0] should be within 5 of 27. Was 0. |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 27. Was 64. |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 255. Was 128. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on solid |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 155. Was 255. |
-FAIL pixelDataAtPoint(0)[1] should be within 5 of 27. Was 0. |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 127. Was 0. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 239. Was 255. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 239. Was 255. |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 127. Was 0. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 255 |
-FAIL pixelDataAtPoint(2)[0] should be within 5 of 26. Was 0. |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 90. Was 128. |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 127. Was 0. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 255 |
-alpha on alpha |
-FAIL pixelDataAtPoint(0)[0] should be within 5 of 104. Was 170. |
-FAIL pixelDataAtPoint(0)[1] should be within 5 of 19. Was 0. |
-FAIL pixelDataAtPoint(0)[2] should be within 5 of 167. Was 86. |
-PASS pixelDataAtPoint(0)[3] is within 5 of 191 |
-FAIL pixelDataAtPoint(1)[0] should be within 5 of 158. Was 170. |
-FAIL pixelDataAtPoint(1)[1] should be within 5 of 158. Was 170. |
-FAIL pixelDataAtPoint(1)[2] should be within 5 of 167. Was 86. |
-PASS pixelDataAtPoint(1)[3] is within 5 of 191 |
-FAIL pixelDataAtPoint(2)[0] should be within 5 of 16. Was 0. |
-FAIL pixelDataAtPoint(2)[1] should be within 5 of 58. Was 86. |
-FAIL pixelDataAtPoint(2)[2] should be within 5 of 167. Was 86. |
-PASS pixelDataAtPoint(2)[3] is within 5 of 191 |
-PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
-PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
-PASS pixelDataAtPoint(3)[3] is within 5 of 191 |
- |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |