diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-04-12 18:12:48 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-04-12 18:12:48 +0200 |
commit | 4e3b91ae03da5a82be4e221dae5c3aa45401359d (patch) | |
tree | e33c8243db369a20c86e95a571e59f0dc5d00fff /test | |
parent | ce798c4bac877b534caeb94b29159ac51749a0ac (diff) | |
download | fosdem-2018-presentation-4e3b91ae03da5a82be4e221dae5c3aa45401359d.tar fosdem-2018-presentation-4e3b91ae03da5a82be4e221dae5c3aa45401359d.tar.gz |
remove 'roll-in' fragment style due to Chrome crash #1150
Diffstat (limited to 'test')
-rw-r--r-- | test/test-markdown-element-attributes.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test-markdown-element-attributes.html b/test/test-markdown-element-attributes.html index 5dba085..fd44cd2 100644 --- a/test/test-markdown-element-attributes.html +++ b/test/test-markdown-element-attributes.html @@ -38,9 +38,9 @@ Paragraph 2 <!-- {_class="fragment grow"} --> - - list item 1 <!-- {_class="fragment roll-in"} --> - - list item 2 <!-- {_class="fragment roll-in"} --> - - list item 3 <!-- {_class="fragment roll-in"} --> + - list item 1 <!-- {_class="fragment"} --> + - list item 2 <!-- {_class="fragment"} --> + - list item 3 <!-- {_class="fragment"} --> --- |