lazy-load support for audio #793

This commit is contained in:
Hakim El Hattab
2014-04-22 16:10:08 +02:00
parent 3ad0d6adc0
commit 73f96f1d28
3 changed files with 7 additions and 13 deletions

View File

@@ -456,8 +456,6 @@ Reveal.addEventListener( 'ready', function() {
test( 'img with data-src', function() {
strictEqual( document.querySelectorAll( '.reveal section img[src]' ).length, 1, 'Image source has been set' );
strictEqual( document.querySelectorAll( '.reveal section video source[src]' ).length, 2, 'Video sources have been set' );
});