aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/effects.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/effects.js')
-rw-r--r--test/unit/effects.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/unit/effects.js b/test/unit/effects.js
index b52e2414f..ca42bad8f 100644
--- a/test/unit/effects.js
+++ b/test/unit/effects.js
@@ -188,21 +188,6 @@ test("show() resolves correct default display #8099", function() {
});
-test("defaultDisplay() correctly determines tr, td display #10416", function() {
-
- expect( 1 );
- var tr = "<tr></tr>",
- td = "<td>new</td>";
-
- jQuery( tr ).append( td ).appendTo( "#table" );
- jQuery( tr ).hide().append( td ).appendTo( "#table" ).show();
-
- equal(
- jQuery( "#table" ).find( "tr" ).eq( 1 ).css( "display" ),
- jQuery( "#table" ).find( "tr" ).eq( 0 ).css( "display" ),
- "defaultDisplay() returns correct tr display values"
- );
-});
test("animate(Hash, Object, Function)", function() {
expect(1);