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

Unified Diff: LayoutTests/fast/canvas/canvas-overloads-strokeRect-expected.txt

Issue 14654002: Make optional arguments in CanvasRenderingContext2D match the spec [1]. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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: LayoutTests/fast/canvas/canvas-overloads-strokeRect-expected.txt
diff --git a/LayoutTests/fast/canvas/canvas-overloads-strokeRect-expected.txt b/LayoutTests/fast/canvas/canvas-overloads-strokeRect-expected.txt
index e0dde3a1b1a464fd47174797b3cce28c41582568..4e0de37efdca60a2a124dde5fa4690e64d272936 100644
--- a/LayoutTests/fast/canvas/canvas-overloads-strokeRect-expected.txt
+++ b/LayoutTests/fast/canvas/canvas-overloads-strokeRect-expected.txt
@@ -3,10 +3,6 @@ Test the behavior of CanvasRenderingContext2D.strokeRect() when called with diff
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS ctx.strokeRect() is undefined
-PASS ctx.strokeRect(0) is undefined
-PASS ctx.strokeRect(0, 0) is undefined
-PASS ctx.strokeRect(0, 0, 0) is undefined
PASS ctx.strokeRect(0, 0, 0, 0) is undefined
PASS ctx.strokeRect(0, 0, 0, 0, 0) is undefined
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698