Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Voytenko committed Jan 29, 2016
1 parent 039817a commit 4c9c307
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/functional/test-viewport.js
Original file line number Diff line number Diff line change
Expand Up @@ -474,10 +474,6 @@ describe('ViewportBindingNatural', () => {
sandbox = null;
});

it('should NOT override overflow by default', () => {
expect(documentElement.style.overflowY).to.be.undefined;
});

it('should subscribe to scroll and resize events', () => {
expect(windowEventHandlers['scroll']).to.not.equal(undefined);
expect(windowEventHandlers['resize']).to.not.equal(undefined);
Expand Down

0 comments on commit 4c9c307

Please sign in to comment.