request fullscreen on documentElement instead of body (#1621 #1624)
[git-branching.git] / test / test-markdown.js
blobd2bbba8678fcd379bda453011d023c5a6cedf01d
3 Reveal.addEventListener( 'ready', function() {
5         QUnit.module( 'Markdown' );
7         test( 'Vertical separator', function() {
8                 strictEqual( document.querySelectorAll( '.reveal .slides>section>section' ).length, 2, 'found two slides' );
9         });
12 } );
14 Reveal.initialize();