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

Unified Diff: third_party/WebKit/LayoutTests/fast/canvas/set-colors-expected.txt

Issue 2701053003: 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/set-colors-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/set-colors-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/set-colors-expected.txt
deleted file mode 100644
index 7805c6bc47b3023a8cc1ab250f64400e42b3f036..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/canvas/set-colors-expected.txt
+++ /dev/null
@@ -1,41 +0,0 @@
-Test of various canvas graphics context calls for setting colors.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS testFillStyle('transparent') is transparent
-PASS testFillStyle('blue') is blue
-PASS testFillStyle('#FF0000') is red
-PASS testFillStyle('#f00') is red
-PASS testFillStyle('rgb(255, 0, 0)') is red
-PASS testFillStyle('rgba(255, 0, 0, 1)') is red
-PASS testFillStyle('rgba(255, 0, 0, 0.8)') is translucentRed
-PASS testFillStyle('rgba(255, 0, 0, 0)') is transparent
-PASS testFillGradient('transparent') is transparent
-PASS testFillGradient('blue') is blue
-PASS testFillGradient('#FF0000') is red
-PASS testFillGradient('#f00') is red
-PASS testFillGradient('rgb(255, 0, 0)') is red
-PASS testFillGradient('rgba(255, 0, 0, 1)') is red
-PASS testFillGradient('rgba(255, 0, 0, 0.8)') is translucentRed
-PASS testFillGradient('rgba(255, 0, 0, 0)') is transparent
-PASS testStrokeStyle('transparent') is transparent
-PASS testStrokeStyle('blue') is blue
-PASS testStrokeStyle('#FF0000') is red
-PASS testStrokeStyle('#f00') is red
-PASS testStrokeStyle('rgb(255, 0, 0)') is red
-PASS testStrokeStyle('rgba(255, 0, 0, 1)') is red
-PASS testStrokeStyle('rgba(255, 0, 0, 0.8)') is translucentRed
-PASS testStrokeStyle('rgba(255, 0, 0, 0)') is transparent
-PASS testStrokeGradient('transparent') is transparent
-PASS testStrokeGradient('blue') is blue
-PASS testStrokeGradient('#FF0000') is red
-PASS testStrokeGradient('#f00') is red
-PASS testStrokeGradient('rgb(255, 0, 0)') is red
-PASS testStrokeGradient('rgba(255, 0, 0, 1)') is red
-PASS testStrokeGradient('rgba(255, 0, 0, 0.8)') is translucentRed
-PASS testStrokeGradient('rgba(255, 0, 0, 0)') is transparent
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698