Skip to content

Commit

Permalink
Remove legacy browser implementation check. Closes #403 (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlane authored and Matt Kendall committed Jul 9, 2016
1 parent 7e481ff commit ce010c2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/spec/utils_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -449,10 +449,6 @@ describe('Utils', function () {
assert.deepEqual(output.width, 0);
});

it('return iframe - border', function () {
assert.deepEqual(output.border, '0px');
});

it('return iframe - hspace', function () {
assert.deepEqual(output.hspace, '0');
});
Expand All @@ -469,9 +465,6 @@ describe('Utils', function () {
assert.deepEqual(output.marginHeight, '0');
});

//it('return iframe - style.border',function(){
// assert.deepEqual(output.style.border,'0px');
//});
it('return iframe - scrolling', function () {
assert.deepEqual(output.scrolling, 'no');
});
Expand Down

0 comments on commit ce010c2

Please sign in to comment.