mirror of
https://github.com/servo/servo.git
synced 2025-07-16 11:53:39 +01:00
script: Implement enough 2D canvas support to render basic SVGs such as the tiger.
This commit is contained in:
parent
287f390c4a
commit
55a0ee6ec7
28 changed files with 419 additions and 181 deletions
|
@ -1,5 +0,0 @@
|
|||
[2d.getcontext.shared.html]
|
||||
type: testharness
|
||||
[getContext(\'2d\') returns objects which share canvas state]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.type.extend.html]
|
||||
type: testharness
|
||||
[Interface methods can be added]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.type.prototype.html]
|
||||
type: testharness
|
||||
[window.CanvasRenderingContext2D.prototype are not [[Writable\]\] and not [[Configurable\]\], and its methods are [[Configurable\]\].]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.type.replace.html]
|
||||
type: testharness
|
||||
[Interface methods can be overridden]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[initial.reset.different.html]
|
||||
type: testharness
|
||||
[Changing size resets canvas to transparent black]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[initial.reset.same.html]
|
||||
type: testharness
|
||||
[Setting size (not changing the value) resets canvas to transparent black]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[initial.reset.transform.html]
|
||||
type: testharness
|
||||
[Resetting the canvas state resets the current transformation matrix]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue