Auto merge of #10603 - Ms2ger:tests, r=jdm

Note bugs for some 2dcontext test failures.

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10603)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-04-14 18:22:12 +05:30
commit 87d5424d4d
8 changed files with 8 additions and 0 deletions

View file

@ -1,5 +1,6 @@
[2d.voidreturn.html]
type: testharness
bug: https://github.com/servo/servo/issues/10600
[void methods return undefined]
expected: FAIL

View file

@ -1,5 +1,6 @@
[2d.fillStyle.parse.current.removed.html]
type: testharness
bug: https://github.com/servo/servo/issues/10601
[currentColor is solid black when the canvas element is not in a document]
expected: FAIL

View file

@ -1,5 +1,6 @@
[2d.shadow.enable.blur.html]
type: testharness
bug: https://github.com/servo/servo/issues/10599
[Shadows are drawn if shadowBlur is set]
expected: FAIL

View file

@ -1,5 +1,6 @@
[2d.shadow.enable.x.html]
type: testharness
bug: https://github.com/servo/servo/issues/10599
[Shadows are drawn if shadowOffsetX is set]
expected: FAIL

View file

@ -1,5 +1,6 @@
[2d.shadow.enable.y.html]
type: testharness
bug: https://github.com/servo/servo/issues/10599
[Shadows are drawn if shadowOffsetY is set]
expected: FAIL

View file

@ -1,5 +1,6 @@
[2d.shadow.stroke.basic.html]
type: testharness
bug: https://github.com/servo/servo/issues/10598
[Shadows are drawn for strokes]
expected: FAIL

View file

@ -1,5 +1,6 @@
[2d.shadow.stroke.cap.2.html]
type: testharness
bug: https://github.com/servo/servo/issues/10598
[Shadows are drawn for stroke caps]
expected: FAIL

View file

@ -1,5 +1,6 @@
[2d.shadow.stroke.join.2.html]
type: testharness
bug: https://github.com/servo/servo/issues/10598
[Shadows are drawn for stroke joins]
expected: FAIL