mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-15 00:45:07 +01:00
lazy-load support for audio #793
This commit is contained in:
parent
3ad0d6adc0
commit
73f96f1d28
3 changed files with 7 additions and 13 deletions
|
|
@ -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' );
|
||||
});
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue