Bootstrap Plugin Test Suite

Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)

Running:
carousel: should fire slid event with relatedTarget

  1. alert plugin: should be defined on jquery object (1)Rerun26 ms
    1. alert method is defined@ 26 ms
  2. alert: should provide no conflict (1)Rerun1 ms
    1. alert was set back to undefined (org value)@ 1 ms
  3. alert: should return jquery collection containing the element (2)Rerun2 ms
    1. returns jquery collection@ 2 ms
    2. collection contains element@ 2 ms
  4. alert: should fade element out on clicking .close (1)Rerun4 ms
    1. remove .in class on .close click@ 4 ms
  5. alert: should remove element when clicking .close (2)Rerun4 ms
    1. element added to dom@ 1 ms
    2. element removed from dom@ 3 ms
  6. alert: should not fire closed when close is prevented (1)Rerun14 ms
    1. close event fired@ 1 ms
  7. button plugin: should be defined on jquery object (1)Rerun1 ms
    1. button method is defined@ 1 ms
  8. button: should provide no conflict (1)Rerun1 ms
    1. button was set back to undefined (org value)@ 1 ms
  9. button: should return jquery collection containing the element (2)Rerun1 ms
    1. returns jquery collection@ 1 ms
    2. collection contains element@ 1 ms
  10. button: should return set state to loading (4)Rerun22 ms
    1. btn text equals mdo@ 1 ms
    2. btn text equals fat@ 9 ms
    3. btn is disabled@ 9 ms
    4. btn has disabled class@ 9 ms
  11. button: should return reset state (7)Rerun24 ms
    1. btn text equals mdo@ 1 ms
    2. btn text equals fat@ 7 ms
    3. btn is disabled@ 7 ms
    4. btn has disabled class@ 7 ms
    5. btn text equals mdo@ 12 ms
    6. btn is not disabled@ 12 ms
    7. btn does not have disabled class@ 12 ms
  12. button: should work with an empty string as reset state (7)Rerun19 ms
    1. btn text equals ""@ 1 ms
    2. btn text equals fat@ 6 ms
    3. btn is disabled@ 6 ms
    4. btn has disabled class@ 6 ms
    5. btn text equals ""@ 10 ms
    6. btn is not disabled@ 10 ms
    7. btn does not have disabled class@ 10 ms
  13. button: should toggle active (2)Rerun2 ms
    1. btn does not have active class@ 1 ms
    2. btn has class active@ 2 ms
  14. button: should toggle active when btn children are clicked (2)Rerun2 ms
    1. btn does not have active class@ 1 ms
    2. btn has class active@ 2 ms
  15. button: should toggle aria-pressed (2)Rerun2 ms
    1. btn aria-pressed state is false@ 1 ms
    2. btn aria-pressed state is true@ 1 ms
  16. button: should toggle aria-pressed when btn children are clicked (2)Rerun2 ms
    1. btn aria-pressed state is false@ 1 ms
    2. btn aria-pressed state is true@ 1 ms
  17. button: should check for closest matching toggle (12)Rerun3 ms
    1. btn1 has active class@ 1 ms
    2. btn1 is checked@ 1 ms
    3. btn2 does not have active class@ 1 ms
    4. btn2 is not checked@ 1 ms
    5. btn1 does not have active class@ 2 ms
    6. btn1 is not checked@ 2 ms
    7. btn2 has active class@ 2 ms
    8. btn2 is checked@ 2 ms
    9. btn1 does not have active class@ 3 ms
    10. btn1 is not checked@ 3 ms
    11. btn2 has active class@ 3 ms
    12. btn2 is checked@ 3 ms
  18. carousel plugin: should be defined on jQuery object (1)Rerun2 ms
    1. carousel method is defined@ 2 ms
  19. carousel: should provide no conflict (1)Rerun1 ms
    1. carousel was set back to undefined (orig value)@ 1 ms
  20. carousel: should return jquery collection containing the element (2)Rerun1 ms
    1. returns jquery collection@ 1 ms
    2. collection contains element@ 1 ms
  21. carousel: should not fire slid when slide is prevented (1)Rerun8 ms
    1. slide event fired@ 2 ms
  22. carousel: should reset when slide is prevented (6)Rerun26 ms
    1. first item still active@ 7 ms
    2. first indicator still active@ 7 ms
    3. first item still active@ 12 ms
    4. first indicator still active@ 12 ms
    5. second item active@ 13 ms
    6. second indicator active@ 13 ms
  23. carousel: should fire slide event with direction (4)Rerun15 ms
    1. direction present on next@ 2 ms
    2. direction is left on next@ 2 ms
    3. direction present on prev@ 2 ms
    4. direction is right on prev@ 2 ms
  24. carousel: should fire slid event with direction (4)Rerun15 ms
    1. direction present on next@ 1 ms
    2. direction is left on next@ 1 ms
    3. direction present on prev@ 2 ms
    4. direction is right on prev@ 2 ms
  25. carousel: should fire slide event with relatedTarget (2)Rerun15 ms
    1. relatedTarget present@ 1 ms
    2. relatedTarget has class "item"@ 1 ms
  26. carousel: should fire slid event with relatedTargetRerun
    1. relatedTarget present@ 2 ms
    2. relatedTarget has class "item"@ 2 ms
  27. carousel: should set interval from data attributeRerun
    1. carousel: should skip over non-items when using item indicesRerun
      1. carousel: should skip over non-items when using next/prev methodsRerun
        1. carousel: should go to previous item if left arrow key is pressedRerun
          1. carousel: should go to next item if right arrow key is pressedRerun
            1. carousel: should support disabling the keyboard navigationRerun
              1. carousel: should ignore keyboard events within <input>s and <textarea>sRerun
                1. carousel: should only add mouseenter and mouseleave listeners when not on mobileRerun
                  1. carousel: should wrap around from end to start when wrap option is trueRerun
                    1. carousel: should wrap around from start to end when wrap option is trueRerun
                      1. carousel: should stay at the end when the next method is called and wrap is falseRerun
                        1. carousel: should stay at the start when the prev method is called and wrap is falseRerun
                          1. collapse plugin: should be defined on jquery objectRerun
                            1. collapse: should provide no conflictRerun
                              1. collapse: should return jquery collection containing the elementRerun
                                1. collapse: should show a collapsed elementRerun
                                  1. collapse: should hide a collapsed elementRerun
                                    1. collapse: should not fire shown when show is preventedRerun
                                      1. collapse: should reset style to auto after finishing opening collapseRerun
                                        1. collapse: should remove "collapsed" class from target when collapse is shownRerun
                                          1. collapse: should add "collapsed" class to target when collapse is hiddenRerun
                                            1. collapse: should remove "collapsed" class from all triggers targeting the collapse when the collapse is shownRerun
                                              1. collapse: should add "collapsed" class to all triggers targeting the collapse when the collapse is hiddenRerun
                                                1. collapse: should not close a collapse when initialized with "show" option if already shownRerun
                                                  1. collapse: should open a collapse when initialized with "show" option if not already shownRerun
                                                    1. collapse: should not show a collapse when initialized with "hide" option if already hiddenRerun
                                                      1. collapse: should hide a collapse when initialized with "hide" option if not already hiddenRerun
                                                        1. collapse: should remove "collapsed" class from active accordion targetRerun
                                                          1. collapse: should allow dots in data-parentRerun
                                                            1. collapse: should set aria-expanded="true" on target when collapse is shownRerun
                                                              1. collapse: should set aria-expanded="false" on target when collapse is hiddenRerun
                                                                1. collapse: should set aria-expanded="true" on all triggers targeting the collapse when the collapse is shownRerun
                                                                  1. collapse: should set aria-expanded="false" on all triggers targeting the collapse when the collapse is hiddenRerun
                                                                    1. collapse: should change aria-expanded from active accordion target to "false" and set the newly active one to "true"Rerun
                                                                      1. collapse: should not fire show event if show is prevented because other element is still transitioningRerun
                                                                        1. collapse: should add "collapsed" class to target when collapse is hidden via manual invocationRerun
                                                                          1. collapse: should remove "collapsed" class from target when collapse is shown via manual invocationRerun
                                                                            1. dropdowns plugin: should be defined on jquery objectRerun
                                                                              1. dropdowns: should provide no conflictRerun
                                                                                1. dropdowns: should return jquery collection containing the elementRerun
                                                                                  1. dropdowns: should not open dropdown if target is disabled via attributeRerun
                                                                                    1. dropdowns: should set aria-expanded="true" on target when dropdown menu is shownRerun
                                                                                      1. dropdowns: should set aria-expanded="false" on target when dropdown menu is hiddenRerun
                                                                                        1. dropdowns: should not open dropdown if target is disabled via classRerun
                                                                                          1. dropdowns: should add class open to menu if clickedRerun
                                                                                            1. dropdowns: should test if element has a # before assuming it's a selectorRerun
                                                                                              1. dropdowns: should remove "open" class if body is clickedRerun
                                                                                                1. dropdowns: should remove "open" class if body is clicked, with multiple dropdownsRerun
                                                                                                  1. dropdowns: should fire show and hide eventRerun
                                                                                                    1. dropdowns: should fire shown and hidden eventRerun
                                                                                                      1. dropdowns: should fire shown and hidden event with a relatedTargetRerun
                                                                                                        1. dropdowns: should ignore keyboard events within <input>s and <textarea>sRerun
                                                                                                          1. dropdowns: should skip disabled element when using keyboard navigationRerun
                                                                                                            1. dropdowns: should not close the dropdown if the user clicks on a text fieldRerun
                                                                                                              1. dropdowns: should not close the dropdown if the user clicks on a textareaRerun
                                                                                                                1. modal plugin: should be defined on jquery objectRerun
                                                                                                                  1. modal: should provide no conflictRerun
                                                                                                                    1. modal: should return jquery collection containing the elementRerun
                                                                                                                      1. modal: should expose defaults var for settingsRerun
                                                                                                                        1. modal: should insert into dom when show method is calledRerun
                                                                                                                          1. modal: should fire show eventRerun
                                                                                                                            1. modal: should not fire shown when show was preventedRerun
                                                                                                                              1. modal: should hide modal when hide is calledRerun
                                                                                                                                1. modal: should toggle when toggle is calledRerun
                                                                                                                                  1. modal: should remove from dom when click [data-dismiss="modal"]Rerun
                                                                                                                                    1. modal: should allow modal close with "backdrop:false"Rerun
                                                                                                                                      1. modal: should close modal when clicking outside of modal-contentRerun
                                                                                                                                        1. modal: should close modal when escape key is pressed via keydownRerun
                                                                                                                                          1. modal: should not close modal when escape key is pressed via keyupRerun
                                                                                                                                            1. modal: should trigger hide event once when clicking outside of modal-contentRerun
                                                                                                                                              1. modal: should close reopened modal with [data-dismiss="modal"] clickRerun
                                                                                                                                                1. modal: should restore focus to toggling element when modal is hidden after having been opened via data-apiRerun
                                                                                                                                                  1. modal: should not restore focus to toggling element if the associated show event gets preventedRerun
                                                                                                                                                    1. modal: should restore inline body padding after closingRerun
                                                                                                                                                      1. modal: should ignore values set via CSS when trying to restore body padding after closingRerun
                                                                                                                                                        1. modal: should ignore other inline styles when trying to restore body padding after closingRerun
                                                                                                                                                          1. modal: should properly restore non-pixel inline body padding after closingRerun
                                                                                                                                                            1. scrollspy plugin: should be defined on jquery objectRerun
                                                                                                                                                              1. scrollspy: should provide no conflictRerun
                                                                                                                                                                1. scrollspy: should return jquery collection containing the elementRerun
                                                                                                                                                                  1. scrollspy: should only switch "active" class on current targetRerun
                                                                                                                                                                    1. scrollspy: should correctly select middle navigation option when large offset is usedRerun
                                                                                                                                                                      1. scrollspy: should add the active class to the correct elementRerun
                                                                                                                                                                        1. scrollspy: should add the active class correctly when there are nested elements at 0 scroll offsetRerun
                                                                                                                                                                          1. scrollspy: should clear selection if above the first sectionRerun
                                                                                                                                                                            1. scrollspy: should correctly select navigation element on backward scrolling when each target section height is 100%Rerun
                                                                                                                                                                              1. tabs plugin: should be defined on jquery objectRerun
                                                                                                                                                                                1. tabs: should provide no conflictRerun
                                                                                                                                                                                  1. tabs: should return jquery collection containing the elementRerun
                                                                                                                                                                                    1. tabs: should activate element by tab idRerun
                                                                                                                                                                                      1. tabs: should activate element by tab id Rerun
                                                                                                                                                                                        1. tabs: should not fire shown when show is preventedRerun
                                                                                                                                                                                          1. tabs: show and shown events should reference correct relatedTargetRerun
                                                                                                                                                                                            1. tabs: should fire hide and hidden eventsRerun
                                                                                                                                                                                              1. tabs: should not fire hidden when hide is preventedRerun
                                                                                                                                                                                                1. tabs: hide and hidden events contain correct relatedTargetRerun
                                                                                                                                                                                                  1. tabs: selected tab should have aria-expandedRerun
                                                                                                                                                                                                    1. tooltip plugin: should be defined on jquery objectRerun
                                                                                                                                                                                                      1. tooltip: should provide no conflictRerun
                                                                                                                                                                                                        1. tooltip: should return jquery collection containing the elementRerun
                                                                                                                                                                                                          1. tooltip: should expose default settingsRerun
                                                                                                                                                                                                            1. tooltip: should empty title attributeRerun
                                                                                                                                                                                                              1. tooltip: should add data attribute for referencing original titleRerun
                                                                                                                                                                                                                1. tooltip: should add aria-describedby to the trigger on showRerun
                                                                                                                                                                                                                  1. tooltip: should remove aria-describedby from trigger on hideRerun
                                                                                                                                                                                                                    1. tooltip: should assign a unique id tooltip elementRerun
                                                                                                                                                                                                                      1. tooltip: should place tooltips relative to placement optionRerun
                                                                                                                                                                                                                        1. tooltip: should allow html entitiesRerun
                                                                                                                                                                                                                          1. tooltip: should respect custom classesRerun
                                                                                                                                                                                                                            1. tooltip: should fire show eventRerun
                                                                                                                                                                                                                              1. tooltip: should fire inserted eventRerun
                                                                                                                                                                                                                                1. tooltip: should fire shown eventRerun
                                                                                                                                                                                                                                  1. tooltip: should not fire shown event when show was preventedRerun
                                                                                                                                                                                                                                    1. tooltip: should fire hide eventRerun
                                                                                                                                                                                                                                      1. tooltip: should fire hidden eventRerun
                                                                                                                                                                                                                                        1. tooltip: should not fire hidden event when hide was preventedRerun
                                                                                                                                                                                                                                          1. tooltip: should destroy tooltipRerun
                                                                                                                                                                                                                                            1. tooltip: should show tooltip with delegate selector on clickRerun
                                                                                                                                                                                                                                              1. tooltip: should show tooltip when toggle is calledRerun
                                                                                                                                                                                                                                                1. tooltip: should hide previously shown tooltip when toggle is called on tooltipRerun
                                                                                                                                                                                                                                                  1. tooltip: should place tooltips inside body when container is bodyRerun
                                                                                                                                                                                                                                                    1. tooltip: should add position class before positioning so that position-specific styles are taken into accountRerun
                                                                                                                                                                                                                                                      1. tooltip: should use title attribute for tooltip textRerun
                                                                                                                                                                                                                                                        1. tooltip: should prefer title attribute over title optionRerun
                                                                                                                                                                                                                                                          1. tooltip: should use title optionRerun
                                                                                                                                                                                                                                                            1. tooltip: should be placed dynamically to viewport with the dynamic placement optionRerun
                                                                                                                                                                                                                                                              1. tooltip: should position tip on top if viewport has enough space and placement is "auto top"Rerun
                                                                                                                                                                                                                                                                1. tooltip: should position tip on top if viewport has enough space and is not parentRerun
                                                                                                                                                                                                                                                                  1. tooltip: should position tip on bottom if the tip's dimension exceeds the viewport area and placement is "auto top"Rerun
                                                                                                                                                                                                                                                                    1. tooltip: should display the tip on top whenever scrollable viewport has enough room if the given placement is "auto top"Rerun
                                                                                                                                                                                                                                                                      1. tooltip: should display the tip on bottom whenever scrollable viewport doesn't have enough room if the given placement is "auto top"Rerun
                                                                                                                                                                                                                                                                        1. tooltip: should display the tip on bottom whenever scrollable viewport has enough room if the given placement is "auto bottom"Rerun
                                                                                                                                                                                                                                                                          1. tooltip: should display the tip on top whenever scrollable viewport doesn't have enough room if the given placement is "auto bottom"Rerun
                                                                                                                                                                                                                                                                            1. tooltip: should adjust the tip's top position when up against the top of the viewportRerun
                                                                                                                                                                                                                                                                              1. tooltip: should adjust the tip's top position when up against the bottom of the viewportRerun
                                                                                                                                                                                                                                                                                1. tooltip: should adjust the tip's left position when up against the left of the viewportRerun
                                                                                                                                                                                                                                                                                  1. tooltip: should adjust the tip's left position when up against the right of the viewportRerun
                                                                                                                                                                                                                                                                                    1. tooltip: should adjust the tip when up against the right of an arbitrary viewportRerun
                                                                                                                                                                                                                                                                                      1. tooltip: should get viewport element from functionRerun
                                                                                                                                                                                                                                                                                        1. tooltip: should not misplace the tip when the right edge offset is greater or equal than the viewport widthRerun
                                                                                                                                                                                                                                                                                          1. tooltip: should not error when trying to show an auto-placed tooltip that has been removed from the domRerun
                                                                                                                                                                                                                                                                                            1. tooltip: should place tooltip on top of elementRerun
                                                                                                                                                                                                                                                                                              1. tooltip: should place tooltip inside viewportRerun
                                                                                                                                                                                                                                                                                                1. tooltip: should show tooltip if leave event hasn't occurred before delay expiresRerun
                                                                                                                                                                                                                                                                                                  1. tooltip: should not show tooltip if leave event occurs before delay expiresRerun
                                                                                                                                                                                                                                                                                                    1. tooltip: should not hide tooltip if leave event occurs and enter event occurs within the hide delayRerun
                                                                                                                                                                                                                                                                                                      1. tooltip: should not show tooltip if leave event occurs before delay expires Rerun
                                                                                                                                                                                                                                                                                                        1. tooltip: should not show tooltip if leave event occurs before delay expires, even if hide delay is 0Rerun
                                                                                                                                                                                                                                                                                                          1. tooltip: should wait 200ms before hiding the tooltipRerun
                                                                                                                                                                                                                                                                                                            1. tooltip: should correctly position tooltips on SVG elementsRerun
                                                                                                                                                                                                                                                                                                              1. tooltip: should correctly determine auto placement based on container rather than parentRerun
                                                                                                                                                                                                                                                                                                                1. tooltip: should not reload the tooltip on subsequent mouseenter eventsRerun
                                                                                                                                                                                                                                                                                                                  1. tooltip: should not reload the tooltip if the mouse leaves and re-enters before hidingRerun
                                                                                                                                                                                                                                                                                                                    1. tooltip: should position arrow correctly when tooltip is moved to not appear offscreenRerun
                                                                                                                                                                                                                                                                                                                      1. tooltip: should correctly position tooltips on transformed elementsRerun
                                                                                                                                                                                                                                                                                                                        1. tooltip: should throw an error when initializing tooltip on the document object without specifying a delegation selectorRerun
                                                                                                                                                                                                                                                                                                                          1. tooltip: should do nothing when an attempt is made to hide an uninitialized tooltipRerun
                                                                                                                                                                                                                                                                                                                            1. tooltip: should throw an error when template contains multiple top-level elementsRerun
                                                                                                                                                                                                                                                                                                                              1. tooltip: should not remove tooltip if multiple triggers are set and one is still activeRerun
                                                                                                                                                                                                                                                                                                                                1. popover plugin: should be defined on jquery objectRerun
                                                                                                                                                                                                                                                                                                                                  1. popover: should provide no conflictRerun
                                                                                                                                                                                                                                                                                                                                    1. popover: should return jquery collection containing the elementRerun
                                                                                                                                                                                                                                                                                                                                      1. popover: should render popover elementRerun
                                                                                                                                                                                                                                                                                                                                        1. popover: should store popover instance in popover data objectRerun
                                                                                                                                                                                                                                                                                                                                          1. popover: should store popover trigger in popover instance data objectRerun
                                                                                                                                                                                                                                                                                                                                            1. popover: should get title and content from optionsRerun
                                                                                                                                                                                                                                                                                                                                              1. popover: should not duplicate HTML objectRerun
                                                                                                                                                                                                                                                                                                                                                1. popover: should get title and content from attributesRerun
                                                                                                                                                                                                                                                                                                                                                  1. popover: should get title and content from attributes ignoring options passed via jsRerun
                                                                                                                                                                                                                                                                                                                                                    1. popover: should respect custom templateRerun
                                                                                                                                                                                                                                                                                                                                                      1. popover: should destroy popoverRerun
                                                                                                                                                                                                                                                                                                                                                        1. popover: should render popover element using delegated selectorRerun
                                                                                                                                                                                                                                                                                                                                                          1. popover: should detach popover content rather than removing it so that event handlers are left intactRerun
                                                                                                                                                                                                                                                                                                                                                            1. popover: should throw an error when initializing popover on the document object without specifying a delegation selectorRerun
                                                                                                                                                                                                                                                                                                                                                              1. popover: should do nothing when an attempt is made to hide an uninitialized popoverRerun
                                                                                                                                                                                                                                                                                                                                                                1. popover: should throw an error when template contains multiple top-level elementsRerun
                                                                                                                                                                                                                                                                                                                                                                  1. popover: should fire inserted eventRerun
                                                                                                                                                                                                                                                                                                                                                                    1. affix plugin: should be defined on jquery objectRerun
                                                                                                                                                                                                                                                                                                                                                                      1. affix: should provide no conflictRerun
                                                                                                                                                                                                                                                                                                                                                                        1. affix: should return jquery collection containing the elementRerun
                                                                                                                                                                                                                                                                                                                                                                          1. affix: should exit early if element is not visibleRerun
                                                                                                                                                                                                                                                                                                                                                                            1. affix: should trigger affixed event after affixRerun
                                                                                                                                                                                                                                                                                                                                                                              1. affix: should affix-top when scrolling up to offset when parent has paddingRerun