Canvas: added stroke() support.

This commit is contained in:
Mátyás Mustoha
2015-03-19 18:47:15 +01:00
parent 2ab1ece765
commit 698b88f71d
46 changed files with 23 additions and 208 deletions

View File

@@ -6993,9 +6993,6 @@
[CanvasRenderingContext2D interface: operation fill(CanvasFillRule)]
expected: FAIL
[CanvasRenderingContext2D interface: operation stroke()]
expected: FAIL
[CanvasRenderingContext2D interface: operation stroke(Path2D)]
expected: FAIL
@@ -7173,12 +7170,6 @@
[CanvasRenderingContext2D interface: calling fill(Path2D,CanvasFillRule) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError]
expected: FAIL
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "stroke" with the proper type (31)]
expected: FAIL
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "stroke" with the proper type (32)]
expected: FAIL
[CanvasRenderingContext2D interface: calling stroke(Path2D) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError]
expected: FAIL