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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/canvas/canvas-overloads-strokeRect-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Failed assertion: should throw exception of type TypeError: ctx.scale()
2 Failed assertion: should throw exception of type TypeError: ctx.scale(1)
3 Failed assertion: should throw exception of type TypeError: ctx.rotate()
4 Failed assertion: should throw exception of type TypeError: ctx.translate()
5 Failed assertion: should throw exception of type TypeError: ctx.translate(0)
6 Failed assertion: should throw exception of type TypeError: ctx.transform()
7 Failed assertion: should throw exception of type TypeError: ctx.transform(1)
8 Failed assertion: should throw exception of type TypeError: ctx.transform(1, 0)
9 Failed assertion: should throw exception of type TypeError: ctx.transform(1, 0, 0)
10 Failed assertion: should throw exception of type TypeError: ctx.transform(1, 0, 0, 1)
11 Failed assertion: should throw exception of type TypeError: ctx.transform(1, 0, 0, 1, 0)
12 Failed assertion: should throw exception of type TypeError: ctx.setTransform()
13 Failed assertion: should throw exception of type TypeError: ctx.setTransform(1)
14 Failed assertion: should throw exception of type TypeError: ctx.setTransform(1, 0)
15 Failed assertion: should throw exception of type TypeError: ctx.setTransform(1, 0, 0)
16 Failed assertion: should throw exception of type TypeError: ctx.setTransform(1, 0, 0, 1)
17 Failed assertion: should throw exception of type TypeError: ctx.setTransform(1, 0, 0, 1, 0)
18 Failed assertion: expected exception of type TypeError, got: Error: NotSupported Error: DOM Exception 9
19 Failed assertion: expected exception of type TypeError, got: Error: NotSupported Error: DOM Exception 9
20 Failed assertion: expected exception of type TypeError, got: Error: NotSupported Error: DOM Exception 9
21 Failed assertion: expected exception of type TypeError, got: Error: NotSupported Error: DOM Exception 9
22 Failed assertion: expected exception of type TypeError, got: Error: NotSupported Error: DOM Exception 9
23 Failed assertion: expected exception of type TypeError, got: Error: NotSupported Error: DOM Exception 9
24 Failed assertion: expected exception of type TypeError, got: Error: NotSupported Error: DOM Exception 9
25 Failed assertion: expected exception of type TypeError, got: Error: NotSupported Error: DOM Exception 9
26 Failed assertion: expected exception of type TypeError, got: Error: NotSupported Error: DOM Exception 9
27 Failed assertion: expected exception of type TypeError, got: Error: NotSupported Error: DOM Exception 9
28 Failed assertion: should throw exception of type TypeError: ctx.clearRect()
29 Failed assertion: should throw exception of type TypeError: ctx.clearRect(0)
30 Failed assertion: should throw exception of type TypeError: ctx.clearRect(0, 0)
31 Failed assertion: should throw exception of type TypeError: ctx.clearRect(0, 0, 0)
32 Failed assertion: should throw exception of type TypeError: ctx.fillRect()
33 Failed assertion: should throw exception of type TypeError: ctx.fillRect(0)
34 Failed assertion: should throw exception of type TypeError: ctx.fillRect(0, 0)
35 Failed assertion: should throw exception of type TypeError: ctx.fillRect(0, 0, 0 )
36 Failed assertion: should throw exception of type TypeError: ctx.strokeRect()
37 Failed assertion: should throw exception of type TypeError: ctx.strokeRect(0)
38 Failed assertion: should throw exception of type TypeError: ctx.strokeRect(0, 0)
39 Failed assertion: should throw exception of type TypeError: ctx.strokeRect(0, 0, 0)
40 Failed assertion: should throw exception of type TypeError: ctx.moveTo()
41 Failed assertion: should throw exception of type TypeError: ctx.moveTo(0)
42 Failed assertion: should throw exception of type TypeError: ctx.lineTo()
43 Failed assertion: should throw exception of type TypeError: ctx.lineTo(0)
44 Failed assertion: should throw exception of type TypeError: ctx.quadraticCurveTo ()
45 Failed assertion: should throw exception of type TypeError: ctx.quadraticCurveTo (0)
46 Failed assertion: should throw exception of type TypeError: ctx.quadraticCurveTo (0, 0)
47 Failed assertion: should throw exception of type TypeError: ctx.quadraticCurveTo (0, 0, 0)
48 Failed assertion: should throw exception of type TypeError: ctx.bezierCurveTo()
49 Failed assertion: should throw exception of type TypeError: ctx.bezierCurveTo(0)
50 Failed assertion: should throw exception of type TypeError: ctx.bezierCurveTo(0, 0)
51 Failed assertion: should throw exception of type TypeError: ctx.bezierCurveTo(0, 0, 0)
52 Failed assertion: should throw exception of type TypeError: ctx.bezierCurveTo(0, 0, 0, 0)
53 Failed assertion: should throw exception of type TypeError: ctx.bezierCurveTo(0, 0, 0, 0, 0)
54 Failed assertion: should throw exception of type TypeError: ctx.arcTo()
55 Failed assertion: should throw exception of type TypeError: ctx.arcTo(0)
56 Failed assertion: should throw exception of type TypeError: ctx.arcTo(0, 0)
57 Failed assertion: should throw exception of type TypeError: ctx.arcTo(0, 0, 0)
58 Failed assertion: should throw exception of type TypeError: ctx.arcTo(0, 0, 0, 0 )
59 Failed assertion: should throw exception of type TypeError: ctx.rect()
60 Failed assertion: should throw exception of type TypeError: ctx.rect(0)
61 Failed assertion: should throw exception of type TypeError: ctx.rect(0, 0)
62 Failed assertion: should throw exception of type TypeError: ctx.rect(0, 0, 0)
63 Failed assertion: should throw exception of type TypeError: ctx.arc()
64 Failed assertion: should throw exception of type TypeError: ctx.arc(0)
65 Failed assertion: should throw exception of type TypeError: ctx.arc(0, 0)
66 Failed assertion: should throw exception of type TypeError: ctx.arc(0, 0, 1)
67 Failed assertion: should throw exception of type TypeError: ctx.arc(0, 0, 1, 0)
68 Failed assertion: should throw exception of type TypeError: ctx.isPointInPath()
69 Failed assertion: should throw exception of type TypeError: ctx.isPointInPath(0)
70 Failed assertion: should throw exception of type TypeError: ctx.measureText()
71 Failed assertion: expected exception of type TypeError, got: Error: NotSupported Error: DOM Exception 9
72 Failed assertion: expected exception of type TypeError, got: Error: NotSupported Error: DOM Exception 9
73 Failed assertion: expected exception of type TypeError, got: Error: NotSupported Error: DOM Exception 9
74 Failed assertion: expected exception of type TypeError, got: Error: NotSupported Error: DOM Exception 9
75 Failed assertion: expected exception of type TypeError, got: Error: IndexSizeErr or: DOM Exception 1 1 Failed assertion: expected exception of type TypeError, got: Error: IndexSizeErr or: DOM Exception 1
76 Failed assertion: expected exception of type TypeError, got: Error: SyntaxError: DOM Exception 12 2 Failed assertion: expected exception of type TypeError, got: Error: SyntaxError: DOM Exception 12
OLDNEW
« 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