From: Oleg Gaidarenko Date: Fri, 13 Nov 2015 13:19:33 +0000 (+0300) Subject: Revert "Manipulation: increase delay of data-URI test" X-Git-Tag: 2.2.0~41 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3748c647f3f49a3c2e54082532e3a29a9f6b6a5a;p=jquery.git Revert "Manipulation: increase delay of data-URI test" This reverts commit 4fae91141c04dffb5094b5961eb5d7b2a1f3f423. --- diff --git a/test/unit/manipulation.js b/test/unit/manipulation.js index 2125067b8..cd9fb21c4 100644 --- a/test/unit/manipulation.js +++ b/test/unit/manipulation.js @@ -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(); + }); +});