Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Running:
Fragments: fragmentshown event
- DOM: Initial slides classes (0, 5, 5)Rerun1 ms
- no .past slides
- one .present slide
- remaining horizontal slides are .future
- two .stacks
- vertical slides are given .future
- API: Reveal.isReady (0, 1, 1)Rerun0 ms
- returns true
- API: Reveal.isOverview (0, 3, 3)Rerun35 ms
- false by default
- true after toggling on
- false after toggling off
- API: Reveal.isPaused (0, 3, 3)Rerun1 ms
- false by default
- true after pausing
- false after resuming
- API: Reveal.isFirstSlide (0, 3, 3)Rerun37 ms
- true after Reveal.slide( 0, 0 )
- false after Reveal.slide( 1, 0 )
- true after Reveal.slide( 0, 0 )
- API: Reveal.isFirstSlide after vertical slide (0, 1, 1)Rerun26 ms
- true after Reveal.slide( 1, 1 ) and then Reveal.slide( 0, 0 )
- API: Reveal.isLastSlide (0, 3, 3)Rerun29 ms
- false after Reveal.slide( 0, 0 )
- true after Reveal.slide( 3, 0 )
- false after Reveal.slide( 0, 0 )
- API: Reveal.isLastSlide after vertical slide (0, 1, 1)Rerun25 ms
- true after Reveal.slide( 1, 1 ) and then Reveal.slide( 3, 0 )
- API: Reveal.getTotalSlides (0, 1, 1)Rerun0 ms
- eight slides in total
- API: Reveal.getIndices (0, 9, 9)Rerun36 ms
- h exists
- v exists
- f exists
- h 1
- v 0
- h 1
- v 2
- h 0
- v 0
- API: Reveal.getSlide (0, 6, 6)Rerun1 ms
- gets correct first slide
- no v index returns stack
- v index 0 returns first vertical child
- v index 1 returns second vertical child
- undefined when out of horizontal bounds
- undefined when out of vertical bounds
- API: Reveal.getSlideBackground (0, 6, 6)Rerun0 ms
- gets correct first background
- no v index returns stack
- v index 0 returns first vertical child
- v index 1 returns second vertical child
- undefined when out of horizontal bounds
- undefined when out of vertical bounds
- API: Reveal.getPreviousSlide/getCurrentSlide (0, 2, 2)Rerun25 ms
- previous is slide #0
- current is slide #1
- API: Reveal.getProgress (0, 2, 2)Rerun23 ms
- progress is 0 on first slide
- progress is 1 on last slide
- API: Reveal.getScale (0, 1, 1)Rerun0 ms
- has scale
- API: Reveal.getConfig (0, 1, 1)Rerun0 ms
- has config
- API: Reveal.configure (0, 3, 3)Rerun36 ms
- "loop" is false to start with
- "loop" has changed to true
- supports custom values
- API: Reveal.availableRoutes (0, 2, 2)Rerun25 ms
- correct for first slide
- correct for vertical slide
- API: Reveal.next (0, 7, 7)Rerun70 ms
- okay
- okay
- okay
- okay
- okay
- okay
- okay
- API: Reveal.next at end (0, 2, 2)Rerun14 ms
- okay
- okay
- Fragments: Sliding to fragments (0, 4, 4)Rerun54 ms
- Reveal.slide( 2, 0, -1 )
- Reveal.slide( 2, 0, 0 )
- Reveal.slide( 2, 0, 2 )
- Reveal.slide( 2, 0, 1 )
- Fragments: Hiding all fragments (0, 2, 2)Rerun24 ms
- one fragment visible when index is 0
- no fragments visible when index is -1
- Fragments: Current fragment (0, 4, 4)Rerun45 ms
- no current fragment at index -1
- one current fragment at index 0
- no current fragment when navigating to previous slide
- no current fragment when navigating to next slide
- Fragments: Stepping through fragments (0, 6, 6)Rerun52 ms
- next() goes to next fragment
- right() goes to next fragment
- down() goes to next fragment
- prev() goes to prev fragment
- left() goes to prev fragment
- up() goes to prev fragment
- Fragments: Stepping past fragments (0, 2, 2)Rerun19 ms
- no fragments visible when on previous slide
- all fragments visible when on future slide
- Fragments: Fragment indices (0, 3, 3)Rerun36 ms
- both fragments of same index are shown
- returns correct index for first fragment
- returns correct index for two fragments with same index
- Fragments: Index generation (0, 3, 3)Rerun0 ms
- okay
- okay
- okay
- Fragments: Index normalization (0, 3, 3)Rerun0 ms
- okay
- okay
- okay
- Fragments: fragmentshown eventRerun
- Fragments: fragmenthidden eventRerun
- Auto Sliding: Reveal.isAutoSlidingRerun
- Auto Sliding: Reveal.toggleAutoSlideRerun
- Auto Sliding: autoslidepausedRerun
- Auto Sliding: autoslideresumedRerun
- Configuration: ControlsRerun
- Configuration: ProgressRerun
- Configuration: LoopRerun
- Lazy-Loading: img with data-srcRerun
- Lazy-Loading: video with data-srcRerun
- Lazy-Loading: audio with data-srcRerun
- Lazy-Loading: iframe with data-srcRerun
- Lazy-Loading: background imagesRerun
- Events: slidechangedRerun
- Events: pausedRerun
- Events: resumedRerun