mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Removes unnecessary "object/applet" element test from data tests.
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
This commit is contained in:
parent
dca7681284
commit
c44f07916d
@ -170,13 +170,6 @@ test("jQuery.data(object/flash)", 25, function() {
|
|||||||
dataTests( flash );
|
dataTests( flash );
|
||||||
});
|
});
|
||||||
|
|
||||||
test("jQuery.data(object/applet)", 25, function() {
|
|
||||||
var applet = document.createElement("object");
|
|
||||||
applet.setAttribute( "classid", "clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" );
|
|
||||||
|
|
||||||
dataTests( applet );
|
|
||||||
});
|
|
||||||
|
|
||||||
test("jQuery.data(comment)", 25, function() {
|
test("jQuery.data(comment)", 25, function() {
|
||||||
dataTests( document.createComment("") );
|
dataTests( document.createComment("") );
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user