From a91b3874e7454f88712396054920423a68987377 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 9 Apr 2021 19:13:04 +0200 Subject: Initial --- test/assets/external-script-a.js | 1 + test/assets/external-script-b.js | 1 + test/assets/external-script-c.js | 1 + test/assets/external-script-d.js | 1 + test/simple.md | 12 + test/test-auto-animate.html | 166 +++++++ test/test-dependencies-async.html | 77 ++++ test/test-dependencies.html | 51 +++ test/test-grid-navigation.html | 71 +++ test/test-iframe-backgrounds.html | 98 ++++ test/test-iframes.html | 102 +++++ test/test-markdown.html | 467 +++++++++++++++++++ test/test-multiple-instances-es5.html | 85 ++++ test/test-multiple-instances.html | 103 +++++ test/test-pdf.html | 92 ++++ test/test-plugins.html | 107 +++++ test/test-state.html | 136 ++++++ test/test.html | 829 ++++++++++++++++++++++++++++++++++ 18 files changed, 2400 insertions(+) create mode 100644 test/assets/external-script-a.js create mode 100644 test/assets/external-script-b.js create mode 100644 test/assets/external-script-c.js create mode 100644 test/assets/external-script-d.js create mode 100644 test/simple.md create mode 100644 test/test-auto-animate.html create mode 100644 test/test-dependencies-async.html create mode 100644 test/test-dependencies.html create mode 100644 test/test-grid-navigation.html create mode 100644 test/test-iframe-backgrounds.html create mode 100644 test/test-iframes.html create mode 100644 test/test-markdown.html create mode 100644 test/test-multiple-instances-es5.html create mode 100644 test/test-multiple-instances.html create mode 100644 test/test-pdf.html create mode 100644 test/test-plugins.html create mode 100644 test/test-state.html create mode 100644 test/test.html (limited to 'test') diff --git a/test/assets/external-script-a.js b/test/assets/external-script-a.js new file mode 100644 index 0000000..cbc8da1 --- /dev/null +++ b/test/assets/external-script-a.js @@ -0,0 +1 @@ +window.externalScriptSequence += 'A'; \ No newline at end of file diff --git a/test/assets/external-script-b.js b/test/assets/external-script-b.js new file mode 100644 index 0000000..e5bca5a --- /dev/null +++ b/test/assets/external-script-b.js @@ -0,0 +1 @@ +window.externalScriptSequence += 'B'; \ No newline at end of file diff --git a/test/assets/external-script-c.js b/test/assets/external-script-c.js new file mode 100644 index 0000000..7d4ccf6 --- /dev/null +++ b/test/assets/external-script-c.js @@ -0,0 +1 @@ +window.externalScriptSequence += 'C'; \ No newline at end of file diff --git a/test/assets/external-script-d.js b/test/assets/external-script-d.js new file mode 100644 index 0000000..1c5925b --- /dev/null +++ b/test/assets/external-script-d.js @@ -0,0 +1 @@ +window.externalScriptSequence += 'D'; \ No newline at end of file diff --git a/test/simple.md b/test/simple.md new file mode 100644 index 0000000..c72a440 --- /dev/null +++ b/test/simple.md @@ -0,0 +1,12 @@ +## Slide 1.1 + +```js +var a = 1; +``` + + +## Slide 1.2 + + + +## Slide 2 diff --git a/test/test-auto-animate.html b/test/test-auto-animate.html new file mode 100644 index 0000000..ecff991 --- /dev/null +++ b/test/test-auto-animate.html @@ -0,0 +1,166 @@ + + + + + + + reveal.js - Test Auto-Animate + + + + + + + + +
+
+ +
+ +
+ +
+

h1

+

h2

+

h3

+
+ +
+

h1

+

h2

+

h3

+
+ +
+

h1

+

h2

+

h3

+
+ +
+

Non-auto-animate slide

+
+ +
+

h1

+

h2

+

h3

+
+ +
+

h1

+

h2

+

h3

+
+ +
+

Non-auto-animate slide

