Skip to content

Commit

Permalink
Fix layout test.
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Nov 15, 2010
1 parent 0a0673a commit 877e1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/layout_test.js
Expand Up @@ -86,7 +86,7 @@ new Test.Unit.Runner({
this.assertEqual(13, layout.get('padding-bottom'), 'padding-right');

// Ensure that we cleaned up after ourselves.
this.assert(!isDisplayed($('box3')), 'box should still be hidden');
this.assert(!isDisplayed($('box4')), 'box should still be hidden');
},

'test positioning on absolutely-positioned elements': function() {
Expand Down

0 comments on commit 877e1a8

Please sign in to comment.