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

Unified Diff: LayoutTests/canvas/philip/tests/2d.missingargs-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: Amend inspector/profiler/canvas2d/canvas2d-profiler-capturing-basics.html Created 7 years, 7 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
« no previous file with comments | « no previous file | LayoutTests/fast/canvas/canvas-overloads-strokeRect-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/canvas/philip/tests/2d.missingargs-expected.txt
diff --git a/LayoutTests/canvas/philip/tests/2d.missingargs-expected.txt b/LayoutTests/canvas/philip/tests/2d.missingargs-expected.txt
index 076086f422b054d601ab1fbe7fb37ad9861099d2..561bc1084273a2b2b933499edbe67578689c5b83 100644
--- a/LayoutTests/canvas/philip/tests/2d.missingargs-expected.txt
+++ b/LayoutTests/canvas/philip/tests/2d.missingargs-expected.txt
@@ -1,76 +1,2 @@
-Failed assertion: should throw exception of type TypeError: ctx.scale()
-Failed assertion: should throw exception of type TypeError: ctx.scale(1)
-Failed assertion: should throw exception of type TypeError: ctx.rotate()
-Failed assertion: should throw exception of type TypeError: ctx.translate()
-Failed assertion: should throw exception of type TypeError: ctx.translate(0)
-Failed assertion: should throw exception of type TypeError: ctx.transform()
-Failed assertion: should throw exception of type TypeError: ctx.transform(1)
-Failed assertion: should throw exception of type TypeError: ctx.transform(1, 0)
-Failed assertion: should throw exception of type TypeError: ctx.transform(1, 0, 0)
-Failed assertion: should throw exception of type TypeError: ctx.transform(1, 0, 0, 1)
-Failed assertion: should throw exception of type TypeError: ctx.transform(1, 0, 0, 1, 0)
-Failed assertion: should throw exception of type TypeError: ctx.setTransform()
-Failed assertion: should throw exception of type TypeError: ctx.setTransform(1)
-Failed assertion: should throw exception of type TypeError: ctx.setTransform(1, 0)
-Failed assertion: should throw exception of type TypeError: ctx.setTransform(1, 0, 0)
-Failed assertion: should throw exception of type TypeError: ctx.setTransform(1, 0, 0, 1)
-Failed assertion: should throw exception of type TypeError: ctx.setTransform(1, 0, 0, 1, 0)
-Failed assertion: expected exception of type TypeError, got: Error: NotSupportedError: DOM Exception 9
-Failed assertion: expected exception of type TypeError, got: Error: NotSupportedError: DOM Exception 9
-Failed assertion: expected exception of type TypeError, got: Error: NotSupportedError: DOM Exception 9
-Failed assertion: expected exception of type TypeError, got: Error: NotSupportedError: DOM Exception 9
-Failed assertion: expected exception of type TypeError, got: Error: NotSupportedError: DOM Exception 9
-Failed assertion: expected exception of type TypeError, got: Error: NotSupportedError: DOM Exception 9
-Failed assertion: expected exception of type TypeError, got: Error: NotSupportedError: DOM Exception 9
-Failed assertion: expected exception of type TypeError, got: Error: NotSupportedError: DOM Exception 9
-Failed assertion: expected exception of type TypeError, got: Error: NotSupportedError: DOM Exception 9
-Failed assertion: expected exception of type TypeError, got: Error: NotSupportedError: DOM Exception 9
-Failed assertion: should throw exception of type TypeError: ctx.clearRect()
-Failed assertion: should throw exception of type TypeError: ctx.clearRect(0)
-Failed assertion: should throw exception of type TypeError: ctx.clearRect(0, 0)
-Failed assertion: should throw exception of type TypeError: ctx.clearRect(0, 0, 0)
-Failed assertion: should throw exception of type TypeError: ctx.fillRect()
-Failed assertion: should throw exception of type TypeError: ctx.fillRect(0)
-Failed assertion: should throw exception of type TypeError: ctx.fillRect(0, 0)
-Failed assertion: should throw exception of type TypeError: ctx.fillRect(0, 0, 0)
-Failed assertion: should throw exception of type TypeError: ctx.strokeRect()
-Failed assertion: should throw exception of type TypeError: ctx.strokeRect(0)
-Failed assertion: should throw exception of type TypeError: ctx.strokeRect(0, 0)
-Failed assertion: should throw exception of type TypeError: ctx.strokeRect(0, 0, 0)
-Failed assertion: should throw exception of type TypeError: ctx.moveTo()
-Failed assertion: should throw exception of type TypeError: ctx.moveTo(0)
-Failed assertion: should throw exception of type TypeError: ctx.lineTo()
-Failed assertion: should throw exception of type TypeError: ctx.lineTo(0)
-Failed assertion: should throw exception of type TypeError: ctx.quadraticCurveTo()
-Failed assertion: should throw exception of type TypeError: ctx.quadraticCurveTo(0)
-Failed assertion: should throw exception of type TypeError: ctx.quadraticCurveTo(0, 0)
-Failed assertion: should throw exception of type TypeError: ctx.quadraticCurveTo(0, 0, 0)
-Failed assertion: should throw exception of type TypeError: ctx.bezierCurveTo()
-Failed assertion: should throw exception of type TypeError: ctx.bezierCurveTo(0)
-Failed assertion: should throw exception of type TypeError: ctx.bezierCurveTo(0, 0)
-Failed assertion: should throw exception of type TypeError: ctx.bezierCurveTo(0, 0, 0)
-Failed assertion: should throw exception of type TypeError: ctx.bezierCurveTo(0, 0, 0, 0)
-Failed assertion: should throw exception of type TypeError: ctx.bezierCurveTo(0, 0, 0, 0, 0)
-Failed assertion: should throw exception of type TypeError: ctx.arcTo()
-Failed assertion: should throw exception of type TypeError: ctx.arcTo(0)
-Failed assertion: should throw exception of type TypeError: ctx.arcTo(0, 0)
-Failed assertion: should throw exception of type TypeError: ctx.arcTo(0, 0, 0)
-Failed assertion: should throw exception of type TypeError: ctx.arcTo(0, 0, 0, 0)
-Failed assertion: should throw exception of type TypeError: ctx.rect()
-Failed assertion: should throw exception of type TypeError: ctx.rect(0)
-Failed assertion: should throw exception of type TypeError: ctx.rect(0, 0)
-Failed assertion: should throw exception of type TypeError: ctx.rect(0, 0, 0)
-Failed assertion: should throw exception of type TypeError: ctx.arc()
-Failed assertion: should throw exception of type TypeError: ctx.arc(0)
-Failed assertion: should throw exception of type TypeError: ctx.arc(0, 0)
-Failed assertion: should throw exception of type TypeError: ctx.arc(0, 0, 1)
-Failed assertion: should throw exception of type TypeError: ctx.arc(0, 0, 1, 0)
-Failed assertion: should throw exception of type TypeError: ctx.isPointInPath()
-Failed assertion: should throw exception of type TypeError: ctx.isPointInPath(0)
-Failed assertion: should throw exception of type TypeError: ctx.measureText()
-Failed assertion: expected exception of type TypeError, got: Error: NotSupportedError: DOM Exception 9
-Failed assertion: expected exception of type TypeError, got: Error: NotSupportedError: DOM Exception 9
-Failed assertion: expected exception of type TypeError, got: Error: NotSupportedError: DOM Exception 9
-Failed assertion: expected exception of type TypeError, got: Error: NotSupportedError: DOM Exception 9
Failed assertion: expected exception of type TypeError, got: Error: IndexSizeError: DOM Exception 1
Failed assertion: expected exception of type TypeError, got: Error: SyntaxError: DOM Exception 12
« no previous file with comments | « no previous file | LayoutTests/fast/canvas/canvas-overloads-strokeRect-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698