summaryrefslogtreecommitdiffstats
path: root/doc/backends/deckjs/deck.js/test/fixtures/empty.html
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-11-16 17:40:01 +0200
committerimarom <imarom@cisco.com>2016-11-16 17:40:01 +0200
commit11c216470c30e4c200e46e1b51d721a549f440d6 (patch)
tree03ad20c67decf7da4d52e5679c2fd22dd8f5eaa6 /doc/backends/deckjs/deck.js/test/fixtures/empty.html
parente46e3f598e52112b9db21d6faabde7a5c87341cb (diff)
parentefba1bd2c32391c443a9dbaf0fffa6468bb681c6 (diff)
Merge branch 'master' to rx_features phase 0.5
Signed-off-by: imarom <imarom@cisco.com>
Diffstat (limited to 'doc/backends/deckjs/deck.js/test/fixtures/empty.html')
-rw-r--r--doc/backends/deckjs/deck.js/test/fixtures/empty.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/backends/deckjs/deck.js/test/fixtures/empty.html b/doc/backends/deckjs/deck.js/test/fixtures/empty.html
new file mode 100644
index 00000000..cdadd2a4
--- /dev/null
+++ b/doc/backends/deckjs/deck.js/test/fixtures/empty.html
@@ -0,0 +1,21 @@
+<div class="deck-container">
+ <div aria-role="navigation">
+ <a href="#" class="deck-prev-link">Previous</a>
+ <a href="#" class="deck-next-link">Next</a>
+ </div>
+
+ <p class="deck-status" aria-role="status">
+ <span class="deck-status-current"></span>
+ /
+ <span class="deck-status-total"></span>
+ </p>
+
+ <form action="." method="get" class="goto-form">
+ <label for="goto-slide">Go to slide:</label>
+ <input type="number" name="slidenum" id="goto-slide" value="">
+ <input type="submit" value="Go">
+ </form>
+
+ <a href="#" class="deck-permalink">#</a>
+ <a href="#custom-id" id="internal-test">Internal Test Link</a>
+</div>