Skip to content

Commit

Permalink
Fix spelling corrections for test-amp-ad-network-adsense-impl.js (Cod…
Browse files Browse the repository at this point in the history
…elab 23) (ampproject#18323)
  • Loading branch information
atl-love authored and nainar committed Sep 24, 2018
1 parent 037acf4 commit 86b4990
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -943,7 +943,7 @@ describes.realWin('amp-ad-network-adsense-impl', {
impl.onLayoutMeasure();
// Right margin is 9px from containerContainer and 25px from container.
// TODO(charliereams): In the test harness it is also offset by 15px due
// to strange scrollbar behaviour. Figure out how to disable this.
// to strange scrollbar behavior. Figure out how to disable this.
expect(element.style.marginRight).to.be.equal('-124px');
expect(element.style.marginLeft).to.be.equal('');
});
Expand Down

0 comments on commit 86b4990

Please sign in to comment.