We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0673a commit 877e1a8Copy full SHA for 877e1a8
test/unit/layout_test.js
@@ -86,7 +86,7 @@ new Test.Unit.Runner({
86
this.assertEqual(13, layout.get('padding-bottom'), 'padding-right');
87
88
// Ensure that we cleaned up after ourselves.
89
- this.assert(!isDisplayed($('box3')), 'box should still be hidden');
+ this.assert(!isDisplayed($('box4')), 'box should still be hidden');
90
},
91
92
'test positioning on absolutely-positioned elements': function() {
0 commit comments