+
+ +
+ +
+ + + + + + diff --git a/test/test-dependencies-async.html b/test/test-dependencies-async.html new file mode 100644 index 0000000..14a9b69 --- /dev/null +++ b/test/test-dependencies-async.html @@ -0,0 +1,77 @@ + + + + + + + reveal.js - Test Async Dependencies + + + + + + + + +
+
+ + + + + + + + diff --git a/test/test-dependencies.html b/test/test-dependencies.html new file mode 100644 index 0000000..fdfe196 --- /dev/null +++ b/test/test-dependencies.html @@ -0,0 +1,51 @@ + + + + + + + reveal.js - Test Dependencies + + + + + + + + +
+
+ + + + + + + + diff --git a/test/test-grid-navigation.html b/test/test-grid-navigation.html new file mode 100644 index 0000000..e35baf4 --- /dev/null +++ b/test/test-grid-navigation.html @@ -0,0 +1,71 @@ + + + + + + + reveal.js - Test Grid + + + + + + + + +
+
+ + + + + + + + diff --git a/test/test-iframe-backgrounds.html b/test/test-iframe-backgrounds.html new file mode 100644 index 0000000..825e85b --- /dev/null +++ b/test/test-iframe-backgrounds.html @@ -0,0 +1,98 @@ + + + + + + + reveal.js - Test Iframe Backgrounds + + + + + + + + +
+
+ + + + + + + + diff --git a/test/test-iframes.html b/test/test-iframes.html new file mode 100644 index 0000000..55268c2 --- /dev/null +++ b/test/test-iframes.html @@ -0,0 +1,102 @@ + + + + + + + reveal.js - Test Iframes + + + + + + + + +
+
+ + + + + + + + diff --git a/test/test-markdown.html b/test/test-markdown.html new file mode 100644 index 0000000..d79246c --- /dev/null +++ b/test/test-markdown.html @@ -0,0 +1,467 @@ + + + + + + + reveal.js - Test Markdown + + + + + + + + +
+
+ + + + + + + + + + + +
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+ + + + + diff --git a/test/test-multiple-instances-es5.html b/test/test-multiple-instances-es5.html new file mode 100644 index 0000000..5f2a49b --- /dev/null +++ b/test/test-multiple-instances-es5.html @@ -0,0 +1,85 @@ + + + + + + + reveal.js - Test Iframes + + + + + + + + +
+
+ +
+ +
+ +
+ +
+ + + + + + + diff --git a/test/test-multiple-instances.html b/test/test-multiple-instances.html new file mode 100644 index 0000000..c831b62 --- /dev/null +++ b/test/test-multiple-instances.html @@ -0,0 +1,103 @@ + + + + + + + reveal.js - Test Iframes + + + + + + + + +
+
+ +
+ +
+ +
+ +
+ + + + + + diff --git a/test/test-pdf.html b/test/test-pdf.html new file mode 100644 index 0000000..1c9d955 --- /dev/null +++ b/test/test-pdf.html @@ -0,0 +1,92 @@ + + + + + + + reveal.js - Test PDF exports + + + + + + + + +
+
+ + + + + + + + diff --git a/test/test-plugins.html b/test/test-plugins.html new file mode 100644 index 0000000..7d1a0f9 --- /dev/null +++ b/test/test-plugins.html @@ -0,0 +1,107 @@ + + + + + + + reveal.js - Test Plugins + + + + + + + + +
+
+ + + + + + + + diff --git a/test/test-state.html b/test/test-state.html new file mode 100644 index 0000000..ef97e8c --- /dev/null +++ b/test/test-state.html @@ -0,0 +1,136 @@ + + + + + + + reveal.js - Test State + + + + + + + + +
+
+ + + + + + + + diff --git a/test/test.html b/test/test.html new file mode 100644 index 0000000..260b43c --- /dev/null +++ b/test/test.html @@ -0,0 +1,829 @@ + + + + + + + reveal.js - Tests + + + + + + + + +
+
+ + + + + + + + -- cgit v1.2.3