Add attributes for canvas shadows.

This commit is contained in:
Hyowon Kim 2015-06-04 17:12:41 +09:00
parent 37fcced0fa
commit 473afdb196
15 changed files with 106 additions and 70 deletions

View file

@ -1,5 +0,0 @@
[2d.shadow.attributes.shadowBlur.initial.html]
type: testharness
[Canvas test: 2d.shadow.attributes.shadowBlur.initial]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.shadow.attributes.shadowColor.initial.html]
type: testharness
[Canvas test: 2d.shadow.attributes.shadowColor.initial]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.shadow.attributes.shadowColor.valid.html]
type: testharness
[Canvas test: 2d.shadow.attributes.shadowColor.valid]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.shadow.attributes.shadowOffset.initial.html]
type: testharness
[Canvas test: 2d.shadow.attributes.shadowOffset.initial]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.state.saverestore.shadowBlur.html]
type: testharness
[save()/restore() works for shadowBlur]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.state.saverestore.shadowColor.html]
type: testharness
[save()/restore() works for shadowColor]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.state.saverestore.shadowOffsetX.html]
type: testharness
[save()/restore() works for shadowOffsetX]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.state.saverestore.shadowOffsetY.html]
type: testharness
[save()/restore() works for shadowOffsetY]
expected: FAIL

View file

@ -6747,18 +6747,6 @@
[CanvasRenderingContext2D interface: operation createPattern(CanvasImageSource,DOMString)]
expected: FAIL
[CanvasRenderingContext2D interface: attribute shadowOffsetX]
expected: FAIL
[CanvasRenderingContext2D interface: attribute shadowOffsetY]
expected: FAIL
[CanvasRenderingContext2D interface: attribute shadowBlur]
expected: FAIL
[CanvasRenderingContext2D interface: attribute shadowColor]
expected: FAIL
[CanvasRenderingContext2D interface: operation drawSystemFocusRing(Element)]
expected: FAIL
@ -6855,18 +6843,6 @@
[CanvasRenderingContext2D interface: calling createPattern(CanvasImageSource,DOMString) 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 "shadowOffsetX" with the proper type (21)]
expected: FAIL
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "shadowOffsetY" with the proper type (22)]
expected: FAIL
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "shadowBlur" with the proper type (23)]
expected: FAIL
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "shadowColor" with the proper type (24)]
expected: FAIL
[CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "drawSystemFocusRing" with the proper type (33)]
expected: FAIL