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(){