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

Unified Diff: third_party/WebKit/LayoutTests/fast/canvas/canvas-blending-global-alpha-expected.txt

Issue 2673883002: Use testharness.js instead of js-test.js in LayoutTests/fast/canvas tests. (Closed)
Patch Set: Addressing comments Created 3 years, 10 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/canvas-blending-global-alpha-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-blending-global-alpha-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/canvas-blending-global-alpha-expected.txt
deleted file mode 100644
index 789dd70a33e2c24143f76762599a3c12bc8ee376..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-blending-global-alpha-expected.txt
+++ /dev/null
@@ -1,105 +0,0 @@
-Series of tests to ensure correct results on applying different blend modes when globalAlpha is set.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-Testing blend mode source-over
-PASS actualColor(0, 0)[0] is within 5 of 141.6
-PASS actualColor(0, 0)[1] is within 5 of 242.4
-PASS actualColor(0, 0)[2] is within 5 of 129
-PASS actualColor(0, 0)[3] is within 5 of 255
-
-Testing blend mode multiply
-PASS actualColor(0, 0)[0] is within 5 of 129
-PASS actualColor(0, 0)[1] is within 5 of 242.4
-PASS actualColor(0, 0)[2] is within 5 of 122.62588235294116
-PASS actualColor(0, 0)[3] is within 5 of 255
-
-Testing blend mode screen
-PASS actualColor(0, 0)[0] is within 5 of 141.6
-PASS actualColor(0, 0)[1] is within 5 of 255
-PASS actualColor(0, 0)[2] is within 5 of 135.3741176470588
-PASS actualColor(0, 0)[3] is within 5 of 255
-
-Testing blend mode overlay
-PASS actualColor(0, 0)[0] is within 5 of 141.6
-PASS actualColor(0, 0)[1] is within 5 of 255
-PASS actualColor(0, 0)[2] is within 5 of 129.14823529411763
-PASS actualColor(0, 0)[3] is within 5 of 255
-
-Testing blend mode darken
-PASS actualColor(0, 0)[0] is within 5 of 129
-PASS actualColor(0, 0)[1] is within 5 of 242.4
-PASS actualColor(0, 0)[2] is within 5 of 129
-PASS actualColor(0, 0)[3] is within 5 of 255
-
-Testing blend mode lighten
-PASS actualColor(0, 0)[0] is within 5 of 141.6
-PASS actualColor(0, 0)[1] is within 5 of 255
-PASS actualColor(0, 0)[2] is within 5 of 129
-PASS actualColor(0, 0)[3] is within 5 of 255
-
-Testing blend mode color-dodge
-PASS actualColor(0, 0)[0] is within 5 of 141.6
-PASS actualColor(0, 0)[1] is within 5 of 255
-PASS actualColor(0, 0)[2] is within 5 of 141.6
-PASS actualColor(0, 0)[3] is within 5 of 255
-
-Testing blend mode color-burn
-PASS actualColor(0, 0)[0] is within 5 of 129
-PASS actualColor(0, 0)[1] is within 5 of 255
-PASS actualColor(0, 0)[2] is within 5 of 116.69302325581394
-PASS actualColor(0, 0)[3] is within 5 of 255
-
-Testing blend mode hard-light
-PASS actualColor(0, 0)[0] is within 5 of 141.6
-PASS actualColor(0, 0)[1] is within 5 of 255
-PASS actualColor(0, 0)[2] is within 5 of 129.14823529411763
-PASS actualColor(0, 0)[3] is within 5 of 255
-
-Testing blend mode soft-light
-PASS actualColor(0, 0)[0] is within 5 of 134.2369788002302
-PASS actualColor(0, 0)[1] is within 5 of 255
-PASS actualColor(0, 0)[2] is within 5 of 129.06161151529682
-PASS actualColor(0, 0)[3] is within 5 of 255
-
-Testing blend mode difference
-PASS actualColor(0, 0)[0] is within 5 of 128.7
-PASS actualColor(0, 0)[1] is within 5 of 242.10000000000002
-PASS actualColor(0, 0)[2] is within 5 of 116.1
-PASS actualColor(0, 0)[3] is within 5 of 255
-
-Testing blend mode exclusion
-PASS actualColor(0, 0)[0] is within 5 of 128.7
-PASS actualColor(0, 0)[1] is within 5 of 242.10000000000002
-PASS actualColor(0, 0)[2] is within 5 of 128.84823529411764
-PASS actualColor(0, 0)[3] is within 5 of 255
-
-Testing blend mode hue
-PASS actualColor(0, 0)[0] is within 5 of 142
-PASS actualColor(0, 0)[1] is within 5 of 248
-PASS actualColor(0, 0)[2] is within 5 of 134
-PASS actualColor(0, 0)[3] is within 5 of 255
-
-Testing blend mode saturation
-PASS actualColor(0, 0)[0] is within 5 of 129
-PASS actualColor(0, 0)[1] is within 5 of 255
-PASS actualColor(0, 0)[2] is within 5 of 129
-PASS actualColor(0, 0)[3] is within 5 of 255
-
-Testing blend mode color
-PASS actualColor(0, 0)[0] is within 5 of 142
-PASS actualColor(0, 0)[1] is within 5 of 248
-PASS actualColor(0, 0)[2] is within 5 of 134
-PASS actualColor(0, 0)[3] is within 5 of 255
-
-Testing blend mode luminosity
-PASS actualColor(0, 0)[0] is within 5 of 125
-PASS actualColor(0, 0)[1] is within 5 of 251
-PASS actualColor(0, 0)[2] is within 5 of 125
-PASS actualColor(0, 0)[3] is within 5 of 255
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698