Note bugs for some 2dcontext test failures.

This commit is contained in:
Ms2ger 2016-04-14 13:00:44 +02:00
parent 25ae04057c
commit c1ccf9d74b
8 changed files with 8 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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