Skip to content
Snippets Groups Projects
Commit 7f55e07f authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

fix markdown test

parent 4e3b91ae
No related branches found
No related tags found
No related merge requests found
...@@ -38,9 +38,9 @@ ...@@ -38,9 +38,9 @@
Paragraph 2 Paragraph 2
<!-- {_class="fragment grow"} --> <!-- {_class="fragment grow"} -->
- list item 1 <!-- {_class="fragment"} --> - list item 1 <!-- {_class="fragment grow"} -->
- list item 2 <!-- {_class="fragment"} --> - list item 2 <!-- {_class="fragment grow"} -->
- list item 3 <!-- {_class="fragment"} --> - list item 3 <!-- {_class="fragment grow"} -->
--- ---
......
...@@ -19,7 +19,7 @@ Reveal.addEventListener( 'ready', function() { ...@@ -19,7 +19,7 @@ Reveal.addEventListener( 'ready', function() {
}); });
test( 'Attributes on element list items in vertical slides', function() { test( 'Attributes on element list items in vertical slides', function() {
strictEqual( document.querySelectorAll( '.reveal .slides section>section li.fragment.roll-in' ).length, 3, 'found a vertical slide with three list items with class fragment.roll-in' ); strictEqual( document.querySelectorAll( '.reveal .slides section>section li.fragment.grow' ).length, 3, 'found a vertical slide with three list items with class fragment.grow' );
}); });
test( 'Attributes on element paragraphs in horizontal slides', function() { test( 'Attributes on element paragraphs in horizontal slides', function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment