diff options
Diffstat (limited to 'js/tests/visual')
| -rw-r--r-- | js/tests/visual/alert.html | 6 | ||||
| -rw-r--r-- | js/tests/visual/collapse.html | 2 | ||||
| -rw-r--r-- | js/tests/visual/modal.html | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/js/tests/visual/alert.html b/js/tests/visual/alert.html index 4b003efd8..f99c2d242 100644 --- a/js/tests/visual/alert.html +++ b/js/tests/visual/alert.html @@ -11,14 +11,14 @@ <div class="container"> <h1>Alert <small>Bootstrap Visual Test</small></h1> - <div class="alert alert-warning alert-dismissible fade active" role="alert"> + <div class="alert alert-warning alert-dismissible fade show" role="alert"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">×</span> </button> <strong>Holy guacamole!</strong> You should check in on some of those fields below. </div> - <div class="alert alert-danger alert-dismissible fade active" role="alert"> + <div class="alert alert-danger alert-dismissible fade show" role="alert"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">×</span> </button> @@ -31,7 +31,7 @@ </p> </div> - <div class="alert alert-danger alert-dismissible fade active" role="alert"> + <div class="alert alert-danger alert-dismissible fade show" role="alert"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">×</span> </button> diff --git a/js/tests/visual/collapse.html b/js/tests/visual/collapse.html index 973d3c5ee..47ac06fd2 100644 --- a/js/tests/visual/collapse.html +++ b/js/tests/visual/collapse.html @@ -21,7 +21,7 @@ </h5> </div> - <div id="collapseOne" class="collapse active" role="tabpanel" aria-labelledby="headingOne"> + <div id="collapseOne" class="collapse show" role="tabpanel" aria-labelledby="headingOne"> <div class="card-block"> Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. </div> diff --git a/js/tests/visual/modal.html b/js/tests/visual/modal.html index 69d392350..361bf6b87 100644 --- a/js/tests/visual/modal.html +++ b/js/tests/visual/modal.html @@ -65,7 +65,7 @@ </h5> </div> - <div id="collapseOne" class="collapse active" role="tabpanel" aria-labelledby="headingOne"> + <div id="collapseOne" class="collapse show" role="tabpanel" aria-labelledby="headingOne"> <div class="card-block"> Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. </div> |
