Fixes unit/css.js test fail in Safari 5. support.js test was passing erroneously due to the body to which the div was attached having a width of 0
This commit is contained in:
parent
2b70893928
commit
98da6b13bc
2 changed files with 7 additions and 4 deletions
|
@ -375,5 +375,5 @@ test("marginRight computed style (bug #3333)", function() {
|
|||
marginRight: 0
|
||||
});
|
||||
|
||||
equals($div.css("marginRight"), "0px");
|
||||
equals($div.css("marginRight"), "0px", "marginRight correctly calculated with a width and display block");
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue