mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Add attributes for canvas shadows.
This commit is contained in:
parent
37fcced0fa
commit
473afdb196
15 changed files with 106 additions and 70 deletions
|
@ -1,5 +0,0 @@
|
|||
[2d.shadow.attributes.shadowBlur.initial.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.shadow.attributes.shadowBlur.initial]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.shadow.attributes.shadowColor.initial.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.shadow.attributes.shadowColor.initial]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.shadow.attributes.shadowColor.valid.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.shadow.attributes.shadowColor.valid]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.shadow.attributes.shadowOffset.initial.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.shadow.attributes.shadowOffset.initial]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.state.saverestore.shadowBlur.html]
|
||||
type: testharness
|
||||
[save()/restore() works for shadowBlur]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.state.saverestore.shadowColor.html]
|
||||
type: testharness
|
||||
[save()/restore() works for shadowColor]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.state.saverestore.shadowOffsetX.html]
|
||||
type: testharness
|
||||
[save()/restore() works for shadowOffsetX]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.state.saverestore.shadowOffsetY.html]
|
||||
type: testharness
|
||||
[save()/restore() works for shadowOffsetY]
|
||||
expected: FAIL
|
||||
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue