Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
QUnit.test( 'data-uri', function( assert ) { 'use strict'; var done = assert.async(); imagesLoaded('#data-uri', { debug: false }).on( 'done', function( obj ) { assert.ok( true, 'data-uri images loaded' ); assert.equal( obj.images.length, 2, 'instance has 2 images' ); done(); }); });