request fullscreen on documentElement instead of body (#1621 #1624)
[git-branching.git] / test / test-pdf.html
blob751ed26eaf777eab8520bf1ee141549af7f12611
1 <!doctype html>
2 <html lang="en">
4 <head>
5 <meta charset="utf-8">
7 <title>reveal.js - Test PDF exports</title>
9 <link rel="stylesheet" href="../css/reveal.css">
10 <link rel="stylesheet" href="../css/print/pdf.css">
11 <link rel="stylesheet" href="qunit-1.12.0.css">
12 </head>
14 <body style="overflow: auto;">
16 <div id="qunit"></div>
17 <div id="qunit-fixture"></div>
19 <div class="reveal" style="display: none;">
21 <div class="slides">
23 <section>
24 <h1>1</h1>
25 <img data-src="fake-url.png">
26 </section>
28 <section>
29 <section>
30 <h1>2.1</h1>
31 </section>
32 <section>
33 <h1>2.2</h1>
34 </section>
35 <section>
36 <h1>2.3</h1>
37 </section>
38 </section>
40 <section id="fragment-slides">
41 <section>
42 <h1>3.1</h1>
43 <ul>
44 <li class="fragment">4.1</li>
45 <li class="fragment">4.2</li>
46 <li class="fragment">4.3</li>
47 </ul>
48 </section>
50 <section>
51 <h1>3.2</h1>
52 <ul>
53 <li class="fragment" data-fragment-index="0">4.1</li>
54 <li class="fragment" data-fragment-index="0">4.2</li>
55 </ul>
56 </section>
58 <section>
59 <h1>3.3</h1>
60 <ul>
61 <li class="fragment" data-fragment-index="1">3.3.1</li>
62 <li class="fragment" data-fragment-index="4">3.3.2</li>
63 <li class="fragment" data-fragment-index="4">3.3.3</li>
64 </ul>
65 </section>
66 </section>
68 <section>
69 <h1>4</h1>
70 </section>
72 </div>
74 </div>
76 <script src="../lib/js/head.min.js"></script>
77 <script src="../js/reveal.js"></script>
78 <script src="qunit-1.12.0.js"></script>
80 <script src="test-pdf.js"></script>
82 </body>
83 </html>