mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
Auto merge of #6410 - hyowon:create_pattern, r=pcwalton
Create pattern from HTMLCanvasElement or CanvasRenderingContext2D. r? @nox @pcwalton cc @yichoi <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6410) <!-- Reviewable:end -->
This commit is contained in:
commit
95d643c995
12 changed files with 80 additions and 89 deletions
|
@ -1,5 +0,0 @@
|
|||
[2d.pattern.basic.canvas.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.pattern.basic.canvas]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.pattern.basic.nocontext.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.pattern.basic.nocontext]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.pattern.modify.canvas1.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.pattern.modify.canvas1]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.pattern.modify.canvas2.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.pattern.modify.canvas2]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.pattern.paint.orientation.canvas.html]
|
||||
type: testharness
|
||||
[Canvas patterns do not get flipped when painted]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.pattern.repeat.case.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.pattern.repeat.case]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.pattern.repeat.nullsuffix.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.pattern.repeat.nullsuffix]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.pattern.repeat.undefined.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.pattern.repeat.undefined]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.pattern.repeat.unrecognised.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.pattern.repeat.unrecognised]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.pattern.repeat.unrecognisednull.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.pattern.repeat.unrecognisednull]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[initial.reset.pattern.html]
|
||||
type: testharness
|
||||
[Resetting the canvas state does not invalidate any existing patterns]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue