Add test for fillStyle/strokeStyle getting/setting roundtrips.

This commit is contained in:
Josh Matthews 2015-12-29 08:44:24 -05:00
parent e6a3c16e9a
commit 832942bc26
3 changed files with 39 additions and 0 deletions

View file

@ -5313,6 +5313,12 @@
"url": "/_mozilla/mozilla/canvas.initial.reset.2dstate.html"
}
],
"mozilla/canvas/fill_and_stroke_getters_setters.html": [
{
"path": "mozilla/canvas/fill_and_stroke_getters_setters.html",
"url": "/_mozilla/mozilla/canvas/fill_and_stroke_getters_setters.html"
}
],
"mozilla/caption.html": [
{
"path": "mozilla/caption.html",

View file

@ -0,0 +1,6 @@
[fill_and_stroke_getters_setters.html]
type: testharness
[strokeStyle roundtrips with \[object CanvasPattern\]]
expected: FAIL
[fillStyle roundtrips with \[object CanvasPattern\]]
expected: FAIL