mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Css: Remove non-functional unit test for negative margin
Thanks @MatthewMueller Closes gh-1474 Ref gh-1918
This commit is contained in:
parent
31c7d7fb75
commit
4ab743188e
@ -204,12 +204,9 @@ test( "css() explicit and relative values", 29, function() {
|
||||
});
|
||||
|
||||
test("css(String, Object)", function() {
|
||||
expect( 20 );
|
||||
expect( 19 );
|
||||
var j, div, display, ret, success;
|
||||
|
||||
jQuery("#nothiddendiv").css("top", "-1em");
|
||||
ok( jQuery("#nothiddendiv").css("top"), -16, "Check negative number in EMs." );
|
||||
|
||||
jQuery("#floatTest").css("float", "left");
|
||||
equal( jQuery("#floatTest").css("float"), "left", "Modified CSS float using \"float\": Assert float is left");
|
||||
jQuery("#floatTest").css("font-size", "20px");
|
||||
|
Loading…
Reference in New Issue
Block a user