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:
bors-servo 2015-06-24 00:39:48 -06:00
commit 95d643c995
12 changed files with 80 additions and 89 deletions

View file

@ -1,5 +0,0 @@
[2d.pattern.basic.canvas.html]
type: testharness
[Canvas test: 2d.pattern.basic.canvas]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.pattern.basic.nocontext.html]
type: testharness
[Canvas test: 2d.pattern.basic.nocontext]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.pattern.modify.canvas1.html]
type: testharness
[Canvas test: 2d.pattern.modify.canvas1]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.pattern.modify.canvas2.html]
type: testharness
[Canvas test: 2d.pattern.modify.canvas2]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.pattern.paint.orientation.canvas.html]
type: testharness
[Canvas patterns do not get flipped when painted]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.pattern.repeat.case.html]
type: testharness
[Canvas test: 2d.pattern.repeat.case]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.pattern.repeat.nullsuffix.html]
type: testharness
[Canvas test: 2d.pattern.repeat.nullsuffix]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.pattern.repeat.undefined.html]
type: testharness
[Canvas test: 2d.pattern.repeat.undefined]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.pattern.repeat.unrecognised.html]
type: testharness
[Canvas test: 2d.pattern.repeat.unrecognised]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.pattern.repeat.unrecognisednull.html]
type: testharness
[Canvas test: 2d.pattern.repeat.unrecognisednull]
expected: FAIL

View file

@ -1,5 +0,0 @@
[initial.reset.pattern.html]
type: testharness
[Resetting the canvas state does not invalidate any existing patterns]
expected: FAIL