request fullscreen on documentElement instead of body (#1621 #1624)
[git-branching.git] / test / test-pdf.js
blob8ec34fd460c4fe1c27a96ee97d3a08b5f4653475
2 Reveal.addEventListener( 'ready', function() {
4         // Only one test for now, we're mainly ensuring that there
5         // are no execution errors when running PDF mode
7         test( 'Reveal.isReady', function() {
8                 strictEqual( Reveal.isReady(), true, 'returns true' );
9         });
12 } );
14 Reveal.initialize({ pdf: true });