]> source.dussan.org Git - jquery.git/commitdiff
Revert "Manipulation: increase delay of data-URI test"
authorOleg Gaidarenko <markelog@gmail.com>
Fri, 13 Nov 2015 13:19:33 +0000 (16:19 +0300)
committerOleg Gaidarenko <markelog@gmail.com>
Fri, 13 Nov 2015 17:04:18 +0000 (20:04 +0300)
This reverts commit 4fae91141c04dffb5094b5961eb5d7b2a1f3f423.

test/unit/manipulation.js

index 2125067b8ebc1db1465d2aa93f9553ad2607baf8..cd9fb21c469f8a20fd7fea6b71e7c3d13e08db7c 100644 (file)
@@ -2701,6 +2701,6 @@ QUnit.test( "Insert script with data-URI (gh-1887)", 1, function( assert ) {
                        assert.ok( true, "data-URI script is not supported by this environment" );
                }
 
-               done();
-       }, 100 );
-} );
+               start();
+       });
+});