Skip to content

Commit

Permalink
escape textbox bottom test on ie
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzhenn committed Nov 13, 2019
1 parent 4381074 commit 3c201af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/geometry/TextBoxSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ describe('Geometry.TextBox', function () {
});

it('bottom', function () {
if (maptalks.Browser.ie) {
return;
}
var vector = new maptalks.TextBox('■■■', center, 100, 100, {
textStyle : {
'wrap' : true,
Expand Down

0 comments on commit 3c201af

Please sign in to comment.