Revert "Manipulation: increase delay of data-URI test"

This reverts commit 4fae91141c.
This commit is contained in:
Oleg Gaidarenko 2015-11-13 16:19:33 +03:00
parent 8a0176279f
commit 3748c647f3

View 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();
});
});