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

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

Issue 408813007: Remove non-standard API entry points in CanvasRenderingContext2D (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove some unnecessary mac/virtual/gpu baselines Created 6 years, 1 month 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
« no previous file with comments | « LayoutTests/fast/canvas/script-tests/set-colors.js ('k') | LayoutTests/fast/canvas/shadow-offset-2.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/canvas/set-colors-expected.txt
diff --git a/LayoutTests/fast/canvas/set-colors-expected.txt b/LayoutTests/fast/canvas/set-colors-expected.txt
index 61bc490f2321eddcfb878d7000df63f1f188fbbc..7805c6bc47b3023a8cc1ab250f64400e42b3f036 100644
--- a/LayoutTests/fast/canvas/set-colors-expected.txt
+++ b/LayoutTests/fast/canvas/set-colors-expected.txt
@@ -19,21 +19,6 @@ 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 testSetFillColor('"blue"') is blue
-PASS testSetFillColor('"#FF0000"') is red
-PASS testSetFillColor('"#f00"') is red
-PASS testSetFillColor('"rgb(255, 0, 0)"') is red
-PASS testSetFillColor('"rgba(255, 0, 0, 1)"') is red
-PASS testSetFillColor('"rgba(255, 0, 0, 0.8)"') is translucentRed
-PASS testSetFillColor('"rgba(255, 0, 0, 0)"') is transparent
-PASS testSetFillColor('"blue", 0.8') is translucentBlue
-PASS testSetFillColor('1') is white
-PASS testSetFillColor('1, 0.8') is translucentWhite
-PASS testSetFillColor('0, 1, 0, 1') is green
-PASS testSetFillColor('0, 1, 0, 0.8') is translucentGreen
-FAIL testSetFillColor('0, 0, 0, 1, 1') should be #1a1a1a. Was #000000.
-FAIL testSetFillColor('0, 0, 0, 1, 0.8') should be rgba(25, 25, 25, 0.8). Was rgba(0, 0, 0, 0.8).
-PASS testSetFillColor('0, 0, 0, 1, 0') is transparent
PASS testStrokeStyle('transparent') is transparent
PASS testStrokeStyle('blue') is blue
PASS testStrokeStyle('#FF0000') is red
@@ -50,21 +35,6 @@ 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 testSetStrokeColor('"blue"') is blue
-PASS testSetStrokeColor('"#FF0000"') is red
-PASS testSetStrokeColor('"#f00"') is red
-PASS testSetStrokeColor('"rgb(255, 0, 0)"') is red
-PASS testSetStrokeColor('"rgba(255, 0, 0, 1)"') is red
-PASS testSetStrokeColor('"rgba(255, 0, 0, 0.8)"') is translucentRed
-PASS testSetStrokeColor('"rgba(255, 0, 0, 0)"') is transparent
-PASS testSetStrokeColor('"blue", 0.8') is translucentBlue
-PASS testSetStrokeColor('1') is white
-PASS testSetStrokeColor('1, 0.8') is translucentWhite
-PASS testSetStrokeColor('0, 1, 0, 1') is green
-PASS testSetStrokeColor('0, 1, 0, 0.8') is translucentGreen
-FAIL testSetStrokeColor('0, 0, 0, 1, 1') should be #1a1a1a. Was #000000.
-FAIL testSetStrokeColor('0, 0, 0, 1, 0.8') should be rgba(25, 25, 25, 0.8). Was rgba(0, 0, 0, 0.8).
-PASS testSetStrokeColor('0, 0, 0, 1, 0') is transparent
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/canvas/script-tests/set-colors.js ('k') | LayoutTests/fast/canvas/shadow-offset-2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698