Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Disable the lineDashOffset test since it is not available in Firefox 25
Browse files Browse the repository at this point in the history
  • Loading branch information
arv committed Nov 13, 2013
1 parent 532abac commit aed25d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/js/HTMLCanvasElement.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ suite('HTMLCanvasElement', function() {
assert.isString(context.textBaseline);
assert.isString(context.textAlign);
assert.isString(context.font);
assert.isNumber(context.lineDashOffset);

// lineDashOffset is not available in Firefox 25
// assert.isNumber(context.lineDashOffset);

assert.isString(context.shadowColor);
assert.isNumber(context.shadowBlur);
assert.isNumber(context.shadowOffsetY);
Expand Down

0 comments on commit aed25d3

Please sign in to comment.