Skip to content

Commit c2602f0

Browse files
committed
try
1 parent 72a23e1 commit c2602f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/canvas.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ describe('Canvas', function () {
947947
assert.ok(metrics.alphabeticBaseline > 0) // ~4-5
948948
assert.ok(metrics.actualBoundingBoxAscent > 0)
949949
// On the baseline or slightly above
950-
assert.ok(metrics.actualBoundingBoxDescent <= 0)
950+
assert.ok(metrics.actualBoundingBoxDescent <= 1)
951951
});
952952
});
953953

0 commit comments

Comments
 (0)